01KS9GJXJZT1FAYSXH4Z420XJM: 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: 01KS9GK8A7XR7PYGEWD1XGKAXH

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-23T04:14:09.831Zjob assigned to worker 01KS9GKAE2T6JPS8C59M357DGR [factory aws, i-0280a31e0b63ad8d4] (queued for 49 s)
 
22026-05-23T04:14:17.801Zstarting task 0: "setup"
32026-05-23T04:14:17.806Z++ uname -s
42026-05-23T04:14:17.810Z+ kern=SunOS
52026-05-23T04:14:17.810Z+ build_user=build
62026-05-23T04:14:17.810Z+ build_uid=12345
72026-05-23T04:14:17.810Z+ work_dir=/work
82026-05-23T04:14:17.810Z+ input_dir=/input
92026-05-23T04:14:17.810Z+ [[ 0 == 12345 ]]
102026-05-23T04:14:17.810Z+ case "$kern" in
112026-05-23T04:14:17.810Z+ groupadd -g 12345 build
122026-05-23T04:14:17.813Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-23T04:14:19.820Z+ zfs create -o mountpoint=/work rpool/work
142026-05-23T04:14:19.949Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-23T04:14:19.952Z+ home_fs=zfs
162026-05-23T04:14:19.952Z+ [[ zfs == autofs ]]
172026-05-23T04:14:19.952Z+ mkdir -p /home/build
182026-05-23T04:14:19.955Z+ chown build:build /home/build /work
192026-05-23T04:14:21.957Z+ chmod 0700 /home/build /work
202026-05-23T04:14:21.962Zprocess exited: duration 4166 ms, exit code 0
 
212026-05-23T04:14:21.968Zstarting task 1: "rust-toolchain"
222026-05-23T04:14:21.976Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-23T04:14:21.976Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-23T04:14:21.976Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-23T04:14:21.976Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-23T04:14:21.976Z * rust toolchain channel = "1.94.0"
272026-05-23T04:14:21.976Z * rust toolchain profile = "default"
282026-05-23T04:14:21.980Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-23T04:14:21.980Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-23T04:14:22.098Zinfo: downloading installer
312026-05-23T04:14:23.515Zwarn: It looks like you have an existing rustup settings file at:
322026-05-23T04:14:23.515Zwarn: /home/build/.rustup/settings.toml
332026-05-23T04:14:23.515Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-23T04:14:23.515Zwarn: instead of the one inferred from the default host triple.
352026-05-23T04:14:23.528Zinfo: profile set to default
362026-05-23T04:14:23.528Zinfo: default host triple is x86_64-unknown-illumos
372026-05-23T04:14:23.531Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-23T04:14:23.666Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-23T04:14:23.670Zinfo: downloading 6 components
402026-05-23T04:14:37.887Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-23T04:14:37.887Z
422026-05-23T04:14:37.918Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-23T04:14:37.918Z
442026-05-23T04:14:37.918Z
452026-05-23T04:14:37.918ZRust is installed now. Great!
462026-05-23T04:14:37.918Z
472026-05-23T04:14:37.918ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-23T04:14:37.918Zenvironment variable. This has not been done automatically.
492026-05-23T04:14:37.918Z
502026-05-23T04:14:37.918ZTo configure your current shell, you need to source
512026-05-23T04:14:37.918Zthe corresponding env file under $HOME/.cargo.
522026-05-23T04:14:37.918Z
532026-05-23T04:14:37.918ZThis is usually done by running one of the following (note the leading DOT):
542026-05-23T04:14:37.922Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-23T04:14:37.922Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-23T04:14:37.922Zsource "~/.cargo/env.nu" # For nushell
572026-05-23T04:14:37.922Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-23T04:14:37.922Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-23T04:14:37.922Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-23T04:14:37.922Zwarn: no default linker (`cc`) was found in your PATH
612026-05-23T04:14:37.922Zwarn: many Rust crates require a system C toolchain to build
622026-05-23T04:14:38.034Z+ rustup --version
632026-05-23T04:14:38.041Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-23T04:14:38.041Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-23T04:14:38.062Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-23T04:14:38.065Z+ cargo --version
672026-05-23T04:14:38.074Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-23T04:14:38.078Z+ rustc --version
692026-05-23T04:14:38.099Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-23T04:14:38.103Zprocess exited: duration 16134 ms, exit code 0
 
712026-05-23T04:14:38.109Zstarting task 2: "authentication"
722026-05-23T04:14:38.133Zprocess exited: duration 23 ms, exit code 0
 
732026-05-23T04:14:38.139Zstarting task 3: "clone repository"
742026-05-23T04:14:38.146Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-23T04:14:38.149Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-23T04:14:38.191ZCloning into '/work/oxidecomputer/omicron'...
772026-05-23T04:14:48.321Z+ cd /work/oxidecomputer/omicron
782026-05-23T04:14:48.321Z+ git fetch origin e328074106e163afbb0cbfe32a793cc1bb0582d8
792026-05-23T04:14:48.621ZFrom https://github.com/oxidecomputer/omicron
802026-05-23T04:14:48.621Z * branch e328074106e163afbb0cbfe32a793cc1bb0582d8 -> FETCH_HEAD
812026-05-23T04:14:48.636Z+ [[ -n multicast-e2e ]]
822026-05-23T04:14:48.638Z++ git branch --show-current
832026-05-23T04:14:48.641Z+ current=main
842026-05-23T04:14:48.641Z+ [[ main != multicast-e2e ]]
852026-05-23T04:14:48.641Z+ git branch -f multicast-e2e e328074106e163afbb0cbfe32a793cc1bb0582d8
862026-05-23T04:14:48.645Z+ git checkout -f multicast-e2e
872026-05-23T04:14:48.800ZSwitched to branch 'multicast-e2e'
882026-05-23T04:14:48.804Z+ git reset --hard e328074106e163afbb0cbfe32a793cc1bb0582d8
892026-05-23T04:14:48.955ZHEAD is now at e32807410 [thundermuffin] bump to 473a90f8
902026-05-23T04:14:48.959Zprocess exited: duration 10818 ms, exit code 0
 
912026-05-23T04:14:48.965Zstarting task 4: "build"
922026-05-23T04:14:48.975Z+ source ./env.sh
932026-05-23T04:14:48.975Z++ OLD_SHELL_OPTS=ehxB
942026-05-23T04:14:48.975Z++ set -o xtrace
952026-05-23T04:14:48.979Z++++ dirname ./env.sh
962026-05-23T04:14:48.982Z+++ readlink -f .
972026-05-23T04:14:48.985Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-05-23T04:14:48.985Z++ 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-05-23T04:14:48.985Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-05-23T04:14:48.985Z++ 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-05-23T04:14:48.985Z++ 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-05-23T04:14:48.985Z++ 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-05-23T04:14:48.985Z++ 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-05-23T04:14:48.985Z++ 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-05-23T04:14:48.985Z++ 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-05-23T04:14:48.985Z++ 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-05-23T04:14:48.985Z++ 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-05-23T04:14:48.985Z++ case $OLD_SHELL_OPTS in
1092026-05-23T04:14:48.985Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-05-23T04:14:48.985Z+ source .github/buildomat/ci-env.sh
1112026-05-23T04:14:48.985Z++ export CARGO_TERM_COLOR=always
1122026-05-23T04:14:48.985Z++ CARGO_TERM_COLOR=always
1132026-05-23T04:14:48.986Z+ target_os=illumos
1142026-05-23T04:14:48.986Z+ NEXTEST_VERSION=0.9.131
1152026-05-23T04:14:48.986Z+ cargo --version
1162026-05-23T04:14:48.995Zcargo 1.94.0 (85eff7c80 2026-01-15)
1172026-05-23T04:14:48.998Z+ rustc --version
1182026-05-23T04:14:49.021Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1192026-05-23T04:14:49.025Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos
1202026-05-23T04:14:49.028Z+ gunzip
1212026-05-23T04:14:49.028Z+ tar -xvf - -C /home/build/.cargo/bin
1222026-05-23T04:14:50.147Zx cargo-nextest, 22186872 bytes, 43334 tape blocks
1232026-05-23T04:14:50.153Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1242026-05-23T04:14:50.153Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1252026-05-23T04:14:50.153Ztests will store ephemeral output in /var/tmp/omicron_tmp
1262026-05-23T04:14:50.153Z+ mkdir /var/tmp/omicron_tmp
1272026-05-23T04:14:50.156Z+ OUTPUT_DIR=/work
1282026-05-23T04:14:50.156Z+ echo 'tests will store non-ephemeral output in /work'
1292026-05-23T04:14:50.156Ztests will store non-ephemeral output in /work
1302026-05-23T04:14:50.156Z+ mkdir -p /work
1312026-05-23T04:14:50.156Z+ banner prerequisites
1322026-05-23T04:14:50.156Z
1332026-05-23T04:14:50.156Z ##### ##### ###### ##### ###### #### # # # #### #
1342026-05-23T04:14:50.156Z # # # # # # # # # # # # # # #
1352026-05-23T04:14:50.156Z # # # # ##### # # ##### # # # # # #### #
1362026-05-23T04:14:50.157Z ##### ##### # ##### # # # # # # # # #
1372026-05-23T04:14:50.157Z # # # # # # # # # # # # # # #
1382026-05-23T04:14:50.157Z # # # ###### # # ###### ### # #### # #### #
1392026-05-23T04:14:50.157Z
1402026-05-23T04:14:50.157Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1412026-05-23T04:14:51.717Z Startup: Refreshing catalog 'helios' ... Done
1422026-05-23T04:14:51.788Z Startup: Caching catalogs ... Done
1432026-05-23T04:14:52.054ZPlanning: Solver setup ... Done (0.230s)
1442026-05-23T04:14:52.073ZPlanning: Running solver ... Done (0.018s)
1452026-05-23T04:14:52.079ZPlanning: Finding local manifests ... Done (0.003s)
1462026-05-23T04:14:52.091ZPlanning: Fetching manifests: 0/2 0% complete
1472026-05-23T04:14:52.113ZPlanning: Fetching manifests: 2/2 100% complete
1482026-05-23T04:14:52.129ZPlanning: Package planning ... Done (0.016s)
1492026-05-23T04:14:52.132ZPlanning: Merging actions ... Done (0.002s)
1502026-05-23T04:14:52.332ZPlanning: Checking for conflicting actions ... Done (0.201s)
1512026-05-23T04:14:52.335ZPlanning: Consolidating action changes ... Done (0.001s)
1522026-05-23T04:14:53.244ZPlanning: Evaluating mediators ... Done (0.910s)
1532026-05-23T04:14:53.247ZPlanning: Planning completed in 1.44 seconds
1542026-05-23T04:14:53.256Z Packages to install: 2
1552026-05-23T04:14:53.256Z Estimated space available: 156.06 GB
1562026-05-23T04:14:53.256ZEstimated space to be consumed: 22.53 MB
1572026-05-23T04:14:53.256Z Create boot environment: No
1582026-05-23T04:14:53.256ZCreate backup boot environment: No
1592026-05-23T04:14:53.256Z Rebuild boot archive: No
1602026-05-23T04:14:53.259Z
1612026-05-23T04:14:53.259ZChanged packages:
1622026-05-23T04:14:53.259Zhelios
1632026-05-23T04:14:53.259Z developer/build-essential
1642026-05-23T04:14:53.259Z None -> 11-3.0
1652026-05-23T04:14:53.259Z library/libxmlsec1
1662026-05-23T04:14:53.259Z None -> 1.2.35-3.0
1672026-05-23T04:14:53.280Z
1682026-05-23T04:14:53.280ZDownload: 0/214 items 0.0/1.3MB 0% complete
1692026-05-23T04:14:53.883ZDownload: Completed 1.28 MB in 0.60 seconds (2.1M/s)
1702026-05-23T04:14:53.947Z Actions: 1/268 actions (Installing new actions)
1712026-05-23T04:14:53.986Z Actions: Completed 268 actions in 0.04 seconds.
1722026-05-23T04:14:54.025ZFinalize: Updating package state database ... Done (0.038s)
1732026-05-23T04:14:54.025ZFinalize: Updating package cache ... Done (0.000s)
1742026-05-23T04:14:54.044ZFinalize: Updating image state ... Done (0.019s)
1752026-05-23T04:14:56.603ZFinalize: Creating fast lookup database ... Done (2.536s)
1762026-05-23T04:14:56.680ZFinalize: Reading search index ... Done (0.014s)
1772026-05-23T04:14:56.683ZFinalize: Updating search index ... Done (0.000s)
1782026-05-23T04:14:56.784ZFinalize: Updating package cache ... Done (0.000s)
1792026-05-23T04:14:57.092ZPlanning: Evaluating mediator changes ... Done
1802026-05-23T04:14:57.199ZPlanning: Checking for conflicting actions ... Done
1812026-05-23T04:14:57.203ZPlanning: Consolidating action changes ... Done
1822026-05-23T04:14:57.360ZPlanning: Evaluating mediators ... Done
1832026-05-23T04:14:57.363ZPlanning: Planning completed in 0.27 seconds
1842026-05-23T04:14:57.384Z Mediators to change: 2
1852026-05-23T04:14:57.384Z Create boot environment: No
1862026-05-23T04:14:57.384ZCreate backup boot environment: No
1872026-05-23T04:14:57.442ZFinalize: Updating package state database ... Done
1882026-05-23T04:14:57.442ZFinalize: Updating package cache ... Done
1892026-05-23T04:14:57.453ZFinalize: Updating image state ... Done
1902026-05-23T04:14:59.418ZFinalize: Creating fast lookup database ... Done
1912026-05-23T04:14:59.483ZFinalize: Reading search index ... Done
1922026-05-23T04:14:59.486ZFinalize: Updating search index ... Done
1932026-05-23T04:14:59.573ZFinalize: Updating package cache ... Done
1942026-05-23T04:14:59.862ZPlanning: Evaluating mediator changes ... Done
1952026-05-23T04:14:59.971ZPlanning: Checking for conflicting actions ... Done
1962026-05-23T04:14:59.974ZPlanning: Consolidating action changes ... Done
1972026-05-23T04:15:00.131ZPlanning: Evaluating mediators ... Done
1982026-05-23T04:15:00.134ZPlanning: Planning completed in 0.27 seconds
1992026-05-23T04:15:00.154Z Mediators to change: 1
2002026-05-23T04:15:00.154Z Create boot environment: No
2012026-05-23T04:15:00.154ZCreate backup boot environment: No
2022026-05-23T04:15:00.279ZFinalize: Updating package state database ... Done
2032026-05-23T04:15:00.280ZFinalize: Updating package cache ... Done
2042026-05-23T04:15:00.290ZFinalize: Updating image state ... Done
2052026-05-23T04:15:02.248ZFinalize: Creating fast lookup database ... Done
2062026-05-23T04:15:02.311ZFinalize: Reading search index ... Done
2072026-05-23T04:15:02.314ZFinalize: Updating search index ... Done
2082026-05-23T04:15:02.413ZFinalize: Updating package cache ... Done
2092026-05-23T04:15:02.734ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2102026-05-23T04:15:02.735Zapache system 2.4 system
2112026-05-23T04:15:02.735Zclang system 15 system
2122026-05-23T04:15:02.735Zcsh system system illumos
2132026-05-23T04:15:02.735Zctags system system illumos
2142026-05-23T04:15:02.735Zfile vendor vendor darwinsys
2152026-05-23T04:15:02.735Zfile system system illumos
2162026-05-23T04:15:02.735Zgcc vendor 14 vendor
2172026-05-23T04:15:02.735Zgcc system 13 system
2182026-05-23T04:15:02.735Zgcc system 10 system
2192026-05-23T04:15:02.735Zgo system 1.25 system
2202026-05-23T04:15:02.735Zllvm system 15 system
2212026-05-23T04:15:02.735Zmariadb system 11.4 system
2222026-05-23T04:15:02.735Zmta vendor vendor dma
2232026-05-23T04:15:02.735Zopenjdk system 17 system
2242026-05-23T04:15:02.735Zopenjdk system 11 system
2252026-05-23T04:15:02.735Zopenssl vendor 3 vendor
2262026-05-23T04:15:02.735Zperl system 5.40 system
2272026-05-23T04:15:02.735Zpostgresql system 18 system
2282026-05-23T04:15:02.735Zpostgresql system 17 system
2292026-05-23T04:15:02.735Zpython vendor 3 vendor
2302026-05-23T04:15:02.735Zpython system 2 system
2312026-05-23T04:15:02.735Zpython3 vendor 3.13 vendor
2322026-05-23T04:15:02.735Zruby system 3.4 system
2332026-05-23T04:15:02.735Zruby system 3.0 system
2342026-05-23T04:15:02.735Zwords vendor vendor american-english
2352026-05-23T04:15:02.735Zwords system system australian-english
2362026-05-23T04:15:02.735Zwords system system british-english
2372026-05-23T04:15:02.735Zwords system system canadian-english
2382026-05-23T04:15:02.735Zwords system system french
2392026-05-23T04:15:02.735Zwords system system italian
2402026-05-23T04:15:02.735Zwords system system ngerman
2412026-05-23T04:15:02.735Zwords system system ogerman
2422026-05-23T04:15:02.735Zwords system system spanish
2432026-05-23T04:15:02.996ZPUBLISHER TYPE STATUS P LOCATION
2442026-05-23T04:15:02.996Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2452026-05-23T04:15:03.283ZFMRI IFO
2462026-05-23T04:15:03.283Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2472026-05-23T04:15:03.283Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2482026-05-23T04:15:03.283Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2492026-05-23T04:15:03.283Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2502026-05-23T04:15:03.283Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2512026-05-23T04:15:03.283Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2522026-05-23T04:15:03.283Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2532026-05-23T04:15:03.283Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2542026-05-23T04:15:03.283Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2552026-05-23T04:15:03.534Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2562026-05-23T04:15:03.774Z Updating crates.io index
2572026-05-23T04:15:03.778Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2582026-05-23T04:15:04.029Z Updating git repository `https://github.com/oxidecomputer/lldp`
2592026-05-23T04:15:05.217Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2602026-05-23T04:15:05.908Z Updating git repository `https://github.com/oxidecomputer/propolis`
2612026-05-23T04:15:06.891Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2622026-05-23T04:15:07.413Z Updating git repository `https://github.com/oxidecomputer/crucible`
2632026-05-23T04:15:08.985Z Updating git repository `https://github.com/oxidecomputer/opte`
2642026-05-23T04:15:09.875Z Updating git repository `https://github.com/oxidecomputer/tofino`
2652026-05-23T04:15:10.219Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2662026-05-23T04:15:11.331Z Updating git repository `https://github.com/oxidecomputer/clickward`
2672026-05-23T04:15:11.735Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-05-23T04:15:12.074Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2692026-05-23T04:15:12.439Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2702026-05-23T04:15:13.353Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-05-23T04:15:13.818Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2722026-05-23T04:15:14.314Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2732026-05-23T04:15:14.761Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2742026-05-23T04:15:15.170Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2752026-05-23T04:15:15.622Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2762026-05-23T04:15:15.826Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2772026-05-23T04:15:16.044Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2782026-05-23T04:15:16.306Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2792026-05-23T04:15:16.725Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2802026-05-23T04:15:17.248Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2812026-05-23T04:15:17.756Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2822026-05-23T04:15:18.032Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2832026-05-23T04:15:18.307Z Updating git repository `https://github.com/oxidecomputer/ispf`
2842026-05-23T04:15:19.498Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-05-23T04:15:20.194Z Updating git repository `https://github.com/oxidecomputer/crucible`
2862026-05-23T04:15:20.643Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2872026-05-23T04:15:21.086Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2882026-05-23T04:15:21.453Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892026-05-23T04:15:21.776Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902026-05-23T04:15:22.201Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2912026-05-23T04:15:22.535Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2922026-05-23T04:15:23.137Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932026-05-23T04:15:23.386Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942026-05-23T04:15:23.650Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952026-05-23T04:15:23.909Z Updating git repository `https://github.com/oxidecomputer/omicron`
2962026-05-23T04:15:36.295Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-05-23T04:15:38.423Z Downloading crates ...
2982026-05-23T04:15:38.483Z Downloaded clap v4.6.1
2992026-05-23T04:15:38.483Z Downloaded smallvec v1.15.1
3002026-05-23T04:15:38.483Z Downloaded anstream v1.0.0
3012026-05-23T04:15:38.483Z Downloaded cargo-platform v0.2.0
3022026-05-23T04:15:38.484Z Downloaded num-traits v0.2.19
3032026-05-23T04:15:38.484Z Downloaded macaddr v1.0.1
3042026-05-23T04:15:38.484Z Downloaded clap_derive v4.6.1
3052026-05-23T04:15:38.484Z Downloaded crypto-common v0.1.7
3062026-05-23T04:15:38.484Z Downloaded itoa v1.0.17
3072026-05-23T04:15:38.484Z Downloaded unicode-ident v1.0.24
3082026-05-23T04:15:38.485Z Downloaded thiserror-impl v2.0.18
3092026-05-23T04:15:38.485Z Downloaded log v0.4.29
3102026-05-23T04:15:38.486Z Downloaded dtrace-parser v0.2.0
3112026-05-23T04:15:38.486Z Downloaded serde_spanned v0.6.9
3122026-05-23T04:15:38.486Z Downloaded quote v1.0.45
3132026-05-23T04:15:38.486Z Downloaded is_terminal_polyfill v1.70.2
3142026-05-23T04:15:38.486Z Downloaded serde-value v0.7.0
3152026-05-23T04:15:38.537Z Downloaded proc-macro-error v1.0.4
3162026-05-23T04:15:38.537Z Downloaded proc-macro2 v1.0.106
3172026-05-23T04:15:38.537Z Downloaded zerofrom v0.1.6
3182026-05-23T04:15:38.537Z Downloaded thiserror v2.0.18
3192026-05-23T04:15:38.537Z Downloaded scroll v0.12.0
3202026-05-23T04:15:38.538Z Downloaded yoke-derive v0.8.1
3212026-05-23T04:15:38.538Z Downloaded textwrap v0.16.2
3222026-05-23T04:15:38.538Z Downloaded unicode-xid v0.2.6
3232026-05-23T04:15:38.538Z Downloaded semver v1.0.28
3242026-05-23T04:15:38.538Z Downloaded toml v0.8.23
3252026-05-23T04:15:38.538Z Downloaded fastrand v2.3.0
3262026-05-23T04:15:38.538Z Downloaded cfg-if v1.0.4
3272026-05-23T04:15:38.538Z Downloaded toml_edit v0.22.27
3282026-05-23T04:15:38.538Z Downloaded zerofrom-derive v0.1.6
3292026-05-23T04:15:38.539Z Downloaded usdt-macro v0.5.0
3302026-05-23T04:15:38.539Z Downloaded plain v0.2.3
3312026-05-23T04:15:38.539Z Downloaded thiserror-impl v1.0.69
3322026-05-23T04:15:38.539Z Downloaded unicode-linebreak v0.1.5
3332026-05-23T04:15:38.539Z Downloaded anyhow v1.0.102
3342026-05-23T04:15:38.539Z Downloaded ordered-float v2.10.1
3352026-05-23T04:15:38.539Z Downloaded usdt-attr-macro v0.5.0
3362026-05-23T04:15:38.539Z Downloaded thiserror v1.0.69
3372026-05-23T04:15:38.539Z Downloaded url v2.5.8
3382026-05-23T04:15:38.539Z Downloaded version_check v0.9.5
3392026-05-23T04:15:38.539Z Downloaded tinystr v0.8.2
3402026-05-23T04:15:38.539Z Downloaded yoke v0.8.1
3412026-05-23T04:15:38.539Z Downloaded generic-array v0.14.7
3422026-05-23T04:15:38.539Z Downloaded typeid v1.0.3
3432026-05-23T04:15:38.539Z Downloaded thread-id v4.2.2
3442026-05-23T04:15:38.539Z Downloaded equivalent v1.0.2
3452026-05-23T04:15:38.539Z Downloaded toml_write v0.1.2
3462026-05-23T04:15:38.539Z Downloaded zmij v1.0.21
3472026-05-23T04:15:38.539Z Downloaded zerocopy-derive v0.7.35
3482026-05-23T04:15:38.539Z Downloaded colorchoice v1.0.4
3492026-05-23T04:15:38.540Z Downloaded usdt v0.5.0
3502026-05-23T04:15:38.540Z Downloaded utf8parse v0.2.2
3512026-05-23T04:15:38.540Z Downloaded swrite v0.1.0
3522026-05-23T04:15:38.540Z Downloaded utf8_iter v1.0.4
3532026-05-23T04:15:38.540Z Downloaded usdt-impl v0.5.0
3542026-05-23T04:15:38.540Z Downloaded block-buffer v0.10.4
3552026-05-23T04:15:38.540Z Downloaded anstyle v1.0.14
3562026-05-23T04:15:38.570Z Downloaded autocfg v1.5.0
3572026-05-23T04:15:38.570Z Downloaded pretty-hex v0.4.1
3582026-05-23T04:15:38.571Z Downloaded idna_adapter v1.2.1
3592026-05-23T04:15:38.571Z Downloaded heck v0.4.1
3602026-05-23T04:15:38.571Z Downloaded zerovec-derive v0.11.2
3612026-05-23T04:15:38.571Z Downloaded typenum v1.19.0
3622026-05-23T04:15:38.571Z Downloaded form_urlencoded v1.2.2
3632026-05-23T04:15:38.571Z Downloaded errno v0.3.14
3642026-05-23T04:15:38.571Z Downloaded ucd-trie v0.1.7
3652026-05-23T04:15:38.571Z Downloaded toml_datetime v0.6.11
3662026-05-23T04:15:38.571Z Downloaded tabled_derive v0.7.0
3672026-05-23T04:15:38.571Z Downloaded memmap v0.7.0
3682026-05-23T04:15:38.571Z Downloaded writeable v0.6.2
3692026-05-23T04:15:38.571Z Downloaded stable_deref_trait v1.2.1
3702026-05-23T04:15:38.571Z Downloaded cpufeatures v0.2.17
3712026-05-23T04:15:38.571Z Downloaded smawk v0.3.2
3722026-05-23T04:15:38.572Z Downloaded terminal_size v0.4.3
3732026-05-23T04:15:38.572Z Downloaded strsim v0.11.1
3742026-05-23T04:15:38.572Z Downloaded scroll_derive v0.12.1
3752026-05-23T04:15:38.572Z Downloaded percent-encoding v2.3.2
3762026-05-23T04:15:38.572Z Downloaded proc-macro-error-attr v1.0.4
3772026-05-23T04:15:38.572Z Downloaded fnv v1.0.7
3782026-05-23T04:15:38.572Z Downloaded dof v0.3.0
3792026-05-23T04:15:38.572Z Downloaded anstyle-query v1.1.5
3802026-05-23T04:15:38.572Z Downloaded zerotrie v0.2.3
3812026-05-23T04:15:38.572Z Downloaded winnow v0.7.14
3822026-05-23T04:15:38.572Z Downloaded unicode-width v0.1.14
3832026-05-23T04:15:38.572Z Downloaded synstructure v0.13.2
3842026-05-23T04:15:38.573Z Downloaded bytecount v0.6.9
3852026-05-23T04:15:38.573Z Downloaded serde-untagged v0.1.9
3862026-05-23T04:15:38.594Z Downloaded potential_utf v0.1.4
3872026-05-23T04:15:38.594Z Downloaded displaydoc v0.2.5
3882026-05-23T04:15:38.594Z Downloaded zerovec v0.11.5
3892026-05-23T04:15:38.594Z Downloaded zerocopy v0.7.35
3902026-05-23T04:15:38.594Z Downloaded unicode-width v0.2.0
3912026-05-23T04:15:38.594Z Downloaded sha2 v0.10.9
3922026-05-23T04:15:38.595Z Downloaded fs-err v3.3.0
3932026-05-23T04:15:38.595Z Downloaded cargo_toml v0.21.0
3942026-05-23T04:15:38.595Z Downloaded camino-tempfile v1.4.1
3952026-05-23T04:15:38.595Z Downloaded serde_tokenstream v0.2.3
3962026-05-23T04:15:38.595Z Downloaded erased-serde v0.4.9
3972026-05-23T04:15:38.595Z Downloaded heck v0.5.0
3982026-05-23T04:15:38.595Z Downloaded cargo_metadata v0.21.0
3992026-05-23T04:15:38.595Z Downloaded byteorder v1.5.0
4002026-05-23T04:15:38.595Z Downloaded serde_derive v1.0.228
4012026-05-23T04:15:38.595Z Downloaded clap_lex v1.0.0
4022026-05-23T04:15:38.595Z Downloaded pest_generator v2.8.6
4032026-05-23T04:15:38.617Z Downloaded cargo-util-schemas v0.8.2
4042026-05-23T04:15:38.618Z Downloaded litemap v0.8.1
4052026-05-23T04:15:38.618Z Downloaded papergrid v0.11.0
4062026-05-23T04:15:38.618Z Downloaded anstyle-parse v1.0.0
4072026-05-23T04:15:38.618Z Downloaded camino v1.2.2
4082026-05-23T04:15:38.618Z Downloaded digest v0.10.7
4092026-05-23T04:15:38.618Z Downloaded tempfile v3.25.0
4102026-05-23T04:15:38.638Z Downloaded icu_provider v2.1.1
4112026-05-23T04:15:38.638Z Downloaded getrandom v0.4.1
4122026-05-23T04:15:38.638Z Downloaded pest_derive v2.8.6
4132026-05-23T04:15:38.638Z Downloaded bitflags v2.11.0
4142026-05-23T04:15:38.639Z Downloaded icu_normalizer v2.1.1
4152026-05-23T04:15:38.639Z Downloaded icu_properties v2.1.2
4162026-05-23T04:15:38.654Z Downloaded serde_core v1.0.228
4172026-05-23T04:15:38.654Z Downloaded pest_meta v2.8.6
4182026-05-23T04:15:38.654Z Downloaded once_cell v1.21.3
4192026-05-23T04:15:38.655Z Downloaded icu_normalizer_data v2.1.1
4202026-05-23T04:15:38.655Z Downloaded icu_collections v2.1.1
4212026-05-23T04:15:38.665Z Downloaded serde v1.0.228
4222026-05-23T04:15:38.665Z Downloaded memchr v2.8.0
4232026-05-23T04:15:38.666Z Downloaded icu_locale_core v2.1.1
4242026-05-23T04:15:38.670Z Downloaded indexmap v2.14.0
4252026-05-23T04:15:38.687Z Downloaded pest v2.8.6
4262026-05-23T04:15:38.707Z Downloaded serde_json v1.0.149
4272026-05-23T04:15:38.714Z Downloaded idna v1.1.0
4282026-05-23T04:15:38.714Z Downloaded hashbrown v0.17.0
4292026-05-23T04:15:38.714Z Downloaded clap_builder v4.6.0
4302026-05-23T04:15:38.714Z Downloaded icu_properties_data v2.1.2
4312026-05-23T04:15:38.729Z Downloaded goblin v0.8.2
4322026-05-23T04:15:38.736Z Downloaded tabled v0.15.0
4332026-05-23T04:15:38.736Z Downloaded syn v1.0.109
4342026-05-23T04:15:38.742Z Downloaded syn v2.0.117
4352026-05-23T04:15:38.758Z Downloaded rustix v1.1.3
4362026-05-23T04:15:38.788Z Downloaded libc v0.2.185
4372026-05-23T04:15:38.852Z Compiling proc-macro2 v1.0.106
4382026-05-23T04:15:38.852Z Compiling quote v1.0.45
4392026-05-23T04:15:38.852Z Compiling unicode-ident v1.0.24
4402026-05-23T04:15:38.867Z Compiling serde_core v1.0.228
4412026-05-23T04:15:38.867Z Compiling libc v0.2.185
4422026-05-23T04:15:38.867Z Compiling version_check v0.9.5
4432026-05-23T04:15:38.867Z Compiling stable_deref_trait v1.2.1
4442026-05-23T04:15:38.867Z Compiling serde v1.0.228
4452026-05-23T04:15:38.867Z Compiling memchr v2.8.0
4462026-05-23T04:15:38.867Z Compiling zmij v1.0.21
4472026-05-23T04:15:38.867Z Compiling itoa v1.0.17
4482026-05-23T04:15:38.867Z Compiling thiserror v1.0.69
4492026-05-23T04:15:38.867Z Compiling ucd-trie v0.1.7
4502026-05-23T04:15:39.040Z Compiling autocfg v1.5.0
4512026-05-23T04:15:39.044Z Compiling writeable v0.6.2
4522026-05-23T04:15:39.044Z Compiling litemap v0.8.1
4532026-05-23T04:15:39.044Z Compiling rustix v1.1.3
4542026-05-23T04:15:39.044Z Compiling icu_normalizer_data v2.1.1
4552026-05-23T04:15:39.044Z Compiling byteorder v1.5.0
4562026-05-23T04:15:39.044Z Compiling icu_properties_data v2.1.2
4572026-05-23T04:15:39.044Z Compiling serde_json v1.0.149
4582026-05-23T04:15:39.044Z Compiling bitflags v2.11.0
4592026-05-23T04:15:39.044Z Compiling equivalent v1.0.2
4602026-05-23T04:15:39.058Z Compiling typeid v1.0.3
4612026-05-23T04:15:39.062Z Compiling hashbrown v0.17.0
4622026-05-23T04:15:39.062Z Compiling smallvec v1.15.1
4632026-05-23T04:15:39.062Z Compiling syn v1.0.109
4642026-05-23T04:15:39.062Z Compiling winnow v0.7.14
4652026-05-23T04:15:39.062Z Compiling toml_write v0.1.2
4662026-05-23T04:15:39.272Z Compiling erased-serde v0.4.9
4672026-05-23T04:15:39.411Z Compiling getrandom v0.4.1
4682026-05-23T04:15:39.480Z Compiling utf8parse v0.2.2
4692026-05-23T04:15:39.577Z Compiling log v0.4.29
4702026-05-23T04:15:39.652Z Compiling thiserror v2.0.18
4712026-05-23T04:15:39.700Z Compiling utf8_iter v1.0.4
4722026-05-23T04:15:39.747Z Compiling indexmap v2.14.0
4732026-05-23T04:15:39.749Z Compiling num-traits v0.2.19
4742026-05-23T04:15:39.818Z Compiling percent-encoding v2.3.2
4752026-05-23T04:15:39.841Z Compiling plain v0.2.3
4762026-05-23T04:15:39.914Z Compiling proc-macro-error-attr v1.0.4
4772026-05-23T04:15:39.959Z Compiling usdt-impl v0.5.0
4782026-05-23T04:15:39.984Z Compiling proc-macro-error v1.0.4
4792026-05-23T04:15:40.005Z Compiling camino v1.2.2
4802026-05-23T04:15:40.008Z Compiling anstyle-parse v1.0.0
4812026-05-23T04:15:40.052Z Compiling anstyle v1.0.14
4822026-05-23T04:15:40.120Z Compiling colorchoice v1.0.4
4832026-05-23T04:15:40.189Z Compiling pest v2.8.6
4842026-05-23T04:15:40.270Z Compiling form_urlencoded v1.2.2
4852026-05-23T04:15:40.312Z Compiling cfg-if v1.0.4
4862026-05-23T04:15:40.318Z Compiling anstyle-query v1.1.5
4872026-05-23T04:15:40.376Z Compiling pretty-hex v0.4.1
4882026-05-23T04:15:40.398Z Compiling is_terminal_polyfill v1.70.2
4892026-05-23T04:15:40.444Z Compiling fs-err v3.3.0
4902026-05-23T04:15:40.466Z Compiling bytecount v0.6.9
4912026-05-23T04:15:40.504Z Compiling unicode-xid v0.2.6
4922026-05-23T04:15:40.504Z Compiling anyhow v1.0.102
4932026-05-23T04:15:40.595Z Compiling clap_lex v1.0.0
4942026-05-23T04:15:40.616Z Compiling once_cell v1.21.3
4952026-05-23T04:15:40.639Z Compiling fastrand v2.3.0
4962026-05-23T04:15:40.663Z Compiling heck v0.4.1
4972026-05-23T04:15:40.665Z Compiling fnv v1.0.7
4982026-05-23T04:15:40.689Z Compiling unicode-width v0.1.14
4992026-05-23T04:15:40.692Z Compiling heck v0.5.0
5002026-05-23T04:15:40.713Z Compiling strsim v0.11.1
5012026-05-23T04:15:40.716Z Compiling unicode-width v0.2.0
5022026-05-23T04:15:40.735Z Compiling unicode-linebreak v0.1.5
5032026-05-23T04:15:40.783Z Compiling smawk v0.3.2
5042026-05-23T04:15:40.888Z Compiling anstream v1.0.0
5052026-05-23T04:15:40.909Z Compiling swrite v0.1.0
5062026-05-23T04:15:40.966Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5072026-05-23T04:15:41.071Z Compiling papergrid v0.11.0
5082026-05-23T04:15:41.220Z Compiling errno v0.3.14
5092026-05-23T04:15:41.223Z Compiling thread-id v4.2.2
5102026-05-23T04:15:41.223Z Compiling memmap v0.7.0
5112026-05-23T04:15:41.712Z Compiling syn v2.0.117
5122026-05-23T04:15:41.869Z Compiling ordered-float v2.10.1
5132026-05-23T04:15:42.048Z Compiling pest_meta v2.8.6
5142026-05-23T04:15:42.400Z Compiling semver v1.0.28
5152026-05-23T04:15:42.422Z Compiling terminal_size v0.4.3
5162026-05-23T04:15:42.425Z Compiling tempfile v3.25.0
5172026-05-23T04:15:42.559Z Compiling clap_builder v4.6.0
5182026-05-23T04:15:42.559Z Compiling textwrap v0.16.2
5192026-05-23T04:15:42.737Z Compiling camino-tempfile v1.4.1
5202026-05-23T04:15:42.923Z Compiling serde-untagged v0.1.9
5212026-05-23T04:15:43.187Z Compiling tabled_derive v0.7.0
5222026-05-23T04:15:43.855Z Compiling tabled v0.15.0
5232026-05-23T04:15:44.203Z Compiling synstructure v0.13.2
5242026-05-23T04:15:44.203Z Compiling pest_generator v2.8.6
5252026-05-23T04:15:44.722Z Compiling serde_derive v1.0.228
5262026-05-23T04:15:44.722Z Compiling zerofrom-derive v0.1.6
5272026-05-23T04:15:44.725Z Compiling yoke-derive v0.8.1
5282026-05-23T04:15:44.725Z Compiling zerovec-derive v0.11.2
5292026-05-23T04:15:44.725Z Compiling displaydoc v0.2.5
5302026-05-23T04:15:44.725Z Compiling thiserror-impl v1.0.69
5312026-05-23T04:15:44.725Z Compiling zerocopy-derive v0.7.35
5322026-05-23T04:15:44.725Z Compiling scroll_derive v0.12.1
5332026-05-23T04:15:44.725Z Compiling thiserror-impl v2.0.18
5342026-05-23T04:15:44.725Z Compiling clap_derive v4.6.1
5352026-05-23T04:15:44.785Z Compiling pest_derive v2.8.6
5362026-05-23T04:15:45.446Z Compiling scroll v0.12.0
5372026-05-23T04:15:45.504Z Compiling zerocopy v0.7.35
5382026-05-23T04:15:45.697Z Compiling goblin v0.8.2
5392026-05-23T04:15:45.934Z Compiling zerofrom v0.1.6
5402026-05-23T04:15:45.968Z Compiling dtrace-parser v0.2.0
5412026-05-23T04:15:46.047Z Compiling yoke v0.8.1
5422026-05-23T04:15:46.124Z Compiling clap v4.6.1
5432026-05-23T04:15:46.207Z Compiling zerovec v0.11.5
5442026-05-23T04:15:46.207Z Compiling zerotrie v0.2.3
5452026-05-23T04:15:46.602Z Compiling tinystr v0.8.2
5462026-05-23T04:15:46.602Z Compiling potential_utf v0.1.4
5472026-05-23T04:15:46.743Z Compiling icu_collections v2.1.1
5482026-05-23T04:15:46.784Z Compiling icu_locale_core v2.1.1
5492026-05-23T04:15:47.113Z Compiling serde_spanned v0.6.9
5502026-05-23T04:15:47.113Z Compiling toml_datetime v0.6.11
5512026-05-23T04:15:47.113Z Compiling serde-value v0.7.0
5522026-05-23T04:15:47.113Z Compiling cargo-platform v0.2.0
5532026-05-23T04:15:47.116Z Compiling macaddr v1.0.1
5542026-05-23T04:15:47.150Z Compiling dof v0.3.0
5552026-05-23T04:15:47.153Z Compiling serde_tokenstream v0.2.3
5562026-05-23T04:15:47.328Z Compiling icu_provider v2.1.1
5572026-05-23T04:15:47.356Z Compiling toml_edit v0.22.27
5582026-05-23T04:15:47.551Z Compiling icu_normalizer v2.1.1
5592026-05-23T04:15:47.551Z Compiling icu_properties v2.1.2
5602026-05-23T04:15:47.937Z Compiling usdt-attr-macro v0.5.0
5612026-05-23T04:15:47.937Z Compiling usdt-macro v0.5.0
5622026-05-23T04:15:48.329Z Compiling idna_adapter v1.2.1
5632026-05-23T04:15:48.438Z Compiling idna v1.1.0
5642026-05-23T04:15:48.543Z Compiling usdt v0.5.0
5652026-05-23T04:15:48.562Z Compiling toml v0.8.23
5662026-05-23T04:15:48.740Z Compiling url v2.5.8
5672026-05-23T04:15:48.936Z Compiling cargo_toml v0.21.0
5682026-05-23T04:15:49.134Z Compiling cargo-util-schemas v0.8.2
5692026-05-23T04:15:49.914Z Compiling cargo_metadata v0.21.0
5702026-05-23T04:15:50.819Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5712026-05-23T04:15:52.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.63s
5722026-05-23T04:15:53.264Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5732026-05-23T04:15:53.887Z Downloading crates ...
5742026-05-23T04:15:53.995Z Downloaded atomic-waker v1.1.2
5752026-05-23T04:15:53.998Z Downloaded async-stream v0.3.6
5762026-05-23T04:15:54.013Z Downloaded crucible-workspace-hack v0.1.0
5772026-05-23T04:15:54.016Z Downloaded cstr-argument v0.1.2
5782026-05-23T04:15:54.016Z Downloaded crc8 v0.1.1
5792026-05-23T04:15:54.016Z Downloaded bcrypt-pbkdf v0.10.0
5802026-05-23T04:15:54.016Z Downloaded arc-swap v1.8.2
5812026-05-23T04:15:54.018Z Downloaded ar_archive_writer v0.5.1
5822026-05-23T04:15:54.021Z Downloaded adler2 v2.0.1
5832026-05-23T04:15:54.043Z Downloaded bb8 v0.8.6
5842026-05-23T04:15:54.046Z Downloaded dirs-sys-next v0.1.2
5852026-05-23T04:15:54.050Z Downloaded base64ct v1.8.3
5862026-05-23T04:15:54.053Z Downloaded darling_macro v0.21.3
5872026-05-23T04:15:54.053Z Downloaded allocator-api2 v0.2.21
5882026-05-23T04:15:54.057Z Downloaded dunce v1.0.5
5892026-05-23T04:15:54.057Z Downloaded enum-as-inner v0.6.1
5902026-05-23T04:15:54.062Z Downloaded float-ord v0.3.2
5912026-05-23T04:15:54.065Z Downloaded either v1.15.0
5922026-05-23T04:15:54.065Z Downloaded defmt v1.0.1
5932026-05-23T04:15:54.067Z Downloaded erased-serde v0.3.31
5942026-05-23T04:15:54.070Z Downloaded foreign-types-macros v0.2.3
5952026-05-23T04:15:54.070Z Downloaded dsl_auto_type v0.2.0
5962026-05-23T04:15:54.073Z Downloaded endian-type v0.1.2
5972026-05-23T04:15:54.073Z Downloaded diesel-dtrace v0.5.0
5982026-05-23T04:15:54.076Z Downloaded ecdsa v0.16.9
5992026-05-23T04:15:54.079Z Downloaded foldhash v0.2.0
6002026-05-23T04:15:54.079Z Downloaded derive-ex v0.1.8
6012026-05-23T04:15:54.079Z Downloaded data-encoding v2.10.0
6022026-05-23T04:15:54.082Z Downloaded dof v0.4.0
6032026-05-23T04:15:54.082Z Downloaded daft v0.1.7
6042026-05-23T04:15:54.082Z Downloaded bit-set v0.8.0
6052026-05-23T04:15:54.089Z Downloaded find-msvc-tools v0.1.9
6062026-05-23T04:15:54.092Z Downloaded ctr v0.9.2
6072026-05-23T04:15:54.092Z Downloaded cobs v0.3.0
6082026-05-23T04:15:54.095Z Downloaded bit-set v0.5.3
6092026-05-23T04:15:54.095Z Downloaded darling v0.21.3
6102026-05-23T04:15:54.097Z Downloaded fatfs v0.3.6
6112026-05-23T04:15:54.100Z Downloaded crc32fast v1.5.0
6122026-05-23T04:15:54.103Z Downloaded flagset v0.4.7
6132026-05-23T04:15:54.103Z Downloaded compression-core v0.4.31
6142026-05-23T04:15:54.103Z Downloaded fallible-iterator v0.2.0
6152026-05-23T04:15:54.106Z Downloaded dropshot-api-manager-types v0.7.2
6162026-05-23T04:15:54.106Z Downloaded cargo-platform v0.3.2
6172026-05-23T04:15:54.106Z Downloaded dyn-clone v1.0.20
6182026-05-23T04:15:54.109Z Downloaded dtrace-parser v0.3.0
6192026-05-23T04:15:54.109Z Downloaded elliptic-curve v0.13.8
6202026-05-23T04:15:54.112Z Downloaded derive_more v0.99.20
6212026-05-23T04:15:54.115Z Downloaded env_filter v1.0.0
6222026-05-23T04:15:54.115Z Downloaded embedded-io v0.6.1
6232026-05-23T04:15:54.118Z Downloaded derive_builder_macro v0.20.2
6242026-05-23T04:15:54.118Z Downloaded darling_core v0.21.3
6252026-05-23T04:15:54.121Z Downloaded embedded-io v0.4.0
6262026-05-23T04:15:54.121Z Downloaded aead v0.5.2
6272026-05-23T04:15:54.124Z Downloaded curve25519-dalek-derive v0.1.1
6282026-05-23T04:15:54.124Z Downloaded crunchy v0.2.4
6292026-05-23T04:15:54.124Z Downloaded constant_time_eq v0.4.2
6302026-05-23T04:15:54.127Z Downloaded bindgen v0.71.1
6312026-05-23T04:15:54.130Z Downloaded castaway v0.2.4
6322026-05-23T04:15:54.132Z Downloaded bitfield-macros v0.19.4
6332026-05-23T04:15:54.132Z Downloaded fxhash v0.2.1
6342026-05-23T04:15:54.132Z Downloaded darling_macro v0.20.11
6352026-05-23T04:15:54.132Z Downloaded foreign-types-shared v0.3.1
6362026-05-23T04:15:54.136Z Downloaded block-padding v0.3.3
6372026-05-23T04:15:54.136Z Downloaded futures-sink v0.3.32
6382026-05-23T04:15:54.136Z Downloaded futures-macro v0.3.32
6392026-05-23T04:15:54.136Z Downloaded futures-core v0.3.32
6402026-05-23T04:15:54.139Z Downloaded cfg_aliases v0.1.1
6412026-05-23T04:15:54.139Z Downloaded cfg_aliases v0.2.1
6422026-05-23T04:15:54.139Z Downloaded diesel_table_macro_syntax v0.3.0
6432026-05-23T04:15:54.139Z Downloaded ciborium-io v0.2.2
6442026-05-23T04:15:54.142Z Downloaded fd-lock v4.0.4
6452026-05-23T04:15:54.142Z Downloaded downcast-rs v2.0.2
6462026-05-23T04:15:54.145Z Downloaded crc-catalog v2.4.0
6472026-05-23T04:15:54.145Z Downloaded display-error-chain v0.2.2
6482026-05-23T04:15:54.145Z Downloaded ciborium-ll v0.2.2
6492026-05-23T04:15:54.145Z Downloaded atty v0.2.14
6502026-05-23T04:15:54.148Z Downloaded defmt v0.3.100
6512026-05-23T04:15:54.148Z Downloaded dirs-next v2.0.0
6522026-05-23T04:15:54.148Z Downloaded bitfield-struct v0.6.2
6532026-05-23T04:15:54.151Z Downloaded gethostname v0.5.0
6542026-05-23T04:15:54.151Z Downloaded foreign-types-shared v0.1.1
6552026-05-23T04:15:54.151Z Downloaded document-features v0.2.12
6562026-05-23T04:15:54.151Z Downloaded crc v3.4.0
6572026-05-23T04:15:54.154Z Downloaded debug-ignore v1.0.5
6582026-05-23T04:15:54.154Z Downloaded array-init v0.0.4
6592026-05-23T04:15:54.154Z Downloaded async-recursion v1.1.1
6602026-05-23T04:15:54.157Z Downloaded darling_macro v0.23.0
6612026-05-23T04:15:54.157Z Downloaded difflib v0.4.0
6622026-05-23T04:15:54.160Z Downloaded atomicwrites v0.4.4
6632026-05-23T04:15:54.160Z Downloaded float-cmp v0.10.0
6642026-05-23T04:15:54.160Z Downloaded bitfield v0.19.4
6652026-05-23T04:15:54.163Z Downloaded colored v2.2.0
6662026-05-23T04:15:54.163Z Downloaded bit-vec v0.8.0
6672026-05-23T04:15:54.165Z Downloaded ena v0.14.4
6682026-05-23T04:15:54.165Z Downloaded ed25519 v2.2.3
6692026-05-23T04:15:54.168Z Downloaded ghash v0.5.1
6702026-05-23T04:15:54.168Z Downloaded headers-core v0.3.0
6712026-05-23T04:15:54.168Z Downloaded blake2 v0.10.6
6722026-05-23T04:15:54.171Z Downloaded anstyle-parse v0.2.7
6732026-05-23T04:15:54.171Z Downloaded fixedbitset v0.4.2
6742026-05-23T04:15:54.175Z Downloaded assert_matches v1.5.0
6752026-05-23T04:15:54.175Z Downloaded dropshot_endpoint v0.17.0
6762026-05-23T04:15:54.178Z Downloaded hex-literal v0.4.1
6772026-05-23T04:15:54.178Z Downloaded globwalk v0.9.1
6782026-05-23T04:15:54.178Z Downloaded funty v2.0.0
6792026-05-23T04:15:54.178Z Downloaded foreign-types v0.5.0
6802026-05-23T04:15:54.181Z Downloaded convert_case v0.4.0
6812026-05-23T04:15:54.181Z Downloaded arrayref v0.3.9
6822026-05-23T04:15:54.181Z Downloaded base16ct v0.2.0
6832026-05-23T04:15:54.181Z Downloaded ascii-canvas v3.0.0
6842026-05-23T04:15:54.184Z Downloaded env_logger v0.11.9
6852026-05-23T04:15:54.184Z Downloaded critical-section v1.2.0
6862026-05-23T04:15:54.186Z Downloaded convert_case v0.10.0
6872026-05-23T04:15:54.187Z Downloaded cipher v0.4.4
6882026-05-23T04:15:54.189Z Downloaded defmt-macros v1.0.1
6892026-05-23T04:15:54.189Z Downloaded compression-codecs v0.4.37
6902026-05-23T04:15:54.192Z Downloaded crossbeam-deque v0.8.6
6912026-05-23T04:15:54.195Z Downloaded ff v0.13.1
6922026-05-23T04:15:54.195Z Downloaded fixedbitset v0.5.7
6932026-05-23T04:15:54.200Z Downloaded foreign-types v0.3.2
6942026-05-23T04:15:54.200Z Downloaded cpufeatures v0.3.0
6952026-05-23T04:15:54.200Z Downloaded futures-task v0.3.32
6962026-05-23T04:15:54.203Z Downloaded foldhash v0.1.5
6972026-05-23T04:15:54.204Z Downloaded cargo_metadata v0.23.1
6982026-05-23T04:15:54.204Z Downloaded filetime v0.2.27
6992026-05-23T04:15:54.204Z Downloaded futures-io v0.3.32
7002026-05-23T04:15:54.204Z Downloaded const-oid v0.9.6
7012026-05-23T04:15:54.207Z Downloaded camino-tempfile-ext v0.3.3
7022026-05-23T04:15:54.207Z Downloaded http-body v1.0.1
7032026-05-23T04:15:54.207Z Downloaded crc-any v2.5.0
7042026-05-23T04:15:54.209Z Downloaded hostname v0.4.2
7052026-05-23T04:15:54.209Z Downloaded argon2 v0.5.3
7062026-05-23T04:15:54.213Z Downloaded hash32 v0.2.1
7072026-05-23T04:15:54.213Z Downloaded der v0.7.10
7082026-05-23T04:15:54.216Z Downloaded console v0.16.2
7092026-05-23T04:15:54.216Z Downloaded hash32 v0.3.1
7102026-05-23T04:15:54.218Z Downloaded home v0.5.12
7112026-05-23T04:15:54.219Z Downloaded ciborium v0.2.2
7122026-05-23T04:15:54.222Z Downloaded cbc v0.1.2
7132026-05-23T04:15:54.222Z Downloaded blowfish v0.9.1
7142026-05-23T04:15:54.222Z Downloaded crossterm v0.28.1
7152026-05-23T04:15:54.225Z Downloaded hex v0.4.3
7162026-05-23T04:15:54.229Z Downloaded bitvec v1.0.1
7172026-05-23T04:15:54.235Z Downloaded indoc v1.0.9
7182026-05-23T04:15:54.238Z Downloaded glob v0.3.3
7192026-05-23T04:15:54.241Z Downloaded hubpack_derive v0.1.1
7202026-05-23T04:15:54.241Z Downloaded httpdate v1.0.3
7212026-05-23T04:15:54.241Z Downloaded git-stub-vcs v0.1.0
7222026-05-23T04:15:54.244Z Downloaded crossbeam-epoch v0.9.18
7232026-05-23T04:15:54.244Z Downloaded darling v0.20.11
7242026-05-23T04:15:54.248Z Downloaded cexpr v0.6.0
7252026-05-23T04:15:54.248Z Downloaded darling v0.23.0
7262026-05-23T04:15:54.251Z Downloaded instability v0.3.11
7272026-05-23T04:15:54.254Z Downloaded derive_builder v0.20.2
7282026-05-23T04:15:54.257Z Downloaded crossbeam-utils v0.8.21
7292026-05-23T04:15:54.257Z Downloaded illumos-nvpair v0.3.0
7302026-05-23T04:15:54.259Z Downloaded deranged v0.5.8
7312026-05-23T04:15:54.259Z Downloaded csv-core v0.1.13
7322026-05-23T04:15:54.259Z Downloaded is-terminal v0.4.17
7332026-05-23T04:15:54.262Z Downloaded internet-checksum v0.2.1
7342026-05-23T04:15:54.262Z Downloaded cookie v0.18.1
7352026-05-23T04:15:54.262Z Downloaded bzip2 v0.6.1
7362026-05-23T04:15:54.265Z Downloaded is_ci v1.2.0
7372026-05-23T04:15:54.265Z Downloaded hubpack v0.1.2
7382026-05-23T04:15:54.265Z Downloaded buf-list v1.1.2
7392026-05-23T04:15:54.268Z Downloaded der_derive v0.7.3
7402026-05-23T04:15:54.268Z Downloaded async-bb8-diesel v0.2.1
7412026-05-23T04:15:54.271Z Downloaded fs_extra v1.3.0
7422026-05-23T04:15:54.271Z Downloaded fs-err v2.11.0
7432026-05-23T04:15:54.274Z Downloaded diff v0.1.13
7442026-05-23T04:15:54.277Z Downloaded hostname v0.3.1
7452026-05-23T04:15:54.277Z Downloaded globset v0.4.18
7462026-05-23T04:15:54.277Z Downloaded colored v3.1.1
7472026-05-23T04:15:54.280Z Downloaded group v0.13.0
7482026-05-23T04:15:54.280Z Downloaded cookie_store v0.22.1
7492026-05-23T04:15:54.283Z Downloaded http-body-util v0.1.3
7502026-05-23T04:15:54.283Z Downloaded bzip2 v0.4.4
7512026-05-23T04:15:54.286Z Downloaded backoff v0.4.0
7522026-05-23T04:15:54.286Z Downloaded highway v1.3.0
7532026-05-23T04:15:54.289Z Downloaded console v0.15.11
7542026-05-23T04:15:54.289Z Downloaded kstat-rs v0.2.4
7552026-05-23T04:15:54.292Z Downloaded lazy_static v1.5.0
7562026-05-23T04:15:54.292Z Downloaded const_format_proc_macros v0.2.34
7572026-05-23T04:15:54.292Z Downloaded lru v0.12.5
7582026-05-23T04:15:54.295Z Downloaded linked-hash-map v0.5.6
7592026-05-23T04:15:54.295Z Downloaded des v0.8.1
7602026-05-23T04:15:54.298Z Downloaded hyper-staticfile v0.10.1
7612026-05-23T04:15:54.298Z Downloaded libscf-sys v1.1.0
7622026-05-23T04:15:54.298Z Downloaded inout v0.1.4
7632026-05-23T04:15:54.301Z Downloaded lzss v0.8.2
7642026-05-23T04:15:54.301Z Downloaded drift v0.2.0
7652026-05-23T04:15:54.306Z Downloaded derive_builder_core v0.20.2
7662026-05-23T04:15:54.309Z Downloaded lru-slab v0.1.2
7672026-05-23T04:15:54.309Z Downloaded humantime v2.3.0
7682026-05-23T04:15:54.311Z Downloaded derive-where v1.6.0
7692026-05-23T04:15:54.314Z Downloaded mime v0.3.17
7702026-05-23T04:15:54.314Z Downloaded chacha20 v0.10.0
7712026-05-23T04:15:54.317Z Downloaded memoffset v0.9.1
7722026-05-23T04:15:54.317Z Downloaded base64 v0.22.1
7732026-05-23T04:15:54.320Z Downloaded nodrop v0.1.14
7742026-05-23T04:15:54.320Z Downloaded futures-channel v0.3.32
7752026-05-23T04:15:54.320Z Downloaded maplit v1.0.2
7762026-05-23T04:15:54.322Z Downloaded md-5 v0.10.6
7772026-05-23T04:15:54.322Z Downloaded jobserver v0.1.34
7782026-05-23T04:15:54.325Z Downloaded indoc v2.0.7
7792026-05-23T04:15:54.326Z Downloaded md5 v0.7.0
7802026-05-23T04:15:54.329Z Downloaded ahash v0.8.12
7812026-05-23T04:15:54.329Z Downloaded num-conv v0.2.0
7822026-05-23T04:15:54.329Z Downloaded bytes v1.11.1
7832026-05-23T04:15:54.331Z Downloaded half v1.8.3
7842026-05-23T04:15:54.334Z Downloaded match_cfg v0.1.0
7852026-05-23T04:15:54.334Z Downloaded getrandom v0.3.4
7862026-05-23T04:15:54.337Z Downloaded const_format v0.2.35
7872026-05-23T04:15:54.340Z Downloaded newtype-uuid-macros v0.1.0
7882026-05-23T04:15:54.358Z Downloaded num_threads v0.1.7
7892026-05-23T04:15:54.361Z Downloaded num-derive v0.4.2
7902026-05-23T04:15:54.361Z Downloaded num-derive v0.3.3
7912026-05-23T04:15:54.361Z Downloaded nibble_vec v0.1.0
7922026-05-23T04:15:54.364Z Downloaded newtype_derive v0.1.6
7932026-05-23T04:15:54.364Z Downloaded multimap v0.10.1
7942026-05-23T04:15:54.364Z Downloaded maybe-uninit v2.0.0
7952026-05-23T04:15:54.367Z Downloaded linear-map v1.2.0
7962026-05-23T04:15:54.367Z Downloaded num_enum_derive v0.5.11
7972026-05-23T04:15:54.367Z Downloaded getrandom v0.2.17
7982026-05-23T04:15:54.370Z Downloaded normalize-line-endings v0.3.0
7992026-05-23T04:15:54.370Z Downloaded nonempty v0.12.0
8002026-05-23T04:15:54.370Z Downloaded libsw v3.5.0
8012026-05-23T04:15:54.373Z Downloaded libefi-sys v0.1.0
8022026-05-23T04:15:54.373Z Downloaded futures v0.3.32
8032026-05-23T04:15:54.376Z Downloaded openssl-probe v0.1.6
8042026-05-23T04:15:54.377Z Downloaded num-iter v0.1.45
8052026-05-23T04:15:54.386Z Downloaded lock_api v0.4.14
8062026-05-23T04:15:54.387Z Downloaded flume v0.11.1
8072026-05-23T04:15:54.387Z Downloaded openssl-probe v0.2.1
8082026-05-23T04:15:54.387Z Downloaded opaque-debug v0.3.1
8092026-05-23T04:15:54.387Z Downloaded managed v0.8.0
8102026-05-23T04:15:54.387Z Downloaded libsw-core v0.3.2
8112026-05-23T04:15:54.387Z Downloaded lalrpop-util v0.19.12
8122026-05-23T04:15:54.387Z Downloaded newtype-uuid v1.3.2
8132026-05-23T04:15:54.387Z Downloaded parse-display v0.10.0
8142026-05-23T04:15:54.392Z Downloaded oso-derive v0.27.3
8152026-05-23T04:15:54.392Z Downloaded mime_guess v2.0.5
8162026-05-23T04:15:54.392Z Downloaded native-tls v0.2.18
8172026-05-23T04:15:54.392Z Downloaded ingot-macros v0.1.1
8182026-05-23T04:15:54.392Z Downloaded ingot-types v0.1.2
8192026-05-23T04:15:54.394Z Downloaded pbkdf2 v0.12.2
8202026-05-23T04:15:54.394Z Downloaded packed_struct_codegen v0.10.1
8212026-05-23T04:15:54.394Z Downloaded openssl-macros v0.1.1
8222026-05-23T04:15:54.398Z Downloaded olpc-cjson v0.1.4
8232026-05-23T04:15:54.398Z Downloaded headers v0.4.1
8242026-05-23T04:15:54.401Z Downloaded nanorand v0.7.0
8252026-05-23T04:15:54.401Z Downloaded hmac v0.12.1
8262026-05-23T04:15:54.404Z Downloaded num v0.4.3
8272026-05-23T04:15:54.404Z Downloaded half v2.7.1
8282026-05-23T04:15:54.407Z Downloaded darling_core v0.20.11
8292026-05-23T04:15:54.409Z Downloaded peg-runtime v0.8.5
8302026-05-23T04:15:54.410Z Downloaded multer v3.1.0
8312026-05-23T04:15:54.410Z Downloaded num_enum v0.5.11
8322026-05-23T04:15:54.412Z Downloaded phf_shared v0.13.1
8332026-05-23T04:15:54.415Z Downloaded pbkdf2 v0.11.0
8342026-05-23T04:15:54.415Z Downloaded parse-size v1.1.0
8352026-05-23T04:15:54.418Z Downloaded num-complex v0.4.6
8362026-05-23T04:15:54.418Z Downloaded hyper-rustls v0.27.7
8372026-05-23T04:15:54.421Z Downloaded chacha20poly1305 v0.10.1
8382026-05-23T04:15:54.421Z Downloaded ipnetwork v0.21.1
8392026-05-23T04:15:54.424Z Downloaded num_enum v0.7.6
8402026-05-23T04:15:54.427Z Downloaded darling_core v0.23.0
8412026-05-23T04:15:54.430Z Downloaded crypto-bigint v0.5.5
8422026-05-23T04:15:54.433Z Downloaded pin-utils v0.1.0
8432026-05-23T04:15:54.433Z Downloaded crossbeam-channel v0.5.15
8442026-05-23T04:15:54.436Z Downloaded expectorate v1.2.0
8452026-05-23T04:15:54.436Z Downloaded flate2 v1.1.9
8462026-05-23T04:15:54.439Z Downloaded num-integer v0.1.46
8472026-05-23T04:15:54.442Z Downloaded libloading v0.8.9
8482026-05-23T04:15:54.442Z Downloaded precomputed-hash v0.1.1
8492026-05-23T04:15:54.444Z Downloaded memmap2 v0.9.10
8502026-05-23T04:15:54.445Z Downloaded litrs v1.0.0
8512026-05-23T04:15:54.447Z Downloaded owo-colors v4.3.0
8522026-05-23T04:15:54.447Z Downloaded phf_shared v0.12.1
8532026-05-23T04:15:54.447Z Downloaded predicates-tree v1.0.13
8542026-05-23T04:15:54.450Z Downloaded phf_shared v0.11.3
8552026-05-23T04:15:54.450Z Downloaded heapless v0.8.0
8562026-05-23T04:15:54.453Z Downloaded packed_struct v0.10.1
8572026-05-23T04:15:54.453Z Downloaded aes v0.8.4
8582026-05-23T04:15:54.456Z Downloaded path-slash v0.1.5
8592026-05-23T04:15:54.456Z Downloaded oxide-tokio-rt v0.1.4
8602026-05-23T04:15:54.459Z Downloaded parse-display-derive v0.10.0
8612026-05-23T04:15:54.459Z Downloaded parking_lot_core v0.8.6
8622026-05-23T04:15:54.459Z Downloaded heapless v0.7.17
8632026-05-23T04:15:54.462Z Downloaded compact_str v0.8.1
8642026-05-23T04:15:54.465Z Downloaded oxnet v0.1.5
8652026-05-23T04:15:54.467Z Downloaded libbz2-rs-sys v0.2.2
8662026-05-23T04:15:54.467Z Downloaded httparse v1.10.1
8672026-05-23T04:15:54.470Z Downloaded predicates-core v1.0.10
8682026-05-23T04:15:54.470Z Downloaded password-hash v0.5.0
8692026-05-23T04:15:54.470Z Downloaded num-rational v0.4.2
8702026-05-23T04:15:54.473Z Downloaded progenitor-client v0.14.0
8712026-05-23T04:15:54.473Z Downloaded pem-rfc7468 v0.7.0
8722026-05-23T04:15:54.476Z Downloaded password-hash v0.4.2
8732026-05-23T04:15:54.476Z Downloaded phf v0.13.1
8742026-05-23T04:15:54.478Z Downloaded nu-ansi-term v0.50.3
8752026-05-23T04:15:54.478Z Downloaded base64 v0.21.7
8762026-05-23T04:15:54.481Z Downloaded proc-macro-error-attr2 v2.0.0
8772026-05-23T04:15:54.484Z Downloaded num_enum_derive v0.7.6
8782026-05-23T04:15:54.484Z Downloaded ignore v0.4.25
8792026-05-23T04:15:54.484Z Downloaded radium v0.7.0
8802026-05-23T04:15:54.484Z Downloaded diesel_derives v2.3.7
8812026-05-23T04:15:54.488Z Downloaded bumpalo v3.20.2
8822026-05-23T04:15:54.491Z Downloaded derive_more-impl v2.1.1
8832026-05-23T04:15:54.494Z Downloaded progenitor-client v0.11.2
8842026-05-23T04:15:54.494Z Downloaded peg v0.8.5
8852026-05-23T04:15:54.497Z Downloaded psl-types v2.0.11
8862026-05-23T04:15:54.500Z Downloaded rand_chacha v0.3.1
8872026-05-23T04:15:54.500Z Downloaded progenitor-macro v0.11.2
8882026-05-23T04:15:54.500Z Downloaded progenitor-macro v0.13.0
8892026-05-23T04:15:54.500Z Downloaded pem v3.0.6
8902026-05-23T04:15:54.503Z Downloaded indexmap v1.9.3
8912026-05-23T04:15:54.503Z Downloaded predicates v3.1.4
8922026-05-23T04:15:54.506Z Downloaded async-compression v0.4.41
8932026-05-23T04:15:54.508Z Downloaded pin-project-lite v0.2.17
8942026-05-23T04:15:54.511Z Downloaded proc-macro-crate v1.3.1
8952026-05-23T04:15:54.514Z Downloaded postgres-protocol v0.6.10
8962026-05-23T04:15:54.514Z Downloaded rand_xorshift v0.4.0
8972026-05-23T04:15:54.518Z Downloaded polyval v0.6.2
8982026-05-23T04:15:54.518Z Downloaded pin-project-internal v1.1.11
8992026-05-23T04:15:54.518Z Downloaded phf v0.12.1
9002026-05-23T04:15:54.521Z Downloaded ppv-lite86 v0.2.21
9012026-05-23T04:15:54.521Z Downloaded powerfmt v0.2.0
9022026-05-23T04:15:54.521Z Downloaded primeorder v0.13.6
9032026-05-23T04:15:54.521Z Downloaded poly1305 v0.8.0
9042026-05-23T04:15:54.524Z Downloaded cc v1.2.56
9052026-05-23T04:15:54.527Z Downloaded parking_lot_core v0.9.12
9062026-05-23T04:15:54.527Z Downloaded progenitor-macro v0.14.0
9072026-05-23T04:15:54.527Z Downloaded quick-error v1.2.3
9082026-05-23T04:15:54.529Z Downloaded ingot v0.1.1
9092026-05-23T04:15:54.529Z Downloaded impl-trait-for-tuples v0.2.3
9102026-05-23T04:15:54.532Z Downloaded recursive-proc-macro-impl v0.1.1
9112026-05-23T04:15:54.532Z Downloaded iana-time-zone v0.1.65
9122026-05-23T04:15:54.532Z Downloaded clang-sys v1.8.1
9132026-05-23T04:15:54.536Z Downloaded newline-converter v0.3.0
9142026-05-23T04:15:54.536Z Downloaded hickory-resolver v0.25.2
9152026-05-23T04:15:54.538Z Downloaded hickory-resolver v0.24.4
9162026-05-23T04:15:54.541Z Downloaded new_debug_unreachable v1.0.6
9172026-05-23T04:15:54.543Z Downloaded lru-cache v0.1.2
9182026-05-23T04:15:54.544Z Downloaded instant v0.1.13
9192026-05-23T04:15:54.544Z Downloaded recursive v0.1.1
9202026-05-23T04:15:54.547Z Downloaded keccak v0.1.6
9212026-05-23T04:15:54.547Z Downloaded ipnet v2.11.0
9222026-05-23T04:15:54.547Z Downloaded rfc6979 v0.4.0
9232026-05-23T04:15:54.547Z Downloaded progenitor v0.13.0
9242026-05-23T04:15:54.549Z Downloaded parking_lot v0.11.2
9252026-05-23T04:15:54.549Z Downloaded http-range v0.1.5
9262026-05-23T04:15:54.552Z Downloaded backon v1.6.0
9272026-05-23T04:15:54.552Z Downloaded indicatif v0.18.4
9282026-05-23T04:15:54.555Z Downloaded psm v0.1.30
9292026-05-23T04:15:54.558Z Downloaded progenitor v0.11.2
9302026-05-23T04:15:54.558Z Downloaded proc-macro-error2 v2.0.1
9312026-05-23T04:15:54.561Z Downloaded progenitor v0.14.0
9322026-05-23T04:15:54.561Z Downloaded progenitor-extras v0.2.0
9332026-05-23T04:15:54.563Z Downloaded rand_core v0.9.5
9342026-05-23T04:15:54.563Z Downloaded rustc_version v0.4.1
9352026-05-23T04:15:54.566Z Downloaded rtoolbox v0.0.3
9362026-05-23T04:15:54.566Z Downloaded rand_chacha v0.9.0
9372026-05-23T04:15:54.566Z Downloaded r2d2 v0.8.10
9382026-05-23T04:15:54.568Z Downloaded pkg-config v0.3.32
9392026-05-23T04:15:54.568Z Downloaded derive_more v2.1.1
9402026-05-23T04:15:54.574Z Downloaded rustc-hash v2.1.1
9412026-05-23T04:15:54.578Z Downloaded ref-cast-impl v1.0.25
9422026-05-23T04:15:54.578Z Downloaded rand_seeder v0.4.0
9432026-05-23T04:15:54.580Z Downloaded postgres-types v0.2.12
9442026-05-23T04:15:54.580Z Downloaded pkcs8 v0.10.2
9452026-05-23T04:15:54.585Z Downloaded russh-cryptovec v0.7.3
9462026-05-23T04:15:54.585Z Downloaded rand_core v0.6.4
9472026-05-23T04:15:54.585Z Downloaded progenitor-client v0.13.0
9482026-05-23T04:15:54.585Z Downloaded pkcs1 v0.7.5
9492026-05-23T04:15:54.588Z Downloaded p256 v0.13.2
9502026-05-23T04:15:54.588Z Downloaded miniz_oxide v0.8.9
9512026-05-23T04:15:54.591Z Downloaded oso v0.27.3
9522026-05-23T04:15:54.591Z Downloaded jiff-static v0.2.21
9532026-05-23T04:15:54.593Z Downloaded salsa20 v0.10.2
9542026-05-23T04:15:54.597Z Downloaded hashbrown v0.13.2
9552026-05-23T04:15:54.599Z Downloaded semver v0.1.20
9562026-05-23T04:15:54.599Z Downloaded scheduled-thread-pool v0.2.7
9572026-05-23T04:15:54.599Z Downloaded sapling-renderdag v0.1.0
9582026-05-23T04:15:54.599Z Downloaded hickory-server v0.25.2
9592026-05-23T04:15:54.602Z Downloaded rustc_version v0.1.7
9602026-05-23T04:15:54.605Z Downloaded http v1.4.0
9612026-05-23T04:15:54.605Z Downloaded hashbrown v0.12.3
9622026-05-23T04:15:54.608Z Downloaded rand_core v0.10.0
9632026-05-23T04:15:54.612Z Downloaded serde-big-array v0.5.1
9642026-05-23T04:15:54.612Z Downloaded seq-macro v0.3.6
9652026-05-23T04:15:54.612Z Downloaded secrecy v0.8.0
9662026-05-23T04:15:54.614Z Downloaded scroll_derive v0.13.1
9672026-05-23T04:15:54.614Z Downloaded scopeguard v1.2.0
9682026-05-23T04:15:54.614Z Downloaded parking_lot v0.12.5
9692026-05-23T04:15:54.618Z Downloaded serde_repr v0.1.20
9702026-05-23T04:15:54.618Z Downloaded serde_bytes v0.11.19
9712026-05-23T04:15:54.618Z Downloaded same-file v1.0.6
9722026-05-23T04:15:54.621Z Downloaded proc-macro-crate v3.4.0
9732026-05-23T04:15:54.621Z Downloaded pin-project v1.1.11
9742026-05-23T04:15:54.628Z Downloaded pkcs5 v0.7.1
9752026-05-23T04:15:54.631Z Downloaded peg-macros v0.8.5
9762026-05-23T04:15:54.631Z Downloaded paste v1.0.15
9772026-05-23T04:15:54.635Z Downloaded ref-cast v1.0.25
9782026-05-23T04:15:54.635Z Downloaded cancel-safe-futures v0.1.5
9792026-05-23T04:15:54.635Z Downloaded ed25519-dalek v2.2.0
9802026-05-23T04:15:54.637Z Downloaded serde_spanned v1.0.4
9812026-05-23T04:15:54.638Z Downloaded scrypt v0.11.0
9822026-05-23T04:15:54.640Z Downloaded serde_urlencoded v0.7.1
9832026-05-23T04:15:54.640Z Downloaded resolv-conf v0.7.6
9842026-05-23T04:15:54.643Z Downloaded rustls-pemfile v1.0.4
9852026-05-23T04:15:54.643Z Downloaded secrecy v0.10.3
9862026-05-23T04:15:54.643Z Downloaded postcard v1.1.3
9872026-05-23T04:15:54.646Z Downloaded corncobs v0.1.4
9882026-05-23T04:15:54.646Z Downloaded quinn-udp v0.5.14
9892026-05-23T04:15:54.649Z Downloaded indent_write v2.2.0
9902026-05-23T04:15:54.649Z Downloaded illumos-nvpair-sys v0.2.0
9912026-05-23T04:15:54.649Z Downloaded shell-words v1.1.1
9922026-05-23T04:15:54.652Z Downloaded ident_case v1.0.1
9932026-05-23T04:15:54.652Z Downloaded hyper-tls v0.6.0
9942026-05-23T04:15:54.652Z Downloaded git-stub v1.0.0
9952026-05-23T04:15:54.653Z Downloaded futures-executor v0.3.32
9962026-05-23T04:15:54.655Z Downloaded cmake v0.1.57
9972026-05-23T04:15:54.656Z Downloaded cassowary v0.3.0
9982026-05-23T04:15:54.658Z Downloaded rustversion v1.0.22
9992026-05-23T04:15:54.658Z Downloaded rustls-native-certs v0.8.3
10002026-05-23T04:15:54.661Z Downloaded signal-hook-mio v0.2.5
10012026-05-23T04:15:54.661Z Downloaded serde_plain v1.0.2
10022026-05-23T04:15:54.661Z Downloaded signature v2.2.0
10032026-05-23T04:15:54.664Z Downloaded siphasher v1.0.2
10042026-05-23T04:15:54.664Z Downloaded sct v0.7.1
10052026-05-23T04:15:54.667Z Downloaded rustls-pemfile v2.2.0
10062026-05-23T04:15:54.667Z Downloaded rusty-fork v0.3.1
10072026-05-23T04:15:54.670Z Downloaded minimal-lexical v0.2.1
10082026-05-23T04:15:54.673Z Downloaded omicron-zone-package v0.12.2
10092026-05-23T04:15:54.673Z Downloaded sigpipe v0.1.3
10102026-05-23T04:15:54.676Z Downloaded signal-hook-tokio v0.3.1
10112026-05-23T04:15:54.676Z Downloaded prefix-trie v0.7.0
10122026-05-23T04:15:54.676Z Downloaded hyper-util v0.1.20
10132026-05-23T04:15:54.680Z Downloaded slog-envlogger v2.2.0
10142026-05-23T04:15:54.683Z Downloaded async-stream-impl v0.3.6
10152026-05-23T04:15:54.683Z Downloaded byte-wrapper v0.1.0
10162026-05-23T04:15:54.683Z Downloaded defmt-parser v1.0.0
10172026-05-23T04:15:54.685Z Downloaded bit-vec v0.6.3
10182026-05-23T04:15:54.685Z Downloaded arrayvec v0.7.6
10192026-05-23T04:15:54.685Z Downloaded chacha20 v0.9.1
10202026-05-23T04:15:54.689Z Downloaded ssh-cipher v0.2.0
10212026-05-23T04:15:54.689Z Downloaded sqlparser_derive v0.5.0
10222026-05-23T04:15:54.689Z Downloaded serde_path_to_error v0.1.20
10232026-05-23T04:15:54.692Z Downloaded sec1 v0.7.3
10242026-05-23T04:15:54.692Z Downloaded schemars_derive v0.8.22
10252026-05-23T04:15:54.692Z Downloaded slog-bunyan v2.5.0
10262026-05-23T04:15:54.695Z Downloaded bcs v0.1.6
10272026-05-23T04:15:54.695Z Downloaded scroll v0.13.0
10282026-05-23T04:15:54.698Z Downloaded daft-derive v0.1.7
10292026-05-23T04:15:54.698Z Downloaded itertools v0.10.5
10302026-05-23T04:15:54.701Z Downloaded progenitor-impl v0.11.2
10312026-05-23T04:15:54.704Z Downloaded anstream v0.6.21
10322026-05-23T04:15:54.704Z Downloaded blake3 v1.8.3
10332026-05-23T04:15:54.710Z Downloaded sha1 v0.10.6
10342026-05-23T04:15:54.716Z Downloaded serde-hex v0.1.0
10352026-05-23T04:15:54.716Z Downloaded strum v0.27.2
10362026-05-23T04:15:54.716Z Downloaded structmeta-derive v0.3.0
10372026-05-23T04:15:54.722Z Downloaded papergrid v0.17.0
10382026-05-23T04:15:54.722Z Downloaded prettyplease v0.2.37
10392026-05-23T04:15:54.722Z Downloaded pretty_assertions v1.4.1
10402026-05-23T04:15:54.726Z Downloaded progenitor-impl v0.13.0
10412026-05-23T04:15:54.726Z Downloaded russh-keys v0.45.0
10422026-05-23T04:15:54.726Z Downloaded strum v0.26.3
10432026-05-23T04:15:54.726Z Downloaded structmeta v0.3.0
10442026-05-23T04:15:54.730Z Downloaded supports-color v3.0.2
10452026-05-23T04:15:54.730Z Downloaded strip-ansi-escapes v0.2.1
10462026-05-23T04:15:54.730Z Downloaded bitflags v1.3.2
10472026-05-23T04:15:54.733Z Downloaded tabwriter v1.4.1
10482026-05-23T04:15:54.733Z Downloaded sync-ptr v0.1.4
10492026-05-23T04:15:54.733Z Downloaded ssh-encoding v0.2.0
10502026-05-23T04:15:54.733Z Downloaded rcgen v0.12.1
10512026-05-23T04:15:54.735Z Downloaded shlex v1.3.0
10522026-05-23T04:15:54.735Z Downloaded rustls-pki-types v1.14.0
10532026-05-23T04:15:54.738Z Downloaded aes-gcm v0.10.3
10542026-05-23T04:15:54.741Z Downloaded tabled_derive v0.11.0
10552026-05-23T04:15:54.741Z Downloaded subtle v2.6.1
10562026-05-23T04:15:54.744Z Downloaded async-trait v0.1.89
10572026-05-23T04:15:54.744Z Downloaded tagptr v0.2.0
10582026-05-23T04:15:54.747Z Downloaded tap v1.0.1
10592026-05-23T04:15:54.750Z Downloaded progenitor-impl v0.14.0
10602026-05-23T04:15:54.753Z Downloaded slog-async v2.8.0
10612026-05-23T04:15:54.753Z Downloaded serde_cbor v0.11.2
10622026-05-23T04:15:54.756Z Downloaded hashbrown v0.15.5
10632026-05-23T04:15:54.758Z Downloaded snafu-derive v0.8.9
10642026-05-23T04:15:54.758Z Downloaded slog-json v2.6.1
10652026-05-23T04:15:54.761Z Downloaded slab v0.4.12
10662026-05-23T04:15:54.761Z Downloaded take_mut v0.2.2
10672026-05-23T04:15:54.764Z Downloaded simd-adler32 v0.3.8
10682026-05-23T04:15:54.764Z Downloaded openssl-sys v0.9.114
10692026-05-23T04:15:54.767Z Downloaded thiserror-impl-no-std v2.0.2
10702026-05-23T04:15:54.767Z Downloaded spki v0.7.3
10712026-05-23T04:15:54.770Z Downloaded smf v0.2.3
10722026-05-23T04:15:54.770Z Downloaded smallvec v0.6.14
10732026-05-23T04:15:54.770Z Downloaded num-bigint v0.4.6
10742026-05-23T04:15:54.773Z Downloaded mio v1.2.0
10752026-05-23T04:15:54.777Z Downloaded crossterm v0.29.0
10762026-05-23T04:15:54.781Z Downloaded testing_table v0.3.0
10772026-05-23T04:15:54.785Z Downloaded serde_with_macros v3.17.0
10782026-05-23T04:15:54.785Z Downloaded slog-term v2.9.2
10792026-05-23T04:15:54.788Z Downloaded string_cache v0.8.9
10802026-05-23T04:15:54.788Z Downloaded slog-stdlog v4.1.1
10812026-05-23T04:15:54.788Z Downloaded time-core v0.1.8
10822026-05-23T04:15:54.790Z Downloaded stacker v0.1.23
10832026-05-23T04:15:54.790Z Downloaded static_assertions v1.1.0
10842026-05-23T04:15:54.793Z Downloaded tokio-macros v2.7.0
10852026-05-23T04:15:54.793Z Downloaded termtree v0.5.1
10862026-05-23T04:15:54.793Z Downloaded strum_macros v0.24.3
10872026-05-23T04:15:54.797Z Downloaded signal-hook-registry v1.4.8
10882026-05-23T04:15:54.800Z Downloaded slog-scope v4.4.1
10892026-05-23T04:15:54.803Z Downloaded tinyvec_macros v0.1.1
10902026-05-23T04:15:54.806Z Downloaded thread-id v5.1.0
10912026-05-23T04:15:54.817Z Downloaded serde_derive_internals v0.29.1
10922026-05-23T04:15:54.820Z Downloaded support-bundle-viewer v0.1.2
10932026-05-23T04:15:54.820Z Downloaded rustls-platform-verifier v0.6.2
10942026-05-23T04:15:54.824Z Downloaded topological-sort v0.2.2
10952026-05-23T04:15:54.827Z Downloaded sync_wrapper v1.0.2
10962026-05-23T04:15:54.827Z Downloaded strum_macros v0.26.4
10972026-05-23T04:15:54.830Z Downloaded dropshot-api-manager v0.7.2
10982026-05-23T04:15:54.833Z Downloaded ron v0.8.1
10992026-05-23T04:15:54.836Z Downloaded ryu v1.0.23
11002026-05-23T04:15:54.839Z Downloaded rayon-core v1.13.0
11012026-05-23T04:15:54.842Z Downloaded termios v0.3.3
11022026-05-23T04:15:54.845Z Downloaded trait-variant v0.1.2
11032026-05-23T04:15:54.845Z Downloaded sqlformat v0.3.5
11042026-05-23T04:15:54.845Z Downloaded tower-layer v0.3.3
11052026-05-23T04:15:54.848Z Downloaded quinn v0.11.9
11062026-05-23T04:15:54.851Z Downloaded hashbrown v0.16.1
11072026-05-23T04:15:54.853Z Downloaded tiny-keccak v2.0.2
11082026-05-23T04:15:54.856Z Downloaded rand v0.8.6
11092026-05-23T04:15:54.860Z Downloaded thread_local v1.1.9
11102026-05-23T04:15:54.862Z Downloaded tls_codec_derive v0.4.2
11112026-05-23T04:15:54.863Z Downloaded slog-dtrace v0.3.0
11122026-05-23T04:15:54.867Z Downloaded qorb v0.4.1
11132026-05-23T04:15:54.870Z Downloaded try-lock v0.2.5
11142026-05-23T04:15:54.870Z Downloaded tower-service v0.3.3
11152026-05-23T04:15:54.870Z Downloaded signal-hook v0.3.18
11162026-05-23T04:15:54.873Z Downloaded strum_macros v0.27.2
11172026-05-23T04:15:54.873Z Downloaded similar v2.7.0
11182026-05-23T04:15:54.876Z Downloaded nom v7.1.3
11192026-05-23T04:15:54.879Z Downloaded stringprep v0.1.5
11202026-05-23T04:15:54.882Z Downloaded publicsuffix v2.3.0
11212026-05-23T04:15:54.882Z Downloaded num-bigint-dig v0.8.6
11222026-05-23T04:15:54.884Z Downloaded untrusted v0.9.0
11232026-05-23T04:15:54.887Z Downloaded untrusted v0.7.1
11242026-05-23T04:15:54.887Z Downloaded unit-prefix v0.5.2
11252026-05-23T04:15:54.887Z Downloaded unarray v0.1.4
11262026-05-23T04:15:54.890Z Downloaded typify-macro v0.6.2
11272026-05-23T04:15:54.890Z Downloaded usdt-macro v0.6.0
11282026-05-23T04:15:54.890Z Downloaded tokio-native-tls v0.3.1
11292026-05-23T04:15:54.893Z Downloaded usdt-attr-macro v0.6.0
11302026-05-23T04:15:54.893Z Downloaded tokio-dtrace v0.1.1
11312026-05-23T04:15:54.893Z Downloaded tokio-rustls v0.25.0
11322026-05-23T04:15:54.896Z Downloaded spin v0.9.8
11332026-05-23T04:15:54.896Z Downloaded term v1.2.1
11342026-05-23T04:15:54.899Z Downloaded rsa v0.9.10
11352026-05-23T04:15:54.901Z Downloaded schemars v0.8.22
11362026-05-23T04:15:54.906Z Downloaded futures-util v0.3.32
11372026-05-23T04:15:54.913Z Downloaded tokio-tungstenite v0.21.0
11382026-05-23T04:15:54.916Z Downloaded term v0.7.0
11392026-05-23T04:15:54.919Z Downloaded itertools v0.14.0
11402026-05-23T04:15:54.923Z Downloaded utf-8 v0.7.6
11412026-05-23T04:15:54.926Z Downloaded toml_writer v1.0.6+spec-1.1.0
11422026-05-23T04:15:54.926Z Downloaded tokio-tungstenite v0.23.1
11432026-05-23T04:15:54.926Z Downloaded slog v2.8.2
11442026-05-23T04:15:54.929Z Downloaded time-macros v0.2.27
11452026-05-23T04:15:54.932Z Downloaded schemars v0.9.0
11462026-05-23T04:15:54.936Z Downloaded wait-timeout v0.2.1
11472026-05-23T04:15:54.939Z Downloaded want v0.3.1
11482026-05-23T04:15:54.939Z Downloaded waitgroup v0.1.2
11492026-05-23T04:15:54.939Z Downloaded tui-tree-widget v0.23.1
11502026-05-23T04:15:54.941Z Downloaded xattr v1.6.1
11512026-05-23T04:15:54.941Z Downloaded void v1.0.2
11522026-05-23T04:15:54.941Z Downloaded serde_yaml v0.9.34+deprecated
11532026-05-23T04:15:54.944Z Downloaded tokio-stream v0.1.18
11542026-05-23T04:15:54.947Z Downloaded tokio-rustls v0.26.4
11552026-05-23T04:15:54.947Z Downloaded socket2 v0.6.3
11562026-05-23T04:15:54.950Z Downloaded snafu v0.8.9
11572026-05-23T04:15:54.952Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11582026-05-23T04:15:54.955Z Downloaded unicode-truncate v1.1.0
11592026-05-23T04:15:54.955Z Downloaded subprocess v0.2.15
11602026-05-23T04:15:54.958Z Downloaded socket2 v0.5.10
11612026-05-23T04:15:54.958Z Downloaded nom v8.0.0
11622026-05-23T04:15:54.961Z Downloaded thiserror-no-std v2.0.2
11632026-05-23T04:15:54.964Z Downloaded universal-hash v0.5.1
11642026-05-23T04:15:54.964Z Downloaded iddqd v0.4.1
11652026-05-23T04:15:54.967Z Downloaded unicase v2.9.0
11662026-05-23T04:15:54.970Z Downloaded tokio-rustls v0.24.1
11672026-05-23T04:15:54.970Z Downloaded libm v0.2.16
11682026-05-23T04:15:54.976Z Downloaded xshell-macros v0.2.7
11692026-05-23T04:15:54.979Z Downloaded vergen-gitcl v1.0.8
11702026-05-23T04:15:54.979Z Downloaded uzers v0.12.2
11712026-05-23T04:15:54.982Z Downloaded zone_cfg_derive v0.3.1
11722026-05-23T04:15:54.982Z Downloaded usdt v0.6.0
11732026-05-23T04:15:54.982Z Downloaded samael v0.0.19
11742026-05-23T04:15:54.985Z Downloaded rustls-webpki v0.103.9
11752026-05-23T04:15:54.987Z Downloaded tracing-attributes v0.1.31
11762026-05-23T04:15:54.987Z Downloaded toml_parser v1.0.9+spec-1.1.0
11772026-05-23T04:15:54.990Z Downloaded rand v0.10.1
11782026-05-23T04:15:54.993Z Downloaded zeroize_derive v1.4.3
11792026-05-23T04:15:54.993Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11802026-05-23T04:15:54.993Z Downloaded tinyvec v1.10.0
11812026-05-23T04:15:54.997Z Downloaded rand v0.9.2
11822026-05-23T04:15:54.997Z Downloaded twox-hash v2.1.2
11832026-05-23T04:15:54.999Z Downloaded test-strategy v0.4.5
11842026-05-23T04:15:55.003Z Downloaded vergen-lib v9.1.0
11852026-05-23T04:15:55.003Z Downloaded h2 v0.4.13
11862026-05-23T04:15:55.006Z Downloaded zone v0.3.1
11872026-05-23T04:15:55.009Z Downloaded whoami v2.1.0
11882026-05-23T04:15:55.009Z Downloaded toml v0.7.8
11892026-05-23T04:15:55.013Z Downloaded tls_codec v0.4.2
11902026-05-23T04:15:55.013Z Downloaded walkdir v2.5.0
11912026-05-23T04:15:55.015Z Downloaded vergen-lib v0.1.6
11922026-05-23T04:15:55.015Z Downloaded p521 v0.13.3
11932026-05-23T04:15:55.015Z Downloaded tar v0.4.45
11942026-05-23T04:15:55.018Z Downloaded hkdf v0.12.4
11952026-05-23T04:15:55.018Z Downloaded aho-corasick v1.1.4
11962026-05-23T04:15:55.022Z Downloaded wyz v0.5.1
11972026-05-23T04:15:55.024Z Downloaded steno v0.4.1
11982026-05-23T04:15:55.027Z Downloaded itertools v0.13.0
11992026-05-23T04:15:55.030Z Downloaded zeroize v1.8.2
12002026-05-23T04:15:55.030Z Downloaded unicode-properties v0.1.4
12012026-05-23T04:15:55.033Z Downloaded xshell v0.2.7
12022026-05-23T04:15:55.033Z Downloaded typify-macro v0.4.3
12032026-05-23T04:15:55.033Z Downloaded hyper v1.8.1
12042026-05-23T04:15:55.036Z Downloaded usdt-impl v0.6.0
12052026-05-23T04:15:55.039Z Downloaded zstd v0.13.3
12062026-05-23T04:15:55.042Z Downloaded toml v1.0.6+spec-1.1.0
12072026-05-23T04:15:55.045Z Downloaded zstd-safe v7.2.4
12082026-05-23T04:15:55.045Z Downloaded vergen-git2 v9.1.0
12092026-05-23T04:15:55.045Z Downloaded vergen v9.1.0
12102026-05-23T04:15:55.048Z Downloaded typify v0.6.2
12112026-05-23T04:15:55.051Z Downloaded unicode-bidi v0.3.18
12122026-05-23T04:15:55.051Z Downloaded schemars v1.2.1
12132026-05-23T04:15:55.058Z Downloaded toml_edit v0.23.10+spec-1.0.0
12142026-05-23T04:15:55.061Z Downloaded rpassword v7.4.0
12152026-05-23T04:15:55.064Z Downloaded tungstenite v0.23.0
12162026-05-23T04:15:55.064Z Downloaded iri-string v0.7.10
12172026-05-23T04:15:55.068Z Downloaded whoami v1.6.1
12182026-05-23T04:15:55.070Z Downloaded libxml v0.3.3
12192026-05-23T04:15:55.073Z Downloaded itertools v0.12.1
12202026-05-23T04:15:55.076Z Downloaded tungstenite v0.21.0
12212026-05-23T04:15:55.083Z Downloaded yasna v0.5.2
12222026-05-23T04:15:55.086Z Downloaded aws-lc-rs v1.16.3
12232026-05-23T04:15:55.090Z Downloaded vte v0.14.1
12242026-05-23T04:15:55.093Z Downloaded vsss-rs v3.3.4
12252026-05-23T04:15:55.096Z Downloaded unsafe-libyaml v0.2.11
12262026-05-23T04:15:55.099Z Downloaded zerocopy v0.6.6
12272026-05-23T04:15:55.110Z Downloaded tracing-core v0.1.36
12282026-05-23T04:15:55.120Z Downloaded chrono v0.4.44
12292026-05-23T04:15:55.125Z Downloaded russh v0.45.0
12302026-05-23T04:15:55.129Z Downloaded reedline v0.40.0
12312026-05-23T04:15:55.134Z Downloaded typify v0.4.3
12322026-05-23T04:15:55.136Z Downloaded tokio-postgres v0.7.16
12332026-05-23T04:15:55.143Z Downloaded reqwest v0.13.2
12342026-05-23T04:15:55.147Z Downloaded yansi v1.0.1
12352026-05-23T04:15:55.149Z Downloaded uuid v1.23.0
12362026-05-23T04:15:55.152Z Downloaded portable-atomic v1.13.1
12372026-05-23T04:15:55.155Z Downloaded zopfli v0.8.3
12382026-05-23T04:15:55.161Z Downloaded goblin v0.10.5
12392026-05-23T04:15:55.165Z Downloaded git2 v0.20.4
12402026-05-23T04:15:55.170Z Downloaded rustyline v14.0.0
12412026-05-23T04:15:55.177Z Downloaded reqwest v0.12.28
12422026-05-23T04:15:55.180Z Downloaded zerocopy-derive v0.8.40
12432026-05-23T04:15:55.190Z Downloaded unicode_categories v0.1.1
12442026-05-23T04:15:55.193Z Downloaded ssh-key v0.6.7
12452026-05-23T04:15:55.196Z Downloaded toml_edit v0.19.15
12462026-05-23T04:15:55.206Z Downloaded zip v0.6.6
12472026-05-23T04:15:55.209Z Downloaded quick-xml v0.37.5
12482026-05-23T04:15:55.212Z Downloaded x509-cert v0.2.5
12492026-05-23T04:15:55.215Z Downloaded p384 v0.13.1
12502026-05-23T04:15:55.218Z Downloaded rustls-webpki v0.101.7
12512026-05-23T04:15:55.226Z Downloaded unicode-normalization v0.1.25
12522026-05-23T04:15:55.229Z Downloaded regex v1.12.3
12532026-05-23T04:15:55.231Z Downloaded rayon v1.11.0
12542026-05-23T04:15:55.236Z Downloaded proptest v1.10.0
12552026-05-23T04:15:55.242Z Downloaded tower v0.5.3
12562026-05-23T04:15:55.249Z Downloaded tokio-util v0.7.18
12572026-05-23T04:15:55.253Z Downloaded moka v0.12.13
12582026-05-23T04:15:55.258Z Downloaded curve25519-dalek v4.1.3
12592026-05-23T04:15:55.263Z Downloaded typed-path v0.9.3
12602026-05-23T04:15:55.267Z Downloaded tower-http v0.6.8
12612026-05-23T04:15:55.272Z Downloaded tough v0.22.0
12622026-05-23T04:15:55.277Z Downloaded object v0.30.4
12632026-05-23T04:15:55.294Z Downloaded dropshot v0.17.0
12642026-05-23T04:15:55.307Z Downloaded unicode-segmentation v1.12.0
12652026-05-23T04:15:55.310Z Downloaded radix_trie v0.2.1
12662026-05-23T04:15:55.313Z Downloaded zip v4.6.1
12672026-05-23T04:15:55.316Z Downloaded salty v0.3.0
12682026-05-23T04:15:55.319Z Downloaded petname v2.0.2
12692026-05-23T04:15:55.330Z Downloaded lalrpop v0.19.12
12702026-05-23T04:15:55.340Z Downloaded rustls-webpki v0.102.8
12712026-05-23T04:15:55.351Z Downloaded tabled v0.20.0
12722026-05-23T04:15:55.361Z Downloaded nix v0.27.1
12732026-05-23T04:15:55.368Z Downloaded winnow v0.5.40
12742026-05-23T04:15:55.372Z Downloaded serde_with v3.17.0
12752026-05-23T04:15:55.379Z Downloaded quinn-proto v0.11.13
12762026-05-23T04:15:55.383Z Downloaded regex-syntax v0.6.29
12772026-05-23T04:15:55.387Z Downloaded polar-core v0.27.3
12782026-05-23T04:15:55.392Z Downloaded webpki-roots v1.0.6
12792026-05-23T04:15:55.395Z Downloaded hickory-proto v0.24.4
12802026-05-23T04:15:55.404Z Downloaded smoltcp v0.11.0
12812026-05-23T04:15:55.410Z Downloaded openssl v0.10.78
12822026-05-23T04:15:55.416Z Downloaded regress v0.10.5
12832026-05-23T04:15:55.432Z Downloaded regress v0.11.1
12842026-05-23T04:15:55.438Z Downloaded regex-syntax v0.8.10
12852026-05-23T04:15:55.443Z Downloaded winnow v1.0.3
12862026-05-23T04:15:55.449Z Downloaded winnow v0.6.26
12872026-05-23T04:15:55.454Z Downloaded time v0.3.47
12882026-05-23T04:15:55.461Z Downloaded nix v0.28.0
12892026-05-23T04:15:55.468Z Downloaded diesel v2.3.7
12902026-05-23T04:15:55.480Z Downloaded bstr v1.12.1
12912026-05-23T04:15:55.486Z Downloaded rustls v0.21.12
12922026-05-23T04:15:55.494Z Downloaded sqlparser v0.61.0
12932026-05-23T04:15:55.500Z Downloaded object v0.37.3
12942026-05-23T04:15:55.507Z Downloaded zlib-rs v0.6.2
12952026-05-23T04:15:55.511Z Downloaded vcpkg v0.2.15
12962026-05-23T04:15:55.534Z Downloaded tracing v0.1.44
12972026-05-23T04:15:55.548Z Downloaded ratatui v0.29.0
12982026-05-23T04:15:55.560Z Downloaded openapiv3 v2.2.0
12992026-05-23T04:15:55.567Z Downloaded smoltcp v0.9.1
13002026-05-23T04:15:55.573Z Downloaded zerocopy v0.8.40
13012026-05-23T04:15:55.579Z Downloaded zerocopy-derive v0.6.6
13022026-05-23T04:15:55.585Z Downloaded rustix v0.38.44
13032026-05-23T04:15:55.598Z Downloaded rustls v0.23.37
13042026-05-23T04:15:55.605Z Downloaded hickory-proto v0.25.2
13052026-05-23T04:15:55.614Z Downloaded rustls v0.22.4
13062026-05-23T04:15:55.625Z Downloaded petgraph v0.6.5
13072026-05-23T04:15:55.633Z Downloaded nix v0.31.2
13082026-05-23T04:15:55.640Z Downloaded bzip2-sys v0.1.13+1.0.8
13092026-05-23T04:15:55.656Z Downloaded petgraph v0.8.3
13102026-05-23T04:15:55.669Z Downloaded libz-sys v1.1.24
13112026-05-23T04:15:55.681Z Downloaded csv v1.4.0
13122026-05-23T04:15:55.694Z Downloaded sled v0.34.7
13132026-05-23T04:15:55.701Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13142026-05-23T04:15:55.712Z Downloaded typify-impl v0.6.2
13152026-05-23T04:15:55.733Z Downloaded typify-impl v0.4.3
13162026-05-23T04:15:55.742Z Downloaded encoding_rs v0.8.35
13172026-05-23T04:15:55.758Z Downloaded regex-automata v0.4.14
13182026-05-23T04:15:55.794Z Downloaded chrono-tz v0.10.4
13192026-05-23T04:15:55.810Z Downloaded jiff v0.2.21
13202026-05-23T04:15:55.856Z Downloaded sha3 v0.10.8
13212026-05-23T04:15:55.873Z Downloaded tokio v1.52.1
13222026-05-23T04:15:55.971Z Downloaded ring v0.17.14
13232026-05-23T04:15:56.027Z Downloaded libgit2-sys v0.18.3+1.9.2
13242026-05-23T04:15:56.523Z Downloaded aws-lc-sys v0.40.0
13252026-05-23T04:15:56.786Z Compiling libc v0.2.185
13262026-05-23T04:15:56.786Z Compiling serde v1.0.228
13272026-05-23T04:15:56.789Z Compiling log v0.4.29
13282026-05-23T04:15:56.789Z Compiling find-msvc-tools v0.1.9
13292026-05-23T04:15:56.789Z Compiling shlex v1.3.0
13302026-05-23T04:15:56.789Z Compiling smallvec v1.15.1
13312026-05-23T04:15:56.789Z Compiling typenum v1.19.0
13322026-05-23T04:15:56.789Z Compiling subtle v2.6.1
13332026-05-23T04:15:56.789Z Compiling scopeguard v1.2.0
13342026-05-23T04:15:56.789Z Compiling portable-atomic v1.13.1
13352026-05-23T04:15:56.790Z Compiling const-oid v0.9.6
13362026-05-23T04:15:56.790Z Compiling serde_json v1.0.149
13372026-05-23T04:15:56.933Z Compiling zerocopy v0.8.40
13382026-05-23T04:15:56.939Z Compiling critical-section v1.2.0
13392026-05-23T04:15:56.939Z Compiling pin-project-lite v0.2.17
13402026-05-23T04:15:56.939Z Compiling parking_lot_core v0.9.12
13412026-05-23T04:15:56.939Z Compiling pkg-config v0.3.32
13422026-05-23T04:15:56.939Z Compiling futures-core v0.3.32
13432026-05-23T04:15:56.939Z Compiling libm v0.2.16
13442026-05-23T04:15:57.032Z Compiling generic-array v0.14.7
13452026-05-23T04:15:57.036Z Compiling num-traits v0.2.19
13462026-05-23T04:15:57.049Z Compiling percent-encoding v2.3.2
13472026-05-23T04:15:57.082Z Compiling futures-sink v0.3.32
13482026-05-23T04:15:57.087Z Compiling futures-task v0.3.32
13492026-05-23T04:15:57.152Z Compiling lock_api v0.4.14
13502026-05-23T04:15:57.172Z Compiling getrandom v0.4.1
13512026-05-23T04:15:57.175Z Compiling cpufeatures v0.2.17
13522026-05-23T04:15:57.185Z Compiling syn v2.0.117
13532026-05-23T04:15:57.188Z Compiling bitflags v2.11.0
13542026-05-23T04:15:57.222Z Compiling slab v0.4.12
13552026-05-23T04:15:57.238Z Compiling futures-io v0.3.32
13562026-05-23T04:15:57.260Z Compiling rand_core v0.10.0
13572026-05-23T04:15:57.263Z Compiling getrandom v0.3.4
13582026-05-23T04:15:57.296Z Compiling indexmap v2.14.0
13592026-05-23T04:15:57.315Z Compiling rustversion v1.0.22
13602026-05-23T04:15:57.417Z Compiling fs_extra v1.3.0
13612026-05-23T04:15:57.420Z Compiling dunce v1.0.5
13622026-05-23T04:15:57.420Z Compiling base64ct v1.8.3
13632026-05-23T04:15:57.434Z Compiling ident_case v1.0.1
13642026-05-23T04:15:57.457Z Compiling futures-channel v0.3.32
13652026-05-23T04:15:57.460Z Compiling rustix v1.1.3
13662026-05-23T04:15:57.539Z Compiling iana-time-zone v0.1.65
13672026-05-23T04:15:57.558Z Compiling regex-syntax v0.8.10
13682026-05-23T04:15:57.560Z Compiling flagset v0.4.7
13692026-05-23T04:15:57.579Z Compiling vcpkg v0.2.15
13702026-05-23T04:15:57.777Z Compiling pem-rfc7468 v0.7.0
13712026-05-23T04:15:57.795Z Compiling aws-lc-rs v1.16.3
13722026-05-23T04:15:57.802Z Compiling rustc_version v0.4.1
13732026-05-23T04:15:57.814Z Compiling base64 v0.22.1
13742026-05-23T04:15:57.832Z Compiling httparse v1.10.1
13752026-05-23T04:15:57.835Z Compiling untrusted v0.9.0
13762026-05-23T04:15:57.835Z Compiling tinyvec_macros v0.1.1
13772026-05-23T04:15:57.835Z Compiling openssl-probe v0.2.1
13782026-05-23T04:15:57.871Z Compiling untrusted v0.7.1
13792026-05-23T04:15:57.889Z Compiling aho-corasick v1.1.4
13802026-05-23T04:15:57.893Z Compiling rustls v0.23.37
13812026-05-23T04:15:57.893Z Compiling try-lock v0.2.5
13822026-05-23T04:15:57.925Z Compiling tower-service v0.3.3
13832026-05-23T04:15:57.941Z Compiling schemars v0.8.22
13842026-05-23T04:15:58.024Z Compiling dyn-clone v1.0.20
13852026-05-23T04:15:58.168Z Compiling form_urlencoded v1.2.2
13862026-05-23T04:15:58.185Z Compiling tower-layer v0.3.3
13872026-05-23T04:15:58.205Z Compiling atomic-waker v1.1.2
13882026-05-23T04:15:58.208Z Compiling httpdate v1.0.3
13892026-05-23T04:15:58.243Z Compiling want v0.3.1
13902026-05-23T04:15:58.281Z Compiling tinyvec v1.10.0
13912026-05-23T04:15:58.301Z Compiling foreign-types-shared v0.1.1
13922026-05-23T04:15:58.304Z Compiling openssl v0.10.78
13932026-05-23T04:15:58.318Z Compiling pin-utils v0.1.0
13942026-05-23T04:15:58.321Z Compiling spin v0.9.8
13952026-05-23T04:15:58.376Z Compiling once_cell v1.21.3
13962026-05-23T04:15:58.397Z Compiling powerfmt v0.2.0
13972026-05-23T04:15:58.417Z Compiling foreign-types v0.3.2
13982026-05-23T04:15:58.455Z Compiling native-tls v0.2.18
13992026-05-23T04:15:58.458Z Compiling crc32fast v1.5.0
14002026-05-23T04:15:58.458Z Compiling num-conv v0.2.0
14012026-05-23T04:15:58.474Z Compiling time-core v0.1.8
14022026-05-23T04:15:58.477Z Compiling sync_wrapper v1.0.2
14032026-05-23T04:15:58.493Z Compiling crossbeam-utils v0.8.21
14042026-05-23T04:15:58.496Z Compiling syn v1.0.109
14052026-05-23T04:15:58.584Z Compiling siphasher v1.0.2
14062026-05-23T04:15:58.603Z Compiling tracing-core v0.1.36
14072026-05-23T04:15:58.606Z Compiling deranged v0.5.8
14082026-05-23T04:15:58.606Z Compiling usdt-impl v0.6.0
14092026-05-23T04:15:58.606Z Compiling quick-error v1.2.3
14102026-05-23T04:15:58.696Z Compiling bit-vec v0.8.0
14112026-05-23T04:15:58.699Z Compiling simd-adler32 v0.3.8
14122026-05-23T04:15:58.830Z Compiling num_threads v0.1.7
14132026-05-23T04:15:58.849Z Compiling heapless v0.7.17
14142026-05-23T04:15:58.882Z Compiling getrandom v0.2.17
14152026-05-23T04:15:58.886Z Compiling jobserver v0.1.34
14162026-05-23T04:15:58.921Z Compiling errno v0.3.14
14172026-05-23T04:15:58.976Z Compiling mio v1.2.0
14182026-05-23T04:15:59.013Z Compiling socket2 v0.6.3
14192026-05-23T04:15:59.108Z Compiling unicode-normalization v0.1.25
14202026-05-23T04:15:59.113Z Compiling wait-timeout v0.2.1
14212026-05-23T04:15:59.129Z Compiling thread-id v5.1.0
14222026-05-23T04:15:59.171Z Compiling time-macros v0.2.27
14232026-05-23T04:15:59.230Z Compiling cookie v0.18.1
14242026-05-23T04:15:59.251Z Compiling paste v1.0.15
14252026-05-23T04:15:59.254Z Compiling unicode-properties v0.1.4
14262026-05-23T04:15:59.254Z Compiling unarray v0.1.4
14272026-05-23T04:15:59.310Z Compiling signal-hook-registry v1.4.8
14282026-05-23T04:15:59.329Z Compiling rand_core v0.6.4
14292026-05-23T04:15:59.349Z Compiling parking_lot v0.12.5
14302026-05-23T04:15:59.372Z Compiling regex-automata v0.4.14
14312026-05-23T04:15:59.390Z Compiling cc v1.2.56
14322026-05-23T04:15:59.429Z Compiling bit-set v0.8.0
14332026-05-23T04:15:59.468Z Compiling iri-string v0.7.10
14342026-05-23T04:15:59.471Z Compiling adler2 v2.0.1
14352026-05-23T04:15:59.471Z Compiling allocator-api2 v0.2.21
14362026-05-23T04:15:59.488Z Compiling zstd-safe v7.2.4
14372026-05-23T04:15:59.583Z Compiling unicode-bidi v0.3.18
14382026-05-23T04:15:59.587Z Compiling ryu v1.0.23
14392026-05-23T04:15:59.602Z Compiling rand_core v0.9.5
14402026-05-23T04:15:59.619Z Compiling signal-hook v0.3.18
14412026-05-23T04:15:59.638Z Compiling anyhow v1.0.102
14422026-05-23T04:15:59.692Z Compiling uuid v1.23.0
14432026-05-23T04:15:59.711Z Compiling miniz_oxide v0.8.9
14442026-05-23T04:15:59.768Z Compiling num-integer v0.1.46
14452026-05-23T04:15:59.789Z Compiling slog v2.8.2
14462026-05-23T04:15:59.808Z Compiling vergen-lib v9.1.0
14472026-05-23T04:15:59.811Z Compiling ff v0.13.1
14482026-05-23T04:15:59.868Z Compiling rand_xorshift v0.4.0
14492026-05-23T04:15:59.961Z Compiling curve25519-dalek v4.1.3
14502026-05-23T04:15:59.979Z Compiling stringprep v0.1.5
14512026-05-23T04:16:00.016Z Compiling hash32 v0.2.1
14522026-05-23T04:16:00.019Z Compiling memoffset v0.9.1
14532026-05-23T04:16:00.019Z Compiling encoding_rs v0.8.35
14542026-05-23T04:16:00.019Z Compiling base16ct v0.2.0
14552026-05-23T04:16:00.019Z Compiling psl-types v2.0.11
14562026-05-23T04:16:00.020Z Compiling cfg_aliases v0.2.1
14572026-05-23T04:16:00.074Z Compiling litrs v1.0.0
14582026-05-23T04:16:00.131Z Compiling fallible-iterator v0.2.0
14592026-05-23T04:16:00.150Z Compiling mime v0.3.17
14602026-05-23T04:16:00.191Z Compiling zlib-rs v0.6.2
14612026-05-23T04:16:00.209Z Compiling smoltcp v0.9.1
14622026-05-23T04:16:00.213Z Compiling num-bigint-dig v0.8.6
14632026-05-23T04:16:00.231Z Compiling rustix v0.38.44
14642026-05-23T04:16:00.234Z Compiling ref-cast v1.0.25
14652026-05-23T04:16:00.287Z Compiling group v0.13.0
14662026-05-23T04:16:00.339Z Compiling num-iter v0.1.45
14672026-05-23T04:16:00.342Z Compiling nix v0.31.2
14682026-05-23T04:16:00.448Z Compiling time v0.3.47
14692026-05-23T04:16:00.462Z Compiling vergen v9.1.0
14702026-05-23T04:16:00.487Z Compiling phf_shared v0.13.1
14712026-05-23T04:16:00.527Z Compiling cmake v0.1.57
14722026-05-23T04:16:00.547Z Compiling lazy_static v1.5.0
14732026-05-23T04:16:00.551Z Compiling anstyle-parse v0.2.7
14742026-05-23T04:16:00.551Z Compiling cargo-platform v0.3.2
14752026-05-23T04:16:00.604Z Compiling ahash v0.8.12
14762026-05-23T04:16:00.607Z Compiling fs-err v3.3.0
14772026-05-23T04:16:00.642Z Compiling unicode-segmentation v1.12.0
14782026-05-23T04:16:00.696Z Compiling foldhash v0.2.0
14792026-05-23T04:16:00.753Z Compiling tempfile v3.25.0
14802026-05-23T04:16:00.756Z Compiling document-features v0.2.12
14812026-05-23T04:16:00.795Z Compiling terminal_size v0.4.3
14822026-05-23T04:16:00.913Z Compiling managed v0.8.0
14832026-05-23T04:16:00.916Z Compiling object v0.37.3
14842026-05-23T04:16:00.916Z Compiling bumpalo v3.20.2
14852026-05-23T04:16:00.916Z Compiling libbz2-rs-sys v0.2.2
14862026-05-23T04:16:00.935Z Compiling foldhash v0.1.5
14872026-05-23T04:16:00.956Z Compiling bitflags v1.3.2
14882026-05-23T04:16:00.959Z Compiling same-file v1.0.6
14892026-05-23T04:16:00.976Z Compiling synstructure v0.13.2
14902026-05-23T04:16:00.979Z Compiling pest_generator v2.8.6
14912026-05-23T04:16:01.016Z Compiling serde_derive_internals v0.29.1
14922026-05-23T04:16:01.055Z Compiling darling_core v0.20.11
14932026-05-23T04:16:01.077Z Compiling darling_core v0.21.3
14942026-05-23T04:16:01.080Z Compiling winnow v0.5.40
14952026-05-23T04:16:01.122Z Compiling rusty-fork v0.3.1
14962026-05-23T04:16:01.178Z Compiling phf v0.13.1
14972026-05-23T04:16:01.182Z Compiling walkdir v2.5.0
14982026-05-23T04:16:01.197Z Compiling clap_builder v4.6.0
14992026-05-23T04:16:01.200Z Compiling hashbrown v0.16.1
15002026-05-23T04:16:01.325Z Compiling hashbrown v0.15.5
15012026-05-23T04:16:01.342Z Compiling anstream v0.6.21
15022026-05-23T04:16:01.398Z Compiling zopfli v0.8.3
15032026-05-23T04:16:01.402Z Compiling signal-hook-mio v0.2.5
15042026-05-23T04:16:01.454Z Compiling float-cmp v0.10.0
15052026-05-23T04:16:01.457Z Compiling aws-lc-sys v0.40.0
15062026-05-23T04:16:01.475Z Compiling ring v0.17.14
15072026-05-23T04:16:01.480Z Compiling openssl-sys v0.9.114
15082026-05-23T04:16:01.511Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15092026-05-23T04:16:01.515Z Compiling bzip2-sys v0.1.13+1.0.8
15102026-05-23T04:16:01.549Z Compiling phf_shared v0.11.3
15112026-05-23T04:16:01.570Z Compiling pem v3.0.6
15122026-05-23T04:16:01.587Z Compiling memmap2 v0.9.10
15132026-05-23T04:16:01.697Z Compiling bzip2 v0.6.1
15142026-05-23T04:16:01.715Z Compiling thread-id v4.2.2
15152026-05-23T04:16:01.719Z Compiling env_filter v1.0.0
15162026-05-23T04:16:01.792Z Compiling whoami v2.1.0
15172026-05-23T04:16:01.810Z Compiling either v1.15.0
15182026-05-23T04:16:01.941Z Compiling precomputed-hash v0.1.1
15192026-05-23T04:16:01.985Z Compiling fixedbitset v0.5.7
15202026-05-23T04:16:02.021Z Compiling static_assertions v1.1.0
15212026-05-23T04:16:02.041Z Compiling fixedbitset v0.4.2
15222026-05-23T04:16:02.041Z Compiling new_debug_unreachable v1.0.6
15232026-05-23T04:16:02.099Z Compiling normalize-line-endings v0.3.0
15242026-05-23T04:16:02.120Z Compiling difflib v0.4.0
15252026-05-23T04:16:02.123Z Compiling data-encoding v2.10.0
15262026-05-23T04:16:02.123Z Compiling keccak v0.1.6
15272026-05-23T04:16:02.180Z Compiling jiff v0.2.21
15282026-05-23T04:16:02.183Z Compiling typed-path v0.9.3
15292026-05-23T04:16:02.183Z Compiling predicates-core v1.0.10
15302026-05-23T04:16:02.218Z Compiling itertools v0.13.0
15312026-05-23T04:16:02.237Z Compiling bstr v1.12.1
15322026-05-23T04:16:02.240Z Compiling regex v1.12.3
15332026-05-23T04:16:02.277Z Compiling env_logger v0.11.9
15342026-05-23T04:16:02.418Z Compiling heck v0.4.1
15352026-05-23T04:16:02.482Z Compiling toml_parser v1.0.9+spec-1.1.0
15362026-05-23T04:16:02.489Z Compiling crossbeam-epoch v0.9.18
15372026-05-23T04:16:02.524Z Compiling lalrpop-util v0.19.12
15382026-05-23T04:16:02.569Z Compiling peg-runtime v0.8.5
15392026-05-23T04:16:02.695Z Compiling predicates v3.1.4
15402026-05-23T04:16:02.711Z Compiling thread_local v1.1.9
15412026-05-23T04:16:02.729Z Compiling slog-async v2.8.0
15422026-05-23T04:16:02.749Z Compiling crossbeam-channel v0.5.15
15432026-05-23T04:16:02.771Z Compiling is-terminal v0.4.17
15442026-05-23T04:16:02.790Z Compiling globset v0.4.18
15452026-05-23T04:16:02.840Z Compiling similar v2.7.0
15462026-05-23T04:16:02.862Z Compiling filetime v0.2.27
15472026-05-23T04:16:02.906Z Compiling take_mut v0.2.2
15482026-05-23T04:16:02.929Z Compiling term v1.2.1
15492026-05-23T04:16:02.945Z Compiling xattr v1.6.1
15502026-05-23T04:16:02.971Z Compiling serde_derive v1.0.228
15512026-05-23T04:16:03.010Z Compiling zeroize_derive v1.4.3
15522026-05-23T04:16:03.045Z Compiling zerofrom-derive v0.1.6
15532026-05-23T04:16:03.071Z Compiling yoke-derive v0.8.1
15542026-05-23T04:16:03.090Z Compiling zerovec-derive v0.11.2
15552026-05-23T04:16:03.094Z Compiling zerocopy-derive v0.8.40
15562026-05-23T04:16:03.132Z Compiling displaydoc v0.2.5
15572026-05-23T04:16:03.135Z Compiling tokio-macros v2.7.0
15582026-05-23T04:16:03.174Z Compiling futures-macro v0.3.32
15592026-05-23T04:16:03.208Z Compiling der_derive v0.7.3
15602026-05-23T04:16:03.227Z Compiling tracing-attributes v0.1.31
15612026-05-23T04:16:03.295Z Compiling thiserror-impl v2.0.18
15622026-05-23T04:16:03.317Z Compiling scroll_derive v0.13.1
15632026-05-23T04:16:03.337Z Compiling schemars_derive v0.8.22
15642026-05-23T04:16:03.433Z Compiling pest_derive v2.8.6
15652026-05-23T04:16:03.586Z Compiling openssl-macros v0.1.1
15662026-05-23T04:16:03.616Z Compiling scroll_derive v0.12.1
15672026-05-23T04:16:03.648Z Compiling thiserror-impl v1.0.69
15682026-05-23T04:16:03.674Z Compiling async-trait v0.1.89
15692026-05-23T04:16:03.713Z Compiling darling_macro v0.20.11
15702026-05-23T04:16:03.804Z Compiling zeroize v1.8.2
15712026-05-23T04:16:03.834Z Compiling zerocopy-derive v0.7.35
15722026-05-23T04:16:04.051Z Compiling rustls-pki-types v1.14.0
15732026-05-23T04:16:04.071Z Compiling pin-project-internal v1.1.11
15742026-05-23T04:16:04.093Z Compiling flate2 v1.1.9
15752026-05-23T04:16:04.165Z Compiling futures-util v0.3.32
15762026-05-23T04:16:04.308Z Compiling snafu-derive v0.8.9
15772026-05-23T04:16:04.328Z Compiling scroll v0.13.0
15782026-05-23T04:16:04.382Z Compiling darling v0.20.11
15792026-05-23T04:16:04.402Z Compiling curve25519-dalek-derive v0.1.1
15802026-05-23T04:16:04.434Z Compiling rustls-native-certs v0.8.3
15812026-05-23T04:16:04.457Z Compiling der v0.7.10
15822026-05-23T04:16:04.461Z Compiling webpki-roots v1.0.6
15832026-05-23T04:16:04.498Z Compiling derive_builder_core v0.20.2
15842026-05-23T04:16:04.519Z Compiling scroll v0.12.0
15852026-05-23T04:16:04.522Z Compiling darling_macro v0.21.3
15862026-05-23T04:16:04.560Z Compiling daft-derive v0.1.7
15872026-05-23T04:16:04.580Z Compiling crypto-common v0.1.7
15882026-05-23T04:16:04.633Z Compiling block-buffer v0.10.4
15892026-05-23T04:16:04.654Z Compiling block-padding v0.3.3
15902026-05-23T04:16:04.657Z Compiling goblin v0.10.5
15912026-05-23T04:16:04.694Z Compiling hubpack_derive v0.1.1
15922026-05-23T04:16:04.697Z Compiling crypto-bigint v0.5.5
15932026-05-23T04:16:04.743Z Compiling zerofrom v0.1.6
15942026-05-23T04:16:04.764Z Compiling strum_macros v0.27.2
15952026-05-23T04:16:04.808Z Compiling digest v0.10.7
15962026-05-23T04:16:04.830Z Compiling inout v0.1.4
15972026-05-23T04:16:04.853Z Compiling tracing v0.1.44
15982026-05-23T04:16:04.890Z Compiling yoke v0.8.1
15992026-05-23T04:16:04.909Z Compiling goblin v0.8.2
16002026-05-23T04:16:04.932Z Compiling ref-cast-impl v1.0.25
16012026-05-23T04:16:04.953Z Compiling bzip2 v0.4.4
16022026-05-23T04:16:04.956Z Compiling async-recursion v1.1.1
16032026-05-23T04:16:04.974Z Compiling zerocopy v0.7.35
16042026-05-23T04:16:05.014Z Compiling cipher v0.4.4
16052026-05-23T04:16:05.017Z Compiling thiserror v2.0.18
16062026-05-23T04:16:05.071Z Compiling hmac v0.12.1
16072026-05-23T04:16:05.147Z Compiling zerovec v0.11.5
16082026-05-23T04:16:05.167Z Compiling zerotrie v0.2.3
16092026-05-23T04:16:05.196Z Compiling sha2 v0.10.9
16102026-05-23T04:16:05.216Z Compiling dtrace-parser v0.3.0
16112026-05-23T04:16:05.219Z Compiling signature v2.2.0
16122026-05-23T04:16:05.258Z Compiling pbkdf2 v0.12.2
16132026-05-23T04:16:05.258Z Compiling thiserror v1.0.69
16142026-05-23T04:16:05.298Z Compiling md-5 v0.10.6
16152026-05-23T04:16:05.301Z Compiling hkdf v0.12.4
16162026-05-23T04:16:05.301Z Compiling darling v0.21.3
16172026-05-23T04:16:05.389Z Compiling salsa20 v0.10.2
16182026-05-23T04:16:05.414Z Compiling cbc v0.1.2
16192026-05-23T04:16:05.433Z Compiling spki v0.7.3
16202026-05-23T04:16:05.436Z Compiling aes v0.8.4
16212026-05-23T04:16:05.475Z Compiling pin-project v1.1.11
16222026-05-23T04:16:05.497Z Compiling serde_with_macros v3.17.0
16232026-05-23T04:16:05.501Z Compiling dtrace-parser v0.2.0
16242026-05-23T04:16:05.539Z Compiling scrypt v0.11.0
16252026-05-23T04:16:05.561Z Compiling derive_builder_macro v0.20.2
16262026-05-23T04:16:05.601Z Compiling rfc6979 v0.4.0
16272026-05-23T04:16:05.605Z Compiling clap_derive v4.6.1
16282026-05-23T04:16:05.641Z Compiling tinystr v0.8.2
16292026-05-23T04:16:05.644Z Compiling potential_utf v0.1.4
16302026-05-23T04:16:05.662Z Compiling serde_repr v0.1.20
16312026-05-23T04:16:05.680Z Compiling enum-as-inner v0.6.1
16322026-05-23T04:16:05.736Z Compiling strum_macros v0.26.4
16332026-05-23T04:16:05.756Z Compiling x509-cert v0.2.5
16342026-05-23T04:16:05.776Z Compiling zip v0.6.6
16352026-05-23T04:16:05.798Z Compiling sha1 v0.10.6
16362026-05-23T04:16:05.818Z Compiling sha3 v0.10.8
16372026-05-23T04:16:05.863Z Compiling icu_locale_core v2.1.1
16382026-05-23T04:16:05.883Z Compiling icu_collections v2.1.1
16392026-05-23T04:16:05.910Z Compiling pkcs5 v0.7.1
16402026-05-23T04:16:06.172Z Compiling tar v0.4.45
16412026-05-23T04:16:06.366Z Compiling derive_builder v0.20.2
16422026-05-23T04:16:06.535Z Compiling pkcs8 v0.10.2
16432026-05-23T04:16:06.663Z Compiling futures-executor v0.3.32
16442026-05-23T04:16:06.810Z Compiling icu_provider v2.1.1
16452026-05-23T04:16:06.878Z Compiling sec1 v0.7.3
16462026-05-23T04:16:06.935Z Compiling pkcs1 v0.7.5
16472026-05-23T04:16:06.938Z Compiling ed25519 v2.2.3
16482026-05-23T04:16:06.997Z Compiling futures v0.3.32
16492026-05-23T04:16:07.053Z Compiling snafu v0.8.9
16502026-05-23T04:16:07.092Z Compiling bytes v1.11.1
16512026-05-23T04:16:07.129Z Compiling chrono v0.4.44
16522026-05-23T04:16:07.150Z Compiling ipnet v2.11.0
16532026-05-23T04:16:07.153Z Compiling serde_spanned v0.6.9
16542026-05-23T04:16:07.173Z Compiling icu_properties v2.1.2
16552026-05-23T04:16:07.215Z Compiling icu_normalizer v2.1.1
16562026-05-23T04:16:07.218Z Compiling erased-serde v0.3.31
16572026-05-23T04:16:07.218Z Compiling toml_datetime v0.6.11
16582026-05-23T04:16:07.218Z Compiling serde_urlencoded v0.7.1
16592026-05-23T04:16:07.259Z Compiling serde_tokenstream v0.2.3
16602026-05-23T04:16:07.294Z Compiling hex v0.4.3
16612026-05-23T04:16:07.297Z Compiling elliptic-curve v0.13.8
16622026-05-23T04:16:07.315Z Compiling hubpack v0.1.2
16632026-05-23T04:16:07.335Z Compiling strum v0.27.2
16642026-05-23T04:16:07.413Z Compiling serde_plain v1.0.2
16652026-05-23T04:16:07.433Z Compiling olpc-cjson v0.1.4
16662026-05-23T04:16:07.502Z Compiling toml_edit v0.19.15
16672026-05-23T04:16:07.565Z Compiling dof v0.3.0
16682026-05-23T04:16:07.588Z Compiling serde-big-array v0.5.1
16692026-05-23T04:16:07.620Z Compiling tokio v1.52.1
16702026-05-23T04:16:07.640Z Compiling http v1.4.0
16712026-05-23T04:16:07.683Z Compiling cargo_metadata v0.23.1
16722026-05-23T04:16:07.686Z Compiling toml_edit v0.22.27
16732026-05-23T04:16:07.701Z Compiling ed25519-dalek v2.2.0
16742026-05-23T04:16:07.742Z Compiling ecdsa v0.16.9
16752026-05-23T04:16:07.784Z Compiling petgraph v0.8.3
16762026-05-23T04:16:07.787Z Compiling openapiv3 v2.2.0
16772026-05-23T04:16:07.788Z Compiling string_cache v0.8.9
16782026-05-23T04:16:07.825Z Compiling petgraph v0.6.5
16792026-05-23T04:16:07.845Z Compiling crossterm v0.28.1
16802026-05-23T04:16:07.926Z Compiling clap v4.6.1
16812026-05-23T04:16:08.001Z Compiling usdt-impl v0.5.0
16822026-05-23T04:16:08.018Z Compiling strum v0.26.3
16832026-05-23T04:16:08.062Z Compiling zstd v0.13.3
16842026-05-23T04:16:08.162Z Compiling idna_adapter v1.2.1
16852026-05-23T04:16:08.182Z Compiling slog-term v2.9.2
16862026-05-23T04:16:08.249Z Compiling ppv-lite86 v0.2.21
16872026-05-23T04:16:08.268Z Compiling dof v0.4.0
16882026-05-23T04:16:08.314Z Compiling idna v1.1.0
16892026-05-23T04:16:08.338Z Compiling zip v4.6.1
16902026-05-23T04:16:08.358Z Compiling http-body v1.0.1
16912026-05-23T04:16:08.403Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16922026-05-23T04:16:08.439Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16932026-05-23T04:16:08.511Z Compiling http-body-util v0.1.3
16942026-05-23T04:16:08.583Z Compiling rand_chacha v0.9.0
16952026-05-23T04:16:08.602Z Compiling rand_chacha v0.3.1
16962026-05-23T04:16:08.636Z Compiling url v2.5.8
16972026-05-23T04:16:08.636Z Compiling publicsuffix v2.3.0
16982026-05-23T04:16:08.813Z Compiling rand v0.9.2
16992026-05-23T04:16:08.848Z Compiling rand v0.8.6
17002026-05-23T04:16:08.937Z Compiling toml v0.7.8
17012026-05-23T04:16:09.184Z Compiling cookie_store v0.22.1
17022026-05-23T04:16:09.391Z Compiling proptest v1.10.0
17032026-05-23T04:16:09.394Z Compiling postgres-protocol v0.6.10
17042026-05-23T04:16:09.546Z Compiling usdt-macro v0.6.0
17052026-05-23T04:16:09.546Z Compiling usdt-attr-macro v0.6.0
17062026-05-23T04:16:09.775Z Compiling postgres-types v0.2.12
17072026-05-23T04:16:10.114Z Compiling ipnetwork v0.21.1
17082026-05-23T04:16:10.114Z Compiling serde_with v3.17.0
17092026-05-23T04:16:10.372Z Compiling oxnet v0.1.5
17102026-05-23T04:16:10.447Z Compiling usdt v0.6.0
17112026-05-23T04:16:10.523Z Compiling rsa v0.9.10
17122026-05-23T04:16:11.611Z Compiling tokio-util v0.7.18
17132026-05-23T04:16:11.664Z Compiling tower v0.5.3
17142026-05-23T04:16:11.664Z Compiling tokio-native-tls v0.3.1
17152026-05-23T04:16:11.668Z Compiling buf-list v1.1.2
17162026-05-23T04:16:11.668Z Compiling hickory-proto v0.25.2
17172026-05-23T04:16:11.869Z Compiling newtype-uuid v1.3.2
17182026-05-23T04:16:12.124Z Compiling daft v0.1.7
17192026-05-23T04:16:12.242Z Compiling tower-http v0.6.8
17202026-05-23T04:16:12.353Z Compiling h2 v0.4.13
17212026-05-23T04:16:12.353Z Compiling tokio-stream v0.1.18
17222026-05-23T04:16:12.353Z Compiling tokio-postgres v0.7.16
17232026-05-23T04:16:12.369Z Compiling iddqd v0.4.1
17242026-05-23T04:16:14.937Z Compiling hyper v1.8.1
17252026-05-23T04:16:15.821Z Compiling hyper-util v0.1.20
17262026-05-23T04:16:16.906Z Compiling hyper-tls v0.6.0
17272026-05-23T04:16:26.733Z Compiling rustls-webpki v0.103.9
17282026-05-23T04:16:29.524Z Compiling tokio-rustls v0.26.4
17292026-05-23T04:16:29.524Z Compiling rustls-platform-verifier v0.6.2
17302026-05-23T04:16:29.724Z Compiling hyper-rustls v0.27.7
17312026-05-23T04:16:29.914Z Compiling reqwest v0.12.28
17322026-05-23T04:16:29.914Z Compiling reqwest v0.13.2
17332026-05-23T04:16:31.130Z Compiling tough v0.22.0
17342026-05-23T04:16:33.623Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17352026-05-23T04:16:33.870Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17362026-05-23T04:16:36.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.41s
17372026-05-23T04:16:36.918Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17382026-05-23T04:16:36.980ZMay 23 04:16:35.826 INFO Starting download, target: Cockroach
17392026-05-23T04:16:36.980ZMay 23 04:16:35.827 INFO Starting download, target: Clickhouse
17402026-05-23T04:16:36.980ZMay 23 04:16:35.827 INFO Starting download, target: Console
17412026-05-23T04:16:36.980ZMay 23 04:16:35.827 INFO Starting download, target: DendriteStub
17422026-05-23T04:16:36.980ZMay 23 04:16:35.827 INFO Starting download, target: MaghemiteMgd
17432026-05-23T04:16:36.983ZMay 23 04:16:35.827 INFO Starting download, target: MaghemiteDdmd
17442026-05-23T04:16:36.983ZMay 23 04:16:35.827 INFO Starting download, target: TransceiverControl
17452026-05-23T04:16:36.983ZMay 23 04:16:35.828 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17462026-05-23T04:16:36.983ZMay 23 04:16:35.828 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17472026-05-23T04:16:36.983ZMay 23 04:16:35.828 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17482026-05-23T04:16:36.983ZMay 23 04:16:35.828 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17492026-05-23T04:16:36.983ZMay 23 04:16:35.828 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17502026-05-23T04:16:36.983ZMay 23 04:16:35.828 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17512026-05-23T04:16:36.983ZMay 23 04:16:35.828 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17522026-05-23T04:16:37.512ZMay 23 04:16:36.361 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17532026-05-23T04:16:37.754ZMay 23 04:16:36.602 INFO Download complete, target: TransceiverControl
17542026-05-23T04:16:37.928ZMay 23 04:16:36.773 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17552026-05-23T04:16:38.190ZMay 23 04:16:37.024 INFO Download complete, target: Console
17562026-05-23T04:16:38.533ZMay 23 04:16:37.369 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17572026-05-23T04:16:38.840ZMay 23 04:16:37.689 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17582026-05-23T04:16:38.993ZMay 23 04:16:37.838 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17592026-05-23T04:16:39.443ZMay 23 04:16:38.292 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17602026-05-23T04:16:39.443ZMay 23 04:16:38.292 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17612026-05-23T04:16:39.636ZMay 23 04:16:38.485 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17622026-05-23T04:16:40.633ZMay 23 04:16:39.480 INFO Download complete, target: MaghemiteDdmd
17632026-05-23T04:16:42.021ZMay 23 04:16:40.870 INFO Download complete, target: MaghemiteMgd
17642026-05-23T04:16:42.049ZMay 23 04:16:40.898 INFO Download complete, target: DendriteStub
17652026-05-23T04:16:44.425ZMay 23 04:16:43.272 INFO Checking that binary works, target: Cockroach
17662026-05-23T04:16:44.562ZMay 23 04:16:43.411 INFO Download complete, target: Cockroach
17672026-05-23T04:16:46.665ZMay 23 04:16:45.514 INFO Checking that binary works, target: Clickhouse
17682026-05-23T04:16:46.760ZMay 23 04:16:45.609 INFO Download complete, target: Clickhouse
17692026-05-23T04:16:46.787ZAll builder prerequisites installed successfully, and PATH looks valid
17702026-05-23T04:16:46.792Z
17712026-05-23T04:16:46.792Zreal 1:56.625288164
17722026-05-23T04:16:46.792Zuser 7:09.532971589
17732026-05-23T04:16:46.792Zsys 2:26.487907155
17742026-05-23T04:16:46.793Ztrap 0.179289963
17752026-05-23T04:16:46.793Ztflt 1.708059839
17762026-05-23T04:16:46.793Zdflt 4.082207666
17772026-05-23T04:16:46.793Zkflt 0.072531053
17782026-05-23T04:16:46.793Zlock 25:32.770947122
17792026-05-23T04:16:46.793Zslp 16:53.495735590
17802026-05-23T04:16:46.794Zlat 12.324929684
17812026-05-23T04:16:46.794Zstop 6:02.502789516
17822026-05-23T04:16:46.794Z++ bmat factory name
17832026-05-23T04:16:46.800Z++ bmat factory private
17842026-05-23T04:16:46.810Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-0280a31e0b63ad8d4 '{
17852026-05-23T04:16:46.810Z buildomat: {
17862026-05-23T04:16:46.810Z factory: {
17872026-05-23T04:16:46.810Z name: $bmat_factory_name,
17882026-05-23T04:16:46.810Z private: $bmat_factory_private,
17892026-05-23T04:16:46.810Z },
17902026-05-23T04:16:46.810Z },
17912026-05-23T04:16:46.810Z }'
17922026-05-23T04:16:46.839Z+ banner ls-apis
17932026-05-23T04:16:46.844Z
17942026-05-23T04:16:46.844Z # #### ## ##### # ####
17952026-05-23T04:16:46.844Z # # # # # # # #
17962026-05-23T04:16:46.844Z # #### ##### # # # # # ####
17972026-05-23T04:16:46.844Z # # ###### ##### # #
17982026-05-23T04:16:46.844Z # # # # # # # # #
17992026-05-23T04:16:46.844Z ###### #### # # # # ####
18002026-05-23T04:16:46.844Z
18012026-05-23T04:16:46.844Z+ source ./tools/include/force-git-over-https.sh
18022026-05-23T04:16:46.844Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18032026-05-23T04:16:46.844Z++ (( i = 0 ))
18042026-05-23T04:16:46.844Z++ (( i < 5 ))
18052026-05-23T04:16:46.844Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18062026-05-23T04:16:46.862Z++ (( i++ ))
18072026-05-23T04:16:46.862Z++ (( i < 5 ))
18082026-05-23T04:16:46.862Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18092026-05-23T04:16:46.862Z++ (( i++ ))
18102026-05-23T04:16:46.862Z++ (( i < 5 ))
18112026-05-23T04:16:46.862Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18122026-05-23T04:16:46.862Z++ (( i++ ))
18132026-05-23T04:16:46.862Z++ (( i < 5 ))
18142026-05-23T04:16:46.863Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18152026-05-23T04:16:46.863Z++ (( i++ ))
18162026-05-23T04:16:46.863Z++ (( i < 5 ))
18172026-05-23T04:16:46.863Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18182026-05-23T04:16:46.871Z++ (( i++ ))
18192026-05-23T04:16:46.871Z++ (( i < 5 ))
18202026-05-23T04:16:46.872Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18212026-05-23T04:16:46.872Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18222026-05-23T04:16:46.872Z+ ptime -m cargo xtask ls-apis apis
18232026-05-23T04:16:47.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18242026-05-23T04:16:47.532Z Running `target/debug/xtask ls-apis apis`
18252026-05-23T04:16:48.255Z Compiling semver v0.1.20
18262026-05-23T04:16:48.391Z Compiling ordered-float v2.10.1
18272026-05-23T04:16:48.391Z Compiling structmeta-derive v0.3.0
18282026-05-23T04:16:48.391Z Compiling toml v0.8.23
18292026-05-23T04:16:48.435Z Compiling cargo-platform v0.2.0
18302026-05-23T04:16:48.436Z Compiling itertools v0.14.0
18312026-05-23T04:16:48.436Z Compiling indent_write v2.2.0
18322026-05-23T04:16:48.519Z Compiling rustc_version v0.1.7
18332026-05-23T04:16:48.589Z Compiling serde-value v0.7.0
18342026-05-23T04:16:48.718Z Compiling newtype_derive v0.1.6
18352026-05-23T04:16:48.785Z Compiling cargo-util-schemas v0.8.2
18362026-05-23T04:16:48.994Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
18372026-05-23T04:16:49.168Z Compiling structmeta v0.3.0
18382026-05-23T04:16:49.368Z Compiling parse-display-derive v0.10.0
18392026-05-23T04:16:49.660Z Compiling cargo_metadata v0.21.0
18402026-05-23T04:16:50.444Z Compiling parse-display v0.10.0
18412026-05-23T04:16:50.602Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
18422026-05-23T04:16:53.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.16s
18432026-05-23T04:16:53.860Z Running `target/debug/ls-apis apis`
18442026-05-23T04:16:53.905Zloading metadata for workspace omicron from current workspace
18452026-05-23T04:16:58.416Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/0d199ce/Cargo.toml
18462026-05-23T04:16:58.431Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/75518ad/Cargo.toml
18472026-05-23T04:16:58.431Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/3c1708d/Cargo.toml
18482026-05-23T04:16:58.431Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/5060d58/Cargo.toml
18492026-05-23T04:16:58.431Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/50ed531/Cargo.toml
18502026-05-23T04:17:19.604Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
18512026-05-23T04:17:21.420Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18522026-05-23T04:17:21.428Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18532026-05-23T04:17:21.556ZBootstrap Agent (client: bootstrap-agent-client)
18542026-05-23T04:17:21.557Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18552026-05-23T04:17:21.557Z consumed by: wicketd (omicron/wicketd) via 1 path
18562026-05-23T04:17:21.557Z
18572026-05-23T04:17:21.557ZBootstrap Agent Lockstep API (client: bootstrap-agent-lockstep-client)
18582026-05-23T04:17:21.557Z consumed by: wicketd (omicron/wicketd) via 2 paths
18592026-05-23T04:17:21.557Z
18602026-05-23T04:17:21.557ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
18612026-05-23T04:17:21.557Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18622026-05-23T04:17:21.557Z
18632026-05-23T04:17:21.557ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
18642026-05-23T04:17:21.557Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18652026-05-23T04:17:21.557Z
18662026-05-23T04:17:21.557ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
18672026-05-23T04:17:21.557Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18682026-05-23T04:17:21.557Z
18692026-05-23T04:17:21.557ZCockroachDB Cluster Admin (client: cockroach-admin-client)
18702026-05-23T04:17:21.561Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18712026-05-23T04:17:21.561Z
18722026-05-23T04:17:21.561ZCrucible Agent (client: crucible-agent-client)
18732026-05-23T04:17:21.561Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18742026-05-23T04:17:21.562Z
18752026-05-23T04:17:21.562ZCrucible Control (for testing only) (client: crucible-control-client)
18762026-05-23T04:17:21.562Z
18772026-05-23T04:17:21.562ZCrucible Pantry (client: crucible-pantry-client)
18782026-05-23T04:17:21.562Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18792026-05-23T04:17:21.562Z
18802026-05-23T04:17:21.562ZMaghemite DDM Admin (client: ddm-admin-client)
18812026-05-23T04:17:21.562Z consumed by: installinator (omicron/installinator) via 1 path
18822026-05-23T04:17:21.562Z consumed by: mgd (maghemite/mgd) via 1 path
18832026-05-23T04:17:21.562Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18842026-05-23T04:17:21.562Z consumed by: wicketd (omicron/wicketd) via 1 path
18852026-05-23T04:17:21.562Z
18862026-05-23T04:17:21.562ZDNS Server (client: dns-service-client)
18872026-05-23T04:17:21.562Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18882026-05-23T04:17:21.562Z
18892026-05-23T04:17:21.562ZDendrite DPD (client: dpd-client)
18902026-05-23T04:17:21.562Z consumed by: ddmd (maghemite/ddmd) via 2 paths
18912026-05-23T04:17:21.562Z consumed by: lldpd (lldp/lldpd) via 2 paths
18922026-05-23T04:17:21.562Z consumed by: mgd (maghemite/mgd) via 1 path
18932026-05-23T04:17:21.562Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18942026-05-23T04:17:21.562Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
18952026-05-23T04:17:21.562Z consumed by: tfportd (dendrite/tfportd) via 2 paths
18962026-05-23T04:17:21.562Z consumed by: wicketd (omicron/wicketd) via 2 paths
18972026-05-23T04:17:21.562Z
18982026-05-23T04:17:21.562ZDownstairs Controller (debugging only) (client: dsc-client)
18992026-05-23T04:17:21.562Z
19002026-05-23T04:17:21.562ZManagement Gateway Service (client: gateway-client)
19012026-05-23T04:17:21.573Z consumed by: dpd (dendrite/dpd) via 1 path
19022026-05-23T04:17:21.573Z consumed by: lldpd (lldp/lldpd) via 1 path
19032026-05-23T04:17:21.573Z consumed by: mgd (maghemite/mgd) via 1 path
19042026-05-23T04:17:21.573Z consumed by: omicron-nexus (omicron/nexus) via 6 paths
19052026-05-23T04:17:21.573Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19062026-05-23T04:17:21.573Z consumed by: wicketd (omicron/wicketd) via 3 paths
19072026-05-23T04:17:21.573Z
19082026-05-23T04:17:21.573ZWicketd Installinator (client: installinator-client)
19092026-05-23T04:17:21.573Z consumed by: installinator (omicron/installinator) via 1 path
19102026-05-23T04:17:21.573Z
19112026-05-23T04:17:21.573ZLLDP daemon (client: lldpd-client)
19122026-05-23T04:17:21.573Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19132026-05-23T04:17:21.573Z consumed by: tfportd (dendrite/tfportd) via 1 path
19142026-05-23T04:17:21.573Z
19152026-05-23T04:17:21.573ZMaghemite MG Admin (client: mg-admin-client)
19162026-05-23T04:17:21.577Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19172026-05-23T04:17:21.577Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19182026-05-23T04:17:21.577Z
19192026-05-23T04:17:21.577ZNexus Internal API (client: nexus-client)
19202026-05-23T04:17:21.577Z consumed by: crucible-pantry (crucible/pantry) via 1 path
19212026-05-23T04:17:21.577Z consumed by: dpd (dendrite/dpd) via 1 path
19222026-05-23T04:17:21.577Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19232026-05-23T04:17:21.577Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
19242026-05-23T04:17:21.577Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
19252026-05-23T04:17:21.577Z
19262026-05-23T04:17:21.577ZNexus Internal Lockstep API (client: nexus-lockstep-client)
19272026-05-23T04:17:21.577Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19282026-05-23T04:17:21.577Z status: expected, reason: Only RSS and sled-agent-sim use this API, neither of which is part of upgrade
19292026-05-23T04:17:21.577Z
19302026-05-23T04:17:21.577ZNTP Admin (client: ntp-admin-client)
19312026-05-23T04:17:21.578Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19322026-05-23T04:17:21.578Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19332026-05-23T04:17:21.578Z
19342026-05-23T04:17:21.578ZNTP Admin version 1 (client: ntp-admin-v1-client)
19352026-05-23T04:17:21.578Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19362026-05-23T04:17:21.578Z
19372026-05-23T04:17:21.578ZExternal API (client: oxide-client)
19382026-05-23T04:17:21.578Z
19392026-05-23T04:17:21.578ZOximeter (client: oximeter-client)
19402026-05-23T04:17:21.578Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19412026-05-23T04:17:21.578Z
19422026-05-23T04:17:21.578ZPropolis (client: propolis-client)
19432026-05-23T04:17:21.581Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19442026-05-23T04:17:21.581Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19452026-05-23T04:17:21.581Z
19462026-05-23T04:17:21.581ZCrucible Repair (client: repair-client)
19472026-05-23T04:17:21.582Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
19482026-05-23T04:17:21.582Z
19492026-05-23T04:17:21.582ZRepo Depot API (client: repo-depot-client)
19502026-05-23T04:17:21.582Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19512026-05-23T04:17:21.582Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19522026-05-23T04:17:21.582Z
19532026-05-23T04:17:21.582ZSled Agent (client: sled-agent-client)
19542026-05-23T04:17:21.587Z consumed by: omicron-nexus (omicron/nexus) via 9 paths
19552026-05-23T04:17:21.587Z
19562026-05-23T04:17:21.587ZWicketd (client: wicketd-client)
19572026-05-23T04:17:21.587Z
19582026-05-23T04:17:21.667Z
19592026-05-23T04:17:21.670Zreal 34.784591671
19602026-05-23T04:17:21.670Zuser 21.653796698
19612026-05-23T04:17:21.670Zsys 9.592099691
19622026-05-23T04:17:21.670Ztrap 0.003208990
19632026-05-23T04:17:21.670Ztflt 0.096127116
19642026-05-23T04:17:21.670Zdflt 0.178778624
19652026-05-23T04:17:21.670Zkflt 0.000005040
19662026-05-23T04:17:21.670Zlock 44.883678219
19672026-05-23T04:17:21.670Zslp 3:42.946666144
19682026-05-23T04:17:21.670Zlat 0.390384175
19692026-05-23T04:17:21.670Zstop 2.105249022
19702026-05-23T04:17:21.670Z+ ptime -m cargo xtask ls-apis deployment-units
19712026-05-23T04:17:22.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
19722026-05-23T04:17:22.307Z Running `target/debug/xtask ls-apis deployment-units`
19732026-05-23T04:17:23.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
19742026-05-23T04:17:23.231Z Running `target/debug/ls-apis deployment-units`
19752026-05-23T04:17:23.283Zloading metadata for workspace omicron from current workspace
19762026-05-23T04:17:24.436Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/0d199ce/Cargo.toml
19772026-05-23T04:17:24.439Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/3c1708d/Cargo.toml
19782026-05-23T04:17:24.439Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/75518ad/Cargo.toml
19792026-05-23T04:17:24.439Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/50ed531/Cargo.toml
19802026-05-23T04:17:24.439Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/5060d58/Cargo.toml
19812026-05-23T04:17:26.757Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
19822026-05-23T04:17:27.388Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19832026-05-23T04:17:27.396Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19842026-05-23T04:17:27.523ZClickHouse
19852026-05-23T04:17:27.523Z omicron-clickhouse-admin (omicron/clickhouse-admin)
19862026-05-23T04:17:27.523Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19872026-05-23T04:17:27.523Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19882026-05-23T04:17:27.523Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19892026-05-23T04:17:27.523Z
19902026-05-23T04:17:27.523Z
19912026-05-23T04:17:27.523ZCockroach
19922026-05-23T04:17:27.523Z omicron-cockroach-admin (omicron/cockroach-admin)
19932026-05-23T04:17:27.523Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
19942026-05-23T04:17:27.523Z
19952026-05-23T04:17:27.523Z
19962026-05-23T04:17:27.523ZCrucible
19972026-05-23T04:17:27.523Z crucible-agent (crucible/agent)
19982026-05-23T04:17:27.523Z exposes: Crucible Agent (client = crucible-agent-client)
19992026-05-23T04:17:27.526Z
20002026-05-23T04:17:27.526Z crucible-downstairs (crucible/downstairs)
20012026-05-23T04:17:27.526Z exposes: Crucible Repair (client = repair-client)
20022026-05-23T04:17:27.526Z consumes: repair-client
20032026-05-23T04:17:27.526Z
20042026-05-23T04:17:27.526Z
20052026-05-23T04:17:27.526ZCrucible Pantry
20062026-05-23T04:17:27.526Z crucible-pantry (crucible/pantry)
20072026-05-23T04:17:27.526Z exposes: Crucible Pantry (client = crucible-pantry-client)
20082026-05-23T04:17:27.526Z consumes: nexus-client
20092026-05-23T04:17:27.526Z
20102026-05-23T04:17:27.526Z
20112026-05-23T04:17:27.526ZDNS Server
20122026-05-23T04:17:27.526Z dns-server (omicron/dns-server)
20132026-05-23T04:17:27.526Z exposes: DNS Server (client = dns-service-client)
20142026-05-23T04:17:27.526Z
20152026-05-23T04:17:27.527Z
20162026-05-23T04:17:27.527ZHost OS
20172026-05-23T04:17:27.527Z ddmd (maghemite/ddmd)
20182026-05-23T04:17:27.527Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20192026-05-23T04:17:27.527Z consumes: dpd-client (intra-deployment-unit-only)
20202026-05-23T04:17:27.527Z
20212026-05-23T04:17:27.527Z dpd (dendrite/dpd)
20222026-05-23T04:17:27.527Z exposes: Dendrite DPD (client = dpd-client)
20232026-05-23T04:17:27.527Z consumes: gateway-client (intra-deployment-unit-only)
20242026-05-23T04:17:27.527Z consumes: nexus-client
20252026-05-23T04:17:27.527Z
20262026-05-23T04:17:27.527Z lldpd (lldp/lldpd)
20272026-05-23T04:17:27.527Z exposes: LLDP daemon (client = lldpd-client)
20282026-05-23T04:17:27.530Z consumes: dpd-client (intra-deployment-unit-only)
20292026-05-23T04:17:27.530Z consumes: gateway-client (intra-deployment-unit-only)
20302026-05-23T04:17:27.530Z
20312026-05-23T04:17:27.530Z mgd (maghemite/mgd)
20322026-05-23T04:17:27.530Z exposes: Maghemite MG Admin (client = mg-admin-client)
20332026-05-23T04:17:27.530Z consumes: ddm-admin-client (intra-deployment-unit-only)
20342026-05-23T04:17:27.530Z consumes: dpd-client (intra-deployment-unit-only)
20352026-05-23T04:17:27.530Z consumes: gateway-client (intra-deployment-unit-only)
20362026-05-23T04:17:27.530Z
20372026-05-23T04:17:27.530Z omicron-gateway (omicron/gateway)
20382026-05-23T04:17:27.530Z exposes: Management Gateway Service (client = gateway-client)
20392026-05-23T04:17:27.530Z
20402026-05-23T04:17:27.530Z omicron-sled-agent (omicron/sled-agent)
20412026-05-23T04:17:27.530Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20422026-05-23T04:17:27.530Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
20432026-05-23T04:17:27.530Z exposes: Repo Depot API (client = repo-depot-client)
20442026-05-23T04:17:27.530Z exposes: Sled Agent (client = sled-agent-client)
20452026-05-23T04:17:27.534Z consumes: bootstrap-agent-client
20462026-05-23T04:17:27.534Z consumes: ddm-admin-client (intra-deployment-unit-only)
20472026-05-23T04:17:27.534Z consumes: dpd-client (intra-deployment-unit-only)
20482026-05-23T04:17:27.534Z consumes: gateway-client (intra-deployment-unit-only)
20492026-05-23T04:17:27.534Z consumes: mg-admin-client (intra-deployment-unit-only)
20502026-05-23T04:17:27.534Z consumes: nexus-client
20512026-05-23T04:17:27.534Z consumes: nexus-lockstep-client
20522026-05-23T04:17:27.534Z consumes: ntp-admin-client
20532026-05-23T04:17:27.534Z consumes: ntp-admin-v1-client
20542026-05-23T04:17:27.534Z consumes: propolis-client (intra-deployment-unit-only)
20552026-05-23T04:17:27.534Z consumes: repo-depot-client
20562026-05-23T04:17:27.534Z
20572026-05-23T04:17:27.534Z propolis-server (propolis/bin/propolis-server)
20582026-05-23T04:17:27.534Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20592026-05-23T04:17:27.534Z exposes: Propolis (client = propolis-client)
20602026-05-23T04:17:27.537Z consumes: nexus-client
20612026-05-23T04:17:27.537Z
20622026-05-23T04:17:27.537Z tfportd (dendrite/tfportd)
20632026-05-23T04:17:27.537Z consumes: dpd-client (intra-deployment-unit-only)
20642026-05-23T04:17:27.537Z consumes: lldpd-client (intra-deployment-unit-only)
20652026-05-23T04:17:27.537Z
20662026-05-23T04:17:27.537Z wicketd (omicron/wicketd)
20672026-05-23T04:17:27.537Z exposes: Wicketd Installinator (client = installinator-client)
20682026-05-23T04:17:27.537Z exposes: Wicketd (client = wicketd-client)
20692026-05-23T04:17:27.537Z consumes: bootstrap-agent-client
20702026-05-23T04:17:27.538Z consumes: bootstrap-agent-lockstep-client
20712026-05-23T04:17:27.538Z consumes: ddm-admin-client (intra-deployment-unit-only)
20722026-05-23T04:17:27.538Z consumes: dpd-client (intra-deployment-unit-only)
20732026-05-23T04:17:27.538Z consumes: gateway-client (intra-deployment-unit-only)
20742026-05-23T04:17:27.538Z
20752026-05-23T04:17:27.538Z
20762026-05-23T04:17:27.538ZInstallinator
20772026-05-23T04:17:27.538Z installinator (omicron/installinator)
20782026-05-23T04:17:27.538Z consumes: ddm-admin-client
20792026-05-23T04:17:27.538Z consumes: installinator-client
20802026-05-23T04:17:27.538Z
20812026-05-23T04:17:27.538Z
20822026-05-23T04:17:27.538ZNTP
20832026-05-23T04:17:27.538Z omicron-ntp-admin (omicron/ntp-admin)
20842026-05-23T04:17:27.538Z exposes: NTP Admin (client = ntp-admin-client)
20852026-05-23T04:17:27.538Z exposes: NTP Admin version 1 (client = ntp-admin-v1-client)
20862026-05-23T04:17:27.538Z
20872026-05-23T04:17:27.538Z
20882026-05-23T04:17:27.538ZNexus
20892026-05-23T04:17:27.538Z omicron-nexus (omicron/nexus)
20902026-05-23T04:17:27.538Z exposes: Nexus Internal API (client = nexus-client)
20912026-05-23T04:17:27.538Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
20922026-05-23T04:17:27.538Z exposes: External API (client = oxide-client)
20932026-05-23T04:17:27.541Z consumes: clickhouse-admin-keeper-client
20942026-05-23T04:17:27.541Z consumes: clickhouse-admin-server-client
20952026-05-23T04:17:27.541Z consumes: clickhouse-admin-single-client
20962026-05-23T04:17:27.541Z consumes: cockroach-admin-client
20972026-05-23T04:17:27.541Z consumes: crucible-agent-client
20982026-05-23T04:17:27.541Z consumes: crucible-pantry-client
20992026-05-23T04:17:27.541Z consumes: dns-service-client
21002026-05-23T04:17:27.541Z consumes: dpd-client
21012026-05-23T04:17:27.541Z consumes: gateway-client
21022026-05-23T04:17:27.541Z consumes: lldpd-client
21032026-05-23T04:17:27.541Z consumes: mg-admin-client
21042026-05-23T04:17:27.541Z consumes: ntp-admin-client
21052026-05-23T04:17:27.541Z consumes: oximeter-client
21062026-05-23T04:17:27.542Z consumes: propolis-client
21072026-05-23T04:17:27.542Z consumes: repo-depot-client
21082026-05-23T04:17:27.542Z consumes: sled-agent-client
21092026-05-23T04:17:27.542Z
21102026-05-23T04:17:27.542Z
21112026-05-23T04:17:27.542ZOximeter
21122026-05-23T04:17:27.542Z oximeter-collector (omicron/oximeter/collector)
21132026-05-23T04:17:27.542Z exposes: Oximeter (client = oximeter-client)
21142026-05-23T04:17:27.542Z consumes: nexus-client
21152026-05-23T04:17:27.542Z
21162026-05-23T04:17:27.542Z
21172026-05-23T04:17:27.627Z
21182026-05-23T04:17:27.627Zreal 5.931276873
21192026-05-23T04:17:27.627Zuser 4.681136114
21202026-05-23T04:17:27.627Zsys 2.236240466
21212026-05-23T04:17:27.627Ztrap 0.000540530
21222026-05-23T04:17:27.627Ztflt 0.000081100
21232026-05-23T04:17:27.627Zdflt 0.000072290
21242026-05-23T04:17:27.630Zkflt 0.000002240
21252026-05-23T04:17:27.630Zlock 0.083399696
21262026-05-23T04:17:27.631Zslp 20.149792915
21272026-05-23T04:17:27.631Zlat 0.007893452
21282026-05-23T04:17:27.631Zstop 0.005923396
21292026-05-23T04:17:27.631Z+ ptime -m cargo xtask ls-apis servers
21302026-05-23T04:17:28.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21312026-05-23T04:17:28.220Z Running `target/debug/xtask ls-apis servers`
21322026-05-23T04:17:29.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
21332026-05-23T04:17:29.124Z Running `target/debug/ls-apis servers`
21342026-05-23T04:17:29.181Zloading metadata for workspace omicron from current workspace
21352026-05-23T04:17:30.359Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/0d199ce/Cargo.toml
21362026-05-23T04:17:30.362Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/50ed531/Cargo.toml
21372026-05-23T04:17:30.362Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/3c1708d/Cargo.toml
21382026-05-23T04:17:30.362Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/75518ad/Cargo.toml
21392026-05-23T04:17:30.362Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/5060d58/Cargo.toml
21402026-05-23T04:17:32.569Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
21412026-05-23T04:17:33.199Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21422026-05-23T04:17:33.207Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21432026-05-23T04:17:33.334Zomicron-clickhouse-admin (omicron/clickhouse-admin)
21442026-05-23T04:17:33.334Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
21452026-05-23T04:17:33.334Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
21462026-05-23T04:17:33.334Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
21472026-05-23T04:17:33.334Z
21482026-05-23T04:17:33.335Zomicron-cockroach-admin (omicron/cockroach-admin)
21492026-05-23T04:17:33.335Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
21502026-05-23T04:17:33.335Z
21512026-05-23T04:17:33.335Zcrucible-agent (crucible/agent)
21522026-05-23T04:17:33.335Z exposes: Crucible Agent (client = crucible-agent-client)
21532026-05-23T04:17:33.338Z
21542026-05-23T04:17:33.338Zcrucible-downstairs (crucible/downstairs)
21552026-05-23T04:17:33.338Z exposes: Crucible Repair (client = repair-client)
21562026-05-23T04:17:33.338Z consumes: repair-client
21572026-05-23T04:17:33.338Z
21582026-05-23T04:17:33.338Zcrucible-pantry (crucible/pantry)
21592026-05-23T04:17:33.338Z exposes: Crucible Pantry (client = crucible-pantry-client)
21602026-05-23T04:17:33.338Z consumes: nexus-client
21612026-05-23T04:17:33.338Z
21622026-05-23T04:17:33.338Zdns-server (omicron/dns-server)
21632026-05-23T04:17:33.338Z exposes: DNS Server (client = dns-service-client)
21642026-05-23T04:17:33.338Z
21652026-05-23T04:17:33.338Zomicron-sled-agent (omicron/sled-agent)
21662026-05-23T04:17:33.338Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
21672026-05-23T04:17:33.338Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
21682026-05-23T04:17:33.338Z exposes: Repo Depot API (client = repo-depot-client)
21692026-05-23T04:17:33.338Z exposes: Sled Agent (client = sled-agent-client)
21702026-05-23T04:17:33.341Z consumes: bootstrap-agent-client
21712026-05-23T04:17:33.341Z consumes: ddm-admin-client (intra-deployment-unit-only)
21722026-05-23T04:17:33.341Z consumes: dpd-client (intra-deployment-unit-only)
21732026-05-23T04:17:33.341Z consumes: gateway-client (intra-deployment-unit-only)
21742026-05-23T04:17:33.341Z consumes: mg-admin-client (intra-deployment-unit-only)
21752026-05-23T04:17:33.341Z consumes: nexus-client
21762026-05-23T04:17:33.341Z consumes: nexus-lockstep-client
21772026-05-23T04:17:33.342Z consumes: ntp-admin-client
21782026-05-23T04:17:33.342Z consumes: ntp-admin-v1-client
21792026-05-23T04:17:33.342Z consumes: propolis-client (intra-deployment-unit-only)
21802026-05-23T04:17:33.342Z consumes: repo-depot-client
21812026-05-23T04:17:33.342Z
21822026-05-23T04:17:33.342Zpropolis-server (propolis/bin/propolis-server)
21832026-05-23T04:17:33.342Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
21842026-05-23T04:17:33.342Z exposes: Propolis (client = propolis-client)
21852026-05-23T04:17:33.345Z consumes: nexus-client
21862026-05-23T04:17:33.345Z
21872026-05-23T04:17:33.345Zddmd (maghemite/ddmd)
21882026-05-23T04:17:33.345Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
21892026-05-23T04:17:33.345Z consumes: dpd-client (intra-deployment-unit-only)
21902026-05-23T04:17:33.345Z
21912026-05-23T04:17:33.345Zdpd (dendrite/dpd)
21922026-05-23T04:17:33.345Z exposes: Dendrite DPD (client = dpd-client)
21932026-05-23T04:17:33.345Z consumes: gateway-client (intra-deployment-unit-only)
21942026-05-23T04:17:33.345Z consumes: nexus-client
21952026-05-23T04:17:33.345Z
21962026-05-23T04:17:33.345Zlldpd (lldp/lldpd)
21972026-05-23T04:17:33.345Z exposes: LLDP daemon (client = lldpd-client)
21982026-05-23T04:17:33.345Z consumes: dpd-client (intra-deployment-unit-only)
21992026-05-23T04:17:33.345Z consumes: gateway-client (intra-deployment-unit-only)
22002026-05-23T04:17:33.345Z
22012026-05-23T04:17:33.345Zmgd (maghemite/mgd)
22022026-05-23T04:17:33.345Z exposes: Maghemite MG Admin (client = mg-admin-client)
22032026-05-23T04:17:33.345Z consumes: ddm-admin-client (intra-deployment-unit-only)
22042026-05-23T04:17:33.345Z consumes: dpd-client (intra-deployment-unit-only)
22052026-05-23T04:17:33.345Z consumes: gateway-client (intra-deployment-unit-only)
22062026-05-23T04:17:33.345Z
22072026-05-23T04:17:33.345Zomicron-gateway (omicron/gateway)
22082026-05-23T04:17:33.345Z exposes: Management Gateway Service (client = gateway-client)
22092026-05-23T04:17:33.348Z
22102026-05-23T04:17:33.349Ztfportd (dendrite/tfportd)
22112026-05-23T04:17:33.349Z consumes: dpd-client (intra-deployment-unit-only)
22122026-05-23T04:17:33.349Z consumes: lldpd-client (intra-deployment-unit-only)
22132026-05-23T04:17:33.349Z
22142026-05-23T04:17:33.349Zwicketd (omicron/wicketd)
22152026-05-23T04:17:33.349Z exposes: Wicketd Installinator (client = installinator-client)
22162026-05-23T04:17:33.349Z exposes: Wicketd (client = wicketd-client)
22172026-05-23T04:17:33.349Z consumes: bootstrap-agent-client
22182026-05-23T04:17:33.349Z consumes: bootstrap-agent-lockstep-client
22192026-05-23T04:17:33.349Z consumes: ddm-admin-client (intra-deployment-unit-only)
22202026-05-23T04:17:33.349Z consumes: dpd-client (intra-deployment-unit-only)
22212026-05-23T04:17:33.349Z consumes: gateway-client (intra-deployment-unit-only)
22222026-05-23T04:17:33.349Z
22232026-05-23T04:17:33.349Zinstallinator (omicron/installinator)
22242026-05-23T04:17:33.349Z consumes: ddm-admin-client
22252026-05-23T04:17:33.349Z consumes: installinator-client
22262026-05-23T04:17:33.349Z
22272026-05-23T04:17:33.349Zomicron-ntp-admin (omicron/ntp-admin)
22282026-05-23T04:17:33.349Z exposes: NTP Admin (client = ntp-admin-client)
22292026-05-23T04:17:33.349Z exposes: NTP Admin version 1 (client = ntp-admin-v1-client)
22302026-05-23T04:17:33.349Z
22312026-05-23T04:17:33.349Zomicron-nexus (omicron/nexus)
22322026-05-23T04:17:33.349Z exposes: Nexus Internal API (client = nexus-client)
22332026-05-23T04:17:33.349Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22342026-05-23T04:17:33.349Z exposes: External API (client = oxide-client)
22352026-05-23T04:17:33.352Z consumes: clickhouse-admin-keeper-client
22362026-05-23T04:17:33.353Z consumes: clickhouse-admin-server-client
22372026-05-23T04:17:33.353Z consumes: clickhouse-admin-single-client
22382026-05-23T04:17:33.353Z consumes: cockroach-admin-client
22392026-05-23T04:17:33.353Z consumes: crucible-agent-client
22402026-05-23T04:17:33.353Z consumes: crucible-pantry-client
22412026-05-23T04:17:33.353Z consumes: dns-service-client
22422026-05-23T04:17:33.353Z consumes: dpd-client
22432026-05-23T04:17:33.353Z consumes: gateway-client
22442026-05-23T04:17:33.353Z consumes: lldpd-client
22452026-05-23T04:17:33.353Z consumes: mg-admin-client
22462026-05-23T04:17:33.353Z consumes: ntp-admin-client
22472026-05-23T04:17:33.353Z consumes: oximeter-client
22482026-05-23T04:17:33.353Z consumes: propolis-client
22492026-05-23T04:17:33.353Z consumes: repo-depot-client
22502026-05-23T04:17:33.353Z consumes: sled-agent-client
22512026-05-23T04:17:33.353Z
22522026-05-23T04:17:33.353Zoximeter-collector (omicron/oximeter/collector)
22532026-05-23T04:17:33.353Z exposes: Oximeter (client = oximeter-client)
22542026-05-23T04:17:33.353Z consumes: nexus-client
22552026-05-23T04:17:33.353Z
22562026-05-23T04:17:33.439Z
22572026-05-23T04:17:33.443Zreal 5.782383655
22582026-05-23T04:17:33.443Zuser 4.686879103
22592026-05-23T04:17:33.443Zsys 2.101040871
22602026-05-23T04:17:33.443Ztrap 0.000510780
22612026-05-23T04:17:33.443Ztflt 0.000076360
22622026-05-23T04:17:33.443Zdflt 0.000234340
22632026-05-23T04:17:33.443Zkflt 0.000001910
22642026-05-23T04:17:33.443Zlock 0.084860519
22652026-05-23T04:17:33.443Zslp 19.061177121
22662026-05-23T04:17:33.443Zlat 0.010337114
22672026-05-23T04:17:33.443Zstop 0.008442988
22682026-05-23T04:17:33.443Z+ ptime -m cargo xtask ls-apis check
22692026-05-23T04:17:33.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22702026-05-23T04:17:34.025Z Running `target/debug/xtask ls-apis check`
22712026-05-23T04:17:34.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
22722026-05-23T04:17:34.931Z Running `target/debug/ls-apis check`
22732026-05-23T04:17:34.988Zloading metadata for workspace omicron from current workspace
22742026-05-23T04:17:36.125Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/0d199ce/Cargo.toml
22752026-05-23T04:17:36.128Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/3c1708d/Cargo.toml
22762026-05-23T04:17:36.128Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/5060d58/Cargo.toml
22772026-05-23T04:17:36.128Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/75518ad/Cargo.toml
22782026-05-23T04:17:36.128Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/50ed531/Cargo.toml
22792026-05-23T04:17:38.273Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
22802026-05-23T04:17:38.909Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
22812026-05-23T04:17:38.916Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
22822026-05-23T04:17:39.186Z
22832026-05-23T04:17:39.186Z
22842026-05-23T04:17:39.186ZServer-managed APIs:
22852026-05-23T04:17:39.186Z
22862026-05-23T04:17:39.186Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
22872026-05-23T04:17:39.186Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
22882026-05-23T04:17:39.186Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
22892026-05-23T04:17:39.186Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
22902026-05-23T04:17:39.186Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
22912026-05-23T04:17:39.186Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
22922026-05-23T04:17:39.186Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
22932026-05-23T04:17:39.186Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
22942026-05-23T04:17:39.186Z DNS Server (dns-service-client, exposed by dns-server)
22952026-05-23T04:17:39.186Z Dendrite DPD (dpd-client, exposed by dpd)
22962026-05-23T04:17:39.186Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
22972026-05-23T04:17:39.186Z LLDP daemon (lldpd-client, exposed by lldpd)
22982026-05-23T04:17:39.186Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
22992026-05-23T04:17:39.186Z External API (oxide-client, exposed by omicron-nexus)
23002026-05-23T04:17:39.186Z Oximeter (oximeter-client, exposed by oximeter-collector)
23012026-05-23T04:17:39.186Z Propolis (propolis-client, exposed by propolis-server)
23022026-05-23T04:17:39.186Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
23032026-05-23T04:17:39.186Z Wicketd (wicketd-client, exposed by wicketd)
23042026-05-23T04:17:39.186Z
23052026-05-23T04:17:39.186Z
23062026-05-23T04:17:39.186ZClient-managed API:
23072026-05-23T04:17:39.186Z
23082026-05-23T04:17:39.186Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
23092026-05-23T04:17:39.186Z reason: depends on itself (i.e., instances call each other)
23102026-05-23T04:17:39.186Z Bootstrap Agent Lockstep API (bootstrap-agent-lockstep-client, exposed by omicron-sled-agent)
23112026-05-23T04:17:39.186Z reason: wicketd can wind up calling into sled agent on different sleds
23122026-05-23T04:17:39.186Z Wicketd Installinator (installinator-client, exposed by wicketd)
23132026-05-23T04:17:39.186Z reason: client is provided implicitly by the operator
23142026-05-23T04:17:39.187Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
23152026-05-23T04:17:39.187Z reason: Circular dependencies between Nexus and other services
23162026-05-23T04:17:39.187Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
23172026-05-23T04:17:39.187Z reason: Circular dependencies between Nexus and other services
23182026-05-23T04:17:39.187Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
23192026-05-23T04:17:39.190Z 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.
23202026-05-23T04:17:39.190Z
23212026-05-23T04:17:39.190Z NTP Admin version 1 (ntp-admin-v1-client, exposed by omicron-ntp-admin)
23222026-05-23T04:17:39.190Z 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.
23232026-05-23T04:17:39.190Z
23242026-05-23T04:17:39.190Z Crucible Repair (repair-client, exposed by crucible-downstairs)
23252026-05-23T04:17:39.190Z reason: depends on itself (i.e., instances call each other)
23262026-05-23T04:17:39.190Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
23272026-05-23T04:17:39.190Z reason: depends on itself (i.e., instances call each other)
23282026-05-23T04:17:39.190Z
23292026-05-23T04:17:39.190Z
23302026-05-23T04:17:39.190ZAPIs with unknown version management: none
23312026-05-23T04:17:39.190Z
23322026-05-23T04:17:39.190Z
23332026-05-23T04:17:39.190ZAPIs that failed consumer checks: none
23342026-05-23T04:17:39.271Z
23352026-05-23T04:17:39.271Zreal 5.803524738
23362026-05-23T04:17:39.271Zuser 4.802619603
23372026-05-23T04:17:39.271Zsys 2.033599079
23382026-05-23T04:17:39.271Ztrap 0.000514330
23392026-05-23T04:17:39.271Ztflt 0.000107800
23402026-05-23T04:17:39.275Zdflt 0.000075880
23412026-05-23T04:17:39.275Zkflt 0.000011090
23422026-05-23T04:17:39.275Zlock 0.081018120
23432026-05-23T04:17:39.275Zslp 18.731509659
23442026-05-23T04:17:39.275Zlat 0.009256512
23452026-05-23T04:17:39.275Zstop 0.008877690
23462026-05-23T04:17:39.275Z+ ptime -m cargo xtask ls-apis adoc
23472026-05-23T04:17:39.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23482026-05-23T04:17:39.850Z Running `target/debug/xtask ls-apis adoc`
23492026-05-23T04:17:40.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
23502026-05-23T04:17:40.746Z Running `target/debug/ls-apis adoc`
23512026-05-23T04:17:40.804Zloading metadata for workspace omicron from current workspace
23522026-05-23T04:17:41.937Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/5060d58/Cargo.toml
23532026-05-23T04:17:41.937Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/3c1708d/Cargo.toml
23542026-05-23T04:17:41.940Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/0d199ce/Cargo.toml
23552026-05-23T04:17:41.940Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/75518ad/Cargo.toml
23562026-05-23T04:17:41.940Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/50ed531/Cargo.toml
23572026-05-23T04:17:44.120Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
23582026-05-23T04:17:44.749Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23592026-05-23T04:17:44.757Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23602026-05-23T04:17:45.001Z
23612026-05-23T04:17:45.001Zreal 5.698910548
23622026-05-23T04:17:45.001Zuser 4.658348311
23632026-05-23T04:17:45.001Zsys 2.029495381
23642026-05-23T04:17:45.001Ztrap 0.000610770
23652026-05-23T04:17:45.005Ztflt 0.000119410
23662026-05-23T04:17:45.005Zdflt 0.000123160
23672026-05-23T04:17:45.005Zkflt 0.000016250
23682026-05-23T04:17:45.005Zlock 0.084153731
23692026-05-23T04:17:45.005Zslp 18.771182666
23702026-05-23T04:17:45.005Zlat 0.012595379
23712026-05-23T04:17:45.005Zstop 0.009221951
23722026-05-23T04:17:45.005Z+ banner build
23732026-05-23T04:17:45.008Z
23742026-05-23T04:17:45.008Z ##### # # # # #####
23752026-05-23T04:17:45.008Z # # # # # # # #
23762026-05-23T04:17:45.008Z ##### # # # # # #
23772026-05-23T04:17:45.008Z # # # # # # # #
23782026-05-23T04:17:45.009Z # # # # # # # #
23792026-05-23T04:17:45.009Z ##### #### # ###### #####
23802026-05-23T04:17:45.009Z
23812026-05-23T04:17:45.009Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
23822026-05-23T04:17:45.009Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
23832026-05-23T04:17:45.009Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
23842026-05-23T04:17:45.009Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
23852026-05-23T04:17:45.009Z+ [[ illumos == \i\l\l\u\m\o\s ]]
23862026-05-23T04:17:45.009Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
23872026-05-23T04:17:45.009Z+ export TMPDIR=/var/tmp/omicron_tmp
23882026-05-23T04:17:45.009Z+ TMPDIR=/var/tmp/omicron_tmp
23892026-05-23T04:17:45.009Z+ export RUST_BACKTRACE=1
23902026-05-23T04:17:45.009Z+ RUST_BACKTRACE=1
23912026-05-23T04:17:45.009Z+ export CARGO_INCREMENTAL=0
23922026-05-23T04:17:45.009Z+ CARGO_INCREMENTAL=0
23932026-05-23T04:17:45.009Z+ export RUSTC_BOOTSTRAP=1
23942026-05-23T04:17:45.009Z+ RUSTC_BOOTSTRAP=1
23952026-05-23T04:17:45.009Z+ ptime -m cargo --config build.analysis.enabled=true build -Zbuild-analysis --workspace --exclude=omicron-nexus --tests --locked --verbose
23962026-05-23T04:17:47.343Z Compiling proc-macro2 v1.0.106
23972026-05-23T04:17:47.343Z Compiling unicode-ident v1.0.24
23982026-05-23T04:17:47.346Z Compiling quote v1.0.45
23992026-05-23T04:17:47.346Z Compiling libc v0.2.185
24002026-05-23T04:17:47.346Z Compiling serde_core v1.0.228
24012026-05-23T04:17:47.346Z Compiling cfg-if v1.0.4
24022026-05-23T04:17:47.346Z Compiling serde v1.0.228
24032026-05-23T04:17:47.346Z Compiling memchr v2.8.0
24042026-05-23T04:17:47.636Z Compiling smallvec v1.15.1
24052026-05-23T04:17:47.639Z Compiling log v0.4.29
24062026-05-23T04:17:47.639Z Compiling itoa v1.0.17
24072026-05-23T04:17:47.666Z Compiling version_check v0.9.5
24082026-05-23T04:17:47.695Z Compiling autocfg v1.5.0
24092026-05-23T04:17:47.698Z Compiling libm v0.2.16
24102026-05-23T04:17:47.698Z Compiling zmij v1.0.21
24112026-05-23T04:17:47.698Z Compiling serde_json v1.0.149
24122026-05-23T04:17:47.698Z Compiling stable_deref_trait v1.2.1
24132026-05-23T04:17:47.698Z Compiling scopeguard v1.2.0
24142026-05-23T04:17:47.698Z Compiling percent-encoding v2.3.2
24152026-05-23T04:17:47.698Z Compiling litemap v0.8.1
24162026-05-23T04:17:47.698Z Compiling writeable v0.6.2
24172026-05-23T04:17:47.698Z Compiling icu_properties_data v2.1.2
24182026-05-23T04:17:47.699Z Compiling icu_normalizer_data v2.1.1
24192026-05-23T04:17:47.731Z Compiling utf8_iter v1.0.4
24202026-05-23T04:17:47.736Z Compiling getrandom v0.4.1
24212026-05-23T04:17:47.736Z Compiling rand_core v0.10.0
24222026-05-23T04:17:47.736Z Compiling portable-atomic v1.13.1
24232026-05-23T04:17:47.737Z Compiling shlex v1.3.0
24242026-05-23T04:17:47.737Z Compiling parking_lot_core v0.9.12
24252026-05-23T04:17:47.737Z Compiling find-msvc-tools v0.1.9
24262026-05-23T04:17:47.737Z Compiling critical-section v1.2.0
24272026-05-23T04:17:47.768Z Compiling pin-project-lite v0.2.17
24282026-05-23T04:17:47.772Z Running `/home/build/.rustup/toolchains/1.94.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=2cebdb1d5e4cd6a4 -C extra-filename=-04607b244056a2f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-04607b244056a2f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24292026-05-23T04:17:47.772Z Running `/home/build/.rustup/toolchains/1.94.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=07c66aa5433c1603 -C extra-filename=-0f21955b4831b187 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24302026-05-23T04:17:47.772Z Running `/home/build/.rustup/toolchains/1.94.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=faf76a064387f33b -C extra-filename=-6a8e2d0362418fff --out-dir /work/oxidecomputer/omicron/target/debug/build/quote-6a8e2d0362418fff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24312026-05-23T04:17:47.772Z Running `/home/build/.rustup/toolchains/1.94.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=e15204e5359891e7 -C extra-filename=-aa8953624d325365 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24322026-05-23T04:17:47.773Z Running `/home/build/.rustup/toolchains/1.94.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=23860df6929d0dc0 -C extra-filename=-9d0bb49b988bc1dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24332026-05-23T04:17:47.773Z Running `/home/build/.rustup/toolchains/1.94.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=27361f9f17fed749 -C extra-filename=-8c73409461af41ab --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-8c73409461af41ab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24342026-05-23T04:17:47.773Z Running `/home/build/.rustup/toolchains/1.94.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=3f31c13e3a10ad77 -C extra-filename=-f1ea735de1df6c80 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_core-f1ea735de1df6c80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24352026-05-23T04:17:47.773Z Running `/home/build/.rustup/toolchains/1.94.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=45f0cce165825ddd -C extra-filename=-86b9189d2c92fb6a --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-86b9189d2c92fb6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24362026-05-23T04:17:47.773Z Running `/home/build/.rustup/toolchains/1.94.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=6bf1092c3e0cf266 -C extra-filename=-fd6ba8a01932ff99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24372026-05-23T04:17:47.773Z Running `/home/build/.rustup/toolchains/1.94.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=1541212489575c35 -C extra-filename=-092fdc84cc87cee5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24382026-05-23T04:17:47.773Z Running `/home/build/.rustup/toolchains/1.94.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=86d20cce195ec005 -C extra-filename=-48e697dd107668e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24392026-05-23T04:17:47.773Z Running `/home/build/.rustup/toolchains/1.94.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=404f61c88150941b -C extra-filename=-153496f33718ff11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24402026-05-23T04:17:47.773Z Running `/home/build/.rustup/toolchains/1.94.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=935b449ce0e4b653 -C extra-filename=-a5f282b36849bc49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24412026-05-23T04:17:47.773Z Running `/home/build/.rustup/toolchains/1.94.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=51ad409f8131f170 -C extra-filename=-3940aeae16145116 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-3940aeae16145116 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24422026-05-23T04:17:47.773Z Running `/home/build/.rustup/toolchains/1.94.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=7116b20923422b76 -C extra-filename=-4da682a4d60c6eb4 --out-dir /work/oxidecomputer/omicron/target/debug/build/zmij-4da682a4d60c6eb4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24432026-05-23T04:17:47.773Z Running `/home/build/.rustup/toolchains/1.94.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=e7a894516f40c61a -C extra-filename=-f1f5db4d25d8d85e --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-f1f5db4d25d8d85e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24442026-05-23T04:17:47.773Z Running `/home/build/.rustup/toolchains/1.94.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=ab4822b5eea9dc3a -C extra-filename=-4c61d3348f11ddaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24452026-05-23T04:17:47.773Z Running `/home/build/.rustup/toolchains/1.94.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=22d35ec1dbabc124 -C extra-filename=-2ebd9f00f171696f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24462026-05-23T04:17:47.773Z Running `/home/build/.rustup/toolchains/1.94.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=99bf743a47f66b65 -C extra-filename=-74c31174be3833a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24472026-05-23T04:17:47.773Z Running `/home/build/.rustup/toolchains/1.94.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=7502ac7a93782e05 -C extra-filename=-aa272defcd706b4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24482026-05-23T04:17:47.773Z Running `/home/build/.rustup/toolchains/1.94.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=bdb0434ad48db909 -C extra-filename=-51b02bc6ee80691a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24492026-05-23T04:17:47.773Z Running `/home/build/.rustup/toolchains/1.94.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=0d7a04abd44c8f11 -C extra-filename=-7add5d0777938364 --out-dir /work/oxidecomputer/omicron/target/debug/build/icu_properties_data-7add5d0777938364 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24502026-05-23T04:17:47.773Z Running `/home/build/.rustup/toolchains/1.94.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=c093d109600d7acd -C extra-filename=-c6e3815601778b41 --out-dir /work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-c6e3815601778b41 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24512026-05-23T04:17:47.773Z Running `/home/build/.rustup/toolchains/1.94.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=90bd6e549917af5d -C extra-filename=-530edc1d78d8d38d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24522026-05-23T04:17:47.987Z Compiling zerocopy v0.8.40
24532026-05-23T04:17:48.021Z Running `/home/build/.rustup/toolchains/1.94.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=17cb32ffd69314c8 -C extra-filename=-121c99ae03710109 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24542026-05-23T04:17:48.024Z Running `/home/build/.rustup/toolchains/1.94.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=017facd50d0b44f4 -C extra-filename=-bc63114d986d95c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24552026-05-23T04:17:48.024Z Running `/home/build/.rustup/toolchains/1.94.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=d43d174452102ec0 -C extra-filename=-4b053de74216db79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24562026-05-23T04:17:48.024Z Running `/home/build/.rustup/toolchains/1.94.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=2803389e12d7792e -C extra-filename=-d7acc1d49ffab29c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24572026-05-23T04:17:48.024Z Running `/home/build/.rustup/toolchains/1.94.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=0ffb68b441cc544c -C extra-filename=-03abffb3bd244537 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-03abffb3bd244537 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24582026-05-23T04:17:48.024Z Running `/home/build/.rustup/toolchains/1.94.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=abde6cf48554f866 -C extra-filename=-cf171686784f8471 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-cf171686784f8471 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24592026-05-23T04:17:48.024Z Running `/home/build/.rustup/toolchains/1.94.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=db8bda598ef53d41 -C extra-filename=-bafae3106b84a963 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-bafae3106b84a963 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24602026-05-23T04:17:48.109Z Compiling subtle v2.6.1
24612026-05-23T04:17:48.225Z Compiling thiserror v2.0.18
24622026-05-23T04:17:48.228Z Compiling heck v0.5.0
24632026-05-23T04:17:48.228Z Running `/work/oxidecomputer/omicron/target/debug/build/quote-6a8e2d0362418fff/build-script-build`
24642026-05-23T04:17:48.228Z Running `/home/build/.rustup/toolchains/1.94.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=9f0f1d5477b00a08 -C extra-filename=-a5667cf336dacb0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:17:48.305Z Compiling equivalent v1.0.2
24662026-05-23T04:17:48.308Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-04607b244056a2f2/build-script-build`
24672026-05-23T04:17:48.308Z Running `/home/build/.rustup/toolchains/1.94.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=94791d1f783b36da -C extra-filename=-9cb600151b865d70 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-9cb600151b865d70 -L 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-05-23T04:17:48.308Z Running `/home/build/.rustup/toolchains/1.94.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=73f52328bc3b3d9b -C extra-filename=-5370b6ab3a93e0f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:17:48.308Z Running `/home/build/.rustup/toolchains/1.94.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=7fd892534d6fdfe1 -C extra-filename=-77e44bf544d6c93a --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-77e44bf544d6c93a -L 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-05-23T04:17:48.350Z Running `/home/build/.rustup/toolchains/1.94.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=9463ea721f68aaab -C extra-filename=-fa4aea552415bcb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:17:48.419Z Running `/home/build/.rustup/toolchains/1.94.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=1340b8ac5949aaea -C extra-filename=-a1dbfc08a4534512 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:17:48.538Z Compiling lock_api v0.4.14
24732026-05-23T04:17:48.660Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-86b9189d2c92fb6a/build-script-build`
24742026-05-23T04:17:48.847Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-8c73409461af41ab/build-script-build`
24752026-05-23T04:17:48.850Z Compiling form_urlencoded v1.2.2
24762026-05-23T04:17:48.850Z Compiling iana-time-zone v0.1.65
24772026-05-23T04:17:48.850Z Compiling fnv v1.0.7
24782026-05-23T04:17:48.882Z Compiling typenum v1.19.0
24792026-05-23T04:17:48.885Z Running `/work/oxidecomputer/omicron/target/debug/build/zmij-4da682a4d60c6eb4/build-script-build`
24802026-05-23T04:17:48.885Z Running `/home/build/.rustup/toolchains/1.94.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=15c7529aa87c5e17 -C extra-filename=-37b593e45a181d21 --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-2ebd9f00f171696f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24812026-05-23T04:17:48.885Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-3940aeae16145116/build-script-build`
24822026-05-23T04:17:49.365Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-f1f5db4d25d8d85e/build-script-build`
24832026-05-23T04:17:49.368Z Compiling num-traits v0.2.19
24842026-05-23T04:17:49.398Z Compiling generic-array v0.14.7
24852026-05-23T04:17:49.401Z Compiling rustversion v1.0.22
24862026-05-23T04:17:49.401Z Compiling hashbrown v0.17.0
24872026-05-23T04:17:49.401Z Compiling schemars v0.8.22
24882026-05-23T04:17:49.401Z Compiling dyn-clone v1.0.20
24892026-05-23T04:17:49.401Z Compiling regex-syntax v0.8.10
24902026-05-23T04:17:49.401Z Compiling strsim v0.11.1
24912026-05-23T04:17:49.401Z Compiling futures-core v0.3.32
24922026-05-23T04:17:49.401Z Running `/home/build/.rustup/toolchains/1.94.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=55c4bd435417fedf -C extra-filename=-6d38f3aad90247c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:17:49.401Z Running `/home/build/.rustup/toolchains/1.94.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=ac3e663d1ec7b374 -C extra-filename=-d3864d76002543d1 --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-74c31174be3833a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24942026-05-23T04:17:49.401Z Running `/home/build/.rustup/toolchains/1.94.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=151fb54fad19e36e -C extra-filename=-1b9f34569c9e6d83 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-1b9f34569c9e6d83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24952026-05-23T04:17:49.401Z Running `/home/build/.rustup/toolchains/1.94.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=248bccd4a4b19966 -C extra-filename=-9e1cf3ccd5b53459 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:17:49.843Z Compiling const-oid v0.9.6
24972026-05-23T04:17:49.845Z Compiling aho-corasick v1.1.4
24982026-05-23T04:17:49.846Z Compiling rustix v1.1.3
24992026-05-23T04:17:49.881Z Compiling byteorder v1.5.0
25002026-05-23T04:17:49.884Z Compiling thiserror v1.0.69
25012026-05-23T04:17:49.884Z Running `/home/build/.rustup/toolchains/1.94.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=537fc90f8939e3ac -C extra-filename=-d2281c904bfe50c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25022026-05-23T04:17:49.884Z Running `/home/build/.rustup/toolchains/1.94.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=7017eda210e0720e -C extra-filename=-417a3d6901854ea7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:17:49.884Z Running `/home/build/.rustup/toolchains/1.94.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=bd052e45009e345e -C extra-filename=-01e0def4c6020b1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"))'`
25042026-05-23T04:17:49.958Z Running `/home/build/.rustup/toolchains/1.94.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=02d266953b4dacaf -C extra-filename=-99f20a04b8966635 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25052026-05-23T04:17:50.028Z Running `/home/build/.rustup/toolchains/1.94.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=f469bda7520cf030 -C extra-filename=-7aa0a185f0e945eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25062026-05-23T04:17:50.032Z Running `/home/build/.rustup/toolchains/1.94.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=8e0fb89ee026ec63 -C extra-filename=-7523304f6864b3fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25072026-05-23T04:17:50.032Z Running `/home/build/.rustup/toolchains/1.94.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=7554ec2544b2f237 -C extra-filename=-fb2264d067608a99 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-fb2264d067608a99 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25082026-05-23T04:17:50.032Z Running `/home/build/.rustup/toolchains/1.94.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=2a2081676d8273a2 -C extra-filename=-dc5b0f910a1492c7 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-dc5b0f910a1492c7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25092026-05-23T04:17:50.032Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-03abffb3bd244537/build-script-build`
25102026-05-23T04:17:50.032Z Running `/home/build/.rustup/toolchains/1.94.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=0c8fab47725de74a -C extra-filename=-a7461f4be8b12f71 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-a7461f4be8b12f71 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-a5f282b36849bc49.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25112026-05-23T04:17:50.032Z Running `/home/build/.rustup/toolchains/1.94.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=ecd1c7a28247f443 -C extra-filename=-6a94cfb1b9a52a20 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-6a94cfb1b9a52a20 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25122026-05-23T04:17:50.344Z Running `/home/build/.rustup/toolchains/1.94.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=24293bd3dc477430 -C extra-filename=-99360ac57d065395 --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-0f21955b4831b187.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)'`
25132026-05-23T04:17:50.344Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-c6e3815601778b41/build-script-build`
25142026-05-23T04:17:50.344Z Running `/home/build/.rustup/toolchains/1.94.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=749f11c240e2dd84 -C extra-filename=-2b3e0a333636a188 --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-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25152026-05-23T04:17:50.344Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-bafae3106b84a963/build-script-build`
25162026-05-23T04:17:50.344Z Running `/home/build/.rustup/toolchains/1.94.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=beb2e92d68b47545 -C extra-filename=-1187af0aead528db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:17:50.344Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-cf171686784f8471/build-script-build`
25182026-05-23T04:17:50.347Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_properties_data-7add5d0777938364/build-script-build`
25192026-05-23T04:17:50.347Z Running `/home/build/.rustup/toolchains/1.94.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=609a79aa6c4da28e -C extra-filename=-494ba3a71996a280 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
25202026-05-23T04:17:50.347Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-f1ea735de1df6c80/build-script-build`
25212026-05-23T04:17:50.347Z Running `/home/build/.rustup/toolchains/1.94.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=1b8b039d7356d00a -C extra-filename=-699d9cec6385d284 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-699d9cec6385d284 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25222026-05-23T04:17:50.348Z Compiling futures-sink v0.3.32
25232026-05-23T04:17:50.348Z Compiling syn v1.0.109
25242026-05-23T04:17:50.348Z Compiling futures-task v0.3.32
25252026-05-23T04:17:50.348Z Compiling slab v0.4.12
25262026-05-23T04:17:50.348Z Compiling futures-io v0.3.32
25272026-05-23T04:17:50.348Z Compiling cpufeatures v0.2.17
25282026-05-23T04:17:50.348Z Compiling getrandom v0.3.4
25292026-05-23T04:17:50.348Z Compiling anyhow v1.0.102
25302026-05-23T04:17:50.379Z Compiling base64 v0.22.1
25312026-05-23T04:17:50.382Z Running `/home/build/.rustup/toolchains/1.94.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=b778c2084380fde6 -C extra-filename=-9ccc3691c9035196 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25322026-05-23T04:17:50.382Z Running `/home/build/.rustup/toolchains/1.94.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=ed176373312d021e -C extra-filename=-dd045f7300f725bd --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-dd045f7300f725bd -L 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-05-23T04:17:50.420Z Running `/home/build/.rustup/toolchains/1.94.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=972c720ae028e481 -C extra-filename=-1079dfc81c68b9a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
25342026-05-23T04:17:50.815Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-77e44bf544d6c93a/build-script-build`
25352026-05-23T04:17:50.815Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-1b9f34569c9e6d83/build-script-build`
25362026-05-23T04:17:50.815Z Running `/home/build/.rustup/toolchains/1.94.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=cbbc0cd7f9461ec3 -C extra-filename=-399956ed3366567e --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-399956ed3366567e -L 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-05-23T04:17:50.815Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-9cb600151b865d70/build-script-build`
25382026-05-23T04:17:50.815Z Running `/home/build/.rustup/toolchains/1.94.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=5830c5b14282f93e -C extra-filename=-f90e97ec9fd53070 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:17:50.818Z Running `/home/build/.rustup/toolchains/1.94.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=a983bdf5ce347b3c -C extra-filename=-76115cfbe65924e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:17:50.818Z Running `/home/build/.rustup/toolchains/1.94.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=3ed83e807e8cb248 -C extra-filename=-ab8db966f19237e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:17:50.818Z Compiling errno v0.3.14
25422026-05-23T04:17:50.818Z Compiling getrandom v0.2.17
25432026-05-23T04:17:50.818Z Compiling jobserver v0.1.34
25442026-05-23T04:17:50.856Z Compiling mio v1.2.0
25452026-05-23T04:17:50.859Z Compiling socket2 v0.6.3
25462026-05-23T04:17:50.893Z Running `/home/build/.rustup/toolchains/1.94.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=8fa769611d8cb212 -C extra-filename=-a5f9eb635e32839e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25472026-05-23T04:17:50.896Z Running `/home/build/.rustup/toolchains/1.94.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=14da8e6cd80c4009 -C extra-filename=-ce299ebbb1d61b46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25482026-05-23T04:17:50.896Z Running `/home/build/.rustup/toolchains/1.94.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=ef0b213c6997accf -C extra-filename=-5023923d33062f0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25492026-05-23T04:17:50.896Z Running `/home/build/.rustup/toolchains/1.94.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=2da773157fa952e1 -C extra-filename=-35529f31f20d02eb --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-35529f31f20d02eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25502026-05-23T04:17:50.896Z Running `/home/build/.rustup/toolchains/1.94.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=15bd2e6d250befc9 -C extra-filename=-1dd0d7d183911908 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-1dd0d7d183911908 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25512026-05-23T04:17:51.205Z Running `/home/build/.rustup/toolchains/1.94.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=d6c7795d4a4c4899 -C extra-filename=-a898c7cc874d883a --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25522026-05-23T04:17:51.209Z Running `/home/build/.rustup/toolchains/1.94.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=f3c9d2c82ef4331b -C extra-filename=-9741ffcf9f049a12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
25532026-05-23T04:17:51.209Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-a7461f4be8b12f71/build-script-build`
25542026-05-23T04:17:51.209Z Running `/home/build/.rustup/toolchains/1.94.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=7722af16dd7648ee -C extra-filename=-9396e77066661b89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
25552026-05-23T04:17:51.209Z Running `/home/build/.rustup/toolchains/1.94.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=1f5abaf1e5ddf689 -C extra-filename=-9ef7dfa7d7bb714e --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-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25562026-05-23T04:17:51.209Z Running `/home/build/.rustup/toolchains/1.94.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=28c0e95fa5b59182 -C extra-filename=-b4bc34960579f53a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
25572026-05-23T04:17:51.209Z Running `/home/build/.rustup/toolchains/1.94.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=cbe87972bed8b790 -C extra-filename=-4043be771473f5c2 --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-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-121c99ae03710109.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25582026-05-23T04:17:51.209Z Running `/home/build/.rustup/toolchains/1.94.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=4d5c48cc474e3607 -C extra-filename=-1cbf82cce4c679a3 --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25592026-05-23T04:17:51.209Z Running `/home/build/.rustup/toolchains/1.94.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=837841c86bd322a0 -C extra-filename=-cda54deeadff7a53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"))'`
25602026-05-23T04:17:51.312Z Compiling futures-channel v0.3.32
25612026-05-23T04:17:51.315Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-fb2264d067608a99/build-script-build`
25622026-05-23T04:17:51.315Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-dc5b0f910a1492c7/build-script-build`
25632026-05-23T04:17:51.315Z Running `/home/build/.rustup/toolchains/1.94.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=c84fd8e1557ec8dd -C extra-filename=-6ae901cd3497a02c --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-01e0def4c6020b1d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25642026-05-23T04:17:51.346Z Running `/home/build/.rustup/toolchains/1.94.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=9ebea569cb77092f -C extra-filename=-2ebd0ef4dbd4b49e --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-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(tsan_enabled)'`
25652026-05-23T04:17:51.350Z Running `/home/build/.rustup/toolchains/1.94.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=b6be0db2a1a3e197 -C extra-filename=-4c0681911c5a3fd6 --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25662026-05-23T04:17:51.620Z Compiling parking_lot v0.12.5
25672026-05-23T04:17:51.620Z Compiling once_cell v1.21.3
25682026-05-23T04:17:51.623Z Compiling regex-automata v0.4.14
25692026-05-23T04:17:51.623Z Compiling pkg-config v0.3.32
25702026-05-23T04:17:51.623Z Compiling ident_case v1.0.1
25712026-05-23T04:17:51.623Z Compiling either v1.15.0
25722026-05-23T04:17:51.623Z Compiling utf8parse v0.2.2
25732026-05-23T04:17:51.623Z Compiling base64ct v1.8.3
25742026-05-23T04:17:51.623Z Running `/home/build/.rustup/toolchains/1.94.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=39e3478f43488cb6 -C extra-filename=-b015ce3ea8343151 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_diagnostic_namespace)'`
25752026-05-23T04:17:51.623Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-dd045f7300f725bd/build-script-build`
25762026-05-23T04:17:51.623Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-399956ed3366567e/build-script-build`
25772026-05-23T04:17:51.623Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-6a94cfb1b9a52a20/build-script-build`
25782026-05-23T04:17:51.623Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-699d9cec6385d284/build-script-build`
25792026-05-23T04:17:51.694Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-35529f31f20d02eb/build-script-build`
25802026-05-23T04:17:51.697Z Running `/home/build/.rustup/toolchains/1.94.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=65a314ec058f731e -C extra-filename=-2694af6e2949e11f --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-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25812026-05-23T04:17:51.973Z Running `/home/build/.rustup/toolchains/1.94.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=10454dad3801301b -C extra-filename=-62949386ed40d690 --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-37b593e45a181d21.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-2ebd0ef4dbd4b49e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25822026-05-23T04:17:51.973Z Running `/home/build/.rustup/toolchains/1.94.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=478f1ca6850fea90 -C extra-filename=-e5797ea9908f0e04 --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-bc63114d986d95c8.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25832026-05-23T04:17:51.973Z Running `/home/build/.rustup/toolchains/1.94.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=9cece984508d7341 -C extra-filename=-9e6f97d623d79a8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25842026-05-23T04:17:51.976Z Compiling cc v1.2.56
25852026-05-23T04:17:51.976Z Compiling rand_core v0.6.4
25862026-05-23T04:17:51.977Z Compiling signal-hook-registry v1.4.8
25872026-05-23T04:17:51.977Z Compiling anstyle v1.0.14
25882026-05-23T04:17:51.977Z Compiling allocator-api2 v0.2.21
25892026-05-23T04:17:51.977Z Compiling crossbeam-utils v0.8.21
25902026-05-23T04:17:51.977Z Compiling colorchoice v1.0.4
25912026-05-23T04:17:51.977Z Compiling untrusted v0.9.0
25922026-05-23T04:17:52.013Z Compiling is_terminal_polyfill v1.70.2
25932026-05-23T04:17:52.017Z Compiling anstyle-query v1.1.5
25942026-05-23T04:17:52.017Z Compiling time-core v0.1.8
25952026-05-23T04:17:52.053Z Compiling httparse v1.10.1
25962026-05-23T04:17:52.056Z Running `/home/build/.rustup/toolchains/1.94.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=4d10f35d0d056107 -C extra-filename=-64e259f385e87aa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:17:52.056Z Running `/home/build/.rustup/toolchains/1.94.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=b3c2caf7bb74f5c4 -C extra-filename=-4d7aa96ddad28561 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:17:52.056Z Running `/home/build/.rustup/toolchains/1.94.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=00d10a2a02b405c2 -C extra-filename=-8703aae8b2f9644d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25992026-05-23T04:17:52.056Z Running `/home/build/.rustup/toolchains/1.94.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=05829b7ce4228a5b -C extra-filename=-1e24df76c16f817b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:17:52.056Z Running `/home/build/.rustup/toolchains/1.94.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=503150c89fd3d71a -C extra-filename=-daf175a1cd2d26ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:17:52.056Z Running `/home/build/.rustup/toolchains/1.94.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=841d8d26c4449362 -C extra-filename=-27e48c156d319f55 --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-2b3e0a333636a188.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26022026-05-23T04:17:52.365Z Running `/home/build/.rustup/toolchains/1.94.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=8244d5db0c24e527 -C extra-filename=-6933dc604de72165 --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-1079dfc81c68b9a8.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)'`
26032026-05-23T04:17:52.368Z Running `/home/build/.rustup/toolchains/1.94.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=f6ca3148cc2652ed -C extra-filename=-36c49b9ad30a636e --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-a898c7cc874d883a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26042026-05-23T04:17:52.368Z Running `/home/build/.rustup/toolchains/1.94.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=a3eb9e2f41f77db6 -C extra-filename=-5df1b6f5f7e59625 --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-9ef7dfa7d7bb714e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26052026-05-23T04:17:52.368Z Running `/home/build/.rustup/toolchains/1.94.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=942a76272473d1c4 -C extra-filename=-b2bde8d747fc73bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26062026-05-23T04:17:52.368Z Running `/home/build/.rustup/toolchains/1.94.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=c18e638485bdfc97 -C extra-filename=-66f2b2a19b57dbf7 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-66f2b2a19b57dbf7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26072026-05-23T04:17:52.368Z Running `/home/build/.rustup/toolchains/1.94.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=6858812ce244654d -C extra-filename=-3318559a2770f550 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26082026-05-23T04:17:52.368Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-1dd0d7d183911908/build-script-build`
26092026-05-23T04:17:52.405Z Running `/home/build/.rustup/toolchains/1.94.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=acec9f24b04d6761 -C extra-filename=-9b3a004f0bbfd40d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:17:52.408Z Running `/home/build/.rustup/toolchains/1.94.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=1928b2438f88a0ef -C extra-filename=-14d0ce7904083a99 --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-4b053de74216db79.rmeta --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-1cbf82cce4c679a3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-fa4aea552415bcb1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26112026-05-23T04:17:52.408Z Running `/home/build/.rustup/toolchains/1.94.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=2e94a8b00d6f640b -C extra-filename=-ec69541b7ea66eae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:17:52.408Z Running `/home/build/.rustup/toolchains/1.94.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=3d519c2c4012e40d -C extra-filename=-b542d191368554bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26132026-05-23T04:17:52.408Z Compiling syn v2.0.117
26142026-05-23T04:17:52.440Z Compiling tracing-core v0.1.36
26152026-05-23T04:17:52.443Z Compiling powerfmt v0.2.0
26162026-05-23T04:17:52.443Z Compiling num-conv v0.2.0
26172026-05-23T04:17:52.443Z Compiling num_threads v0.1.7
26182026-05-23T04:17:52.443Z Running `/home/build/.rustup/toolchains/1.94.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=be52679a90e18c56 -C extra-filename=-23dd8e7968b65b07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26192026-05-23T04:17:52.443Z Running `/home/build/.rustup/toolchains/1.94.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=ecc2479b6dba8970 -C extra-filename=-d18156ad55a44d9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26202026-05-23T04:17:52.443Z Running `/home/build/.rustup/toolchains/1.94.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=ee0a3b0cb6b21f84 -C extra-filename=-abbbcd209cf07bc5 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-abbbcd209cf07bc5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26212026-05-23T04:17:52.831Z Running `/home/build/.rustup/toolchains/1.94.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=32f8f52f9c76382e -C extra-filename=-5cdbebf864c5da83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26222026-05-23T04:17:52.835Z Compiling bitflags v2.11.0
26232026-05-23T04:17:52.835Z Compiling semver v1.0.28
26242026-05-23T04:17:52.835Z Compiling uuid v1.23.0
26252026-05-23T04:17:52.835Z Compiling indexmap v2.14.0
26262026-05-23T04:17:52.835Z Compiling pem-rfc7468 v0.7.0
26272026-05-23T04:17:52.835Z Compiling anstyle-parse v1.0.0
26282026-05-23T04:17:52.835Z Compiling clap_lex v1.0.0
26292026-05-23T04:17:52.835Z Compiling ryu v1.0.23
26302026-05-23T04:17:52.835Z Compiling flagset v0.4.7
26312026-05-23T04:17:52.835Z Compiling camino v1.2.2
26322026-05-23T04:17:52.865Z Compiling atomic-waker v1.1.2
26332026-05-23T04:17:52.908Z Running `/home/build/.rustup/toolchains/1.94.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=a77f4737629c483c -C extra-filename=-64ebcc41add088b3 --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"))'`
26342026-05-23T04:17:52.948Z Running `/home/build/.rustup/toolchains/1.94.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=55c827baa76c0331 -C extra-filename=-1c5dc4b799a94734 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
26352026-05-23T04:17:52.951Z Running `/home/build/.rustup/toolchains/1.94.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=927addd293fdf57f -C extra-filename=-f6d7bb457d0068ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26362026-05-23T04:17:52.951Z Running `/home/build/.rustup/toolchains/1.94.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=d473dcf0cda3ba95 -C extra-filename=-922144cb400f44f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26372026-05-23T04:17:52.951Z Running `/home/build/.rustup/toolchains/1.94.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=a7e94e1eddcebc51 -C extra-filename=-adc5358a0f3e2899 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
26382026-05-23T04:17:52.951Z Running `/home/build/.rustup/toolchains/1.94.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=844ae4dfa3676734 -C extra-filename=-61f2464b9e941b65 --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-e5797ea9908f0e04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26392026-05-23T04:17:52.951Z Running `/home/build/.rustup/toolchains/1.94.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=fc832ea703e42abd -C extra-filename=-eaa660764df265b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26402026-05-23T04:17:53.276Z Running `/home/build/.rustup/toolchains/1.94.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=a5007bb0fab6bbf5 -C extra-filename=-c87d064435728b66 --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-092fdc84cc87cee5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern zmij=/work/oxidecomputer/omicron/target/debug/deps/libzmij-494ba3a71996a280.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"))'`
26412026-05-23T04:17:53.280Z Running `/home/build/.rustup/toolchains/1.94.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=d5be8104bdf539cb -C extra-filename=-10536750ba824ae2 --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-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26422026-05-23T04:17:53.280Z Running `/home/build/.rustup/toolchains/1.94.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=fb3cf4ae510ad60c -C extra-filename=-9a2525d8b569a190 --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-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26432026-05-23T04:17:53.280Z Running `/home/build/.rustup/toolchains/1.94.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=6f98fd25d2695426 -C extra-filename=-da9081ae5c21635c --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-4043be771473f5c2.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26442026-05-23T04:17:53.280Z Running `/home/build/.rustup/toolchains/1.94.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=afda80241674eb2f -C extra-filename=-3136d8787cee3542 --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-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26452026-05-23T04:17:53.280Z Running `/home/build/.rustup/toolchains/1.94.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=4c590a0982613cf2 -C extra-filename=-ac14f240cfa99b72 --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-1e24df76c16f817b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26462026-05-23T04:17:53.280Z Running `/home/build/.rustup/toolchains/1.94.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=4719f5b68aec4c2d -C extra-filename=-158ee63d9a68ba9b --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-8703aae8b2f9644d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472026-05-23T04:17:53.280Z Running `/home/build/.rustup/toolchains/1.94.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=2486d38362c04092 -C extra-filename=-e4d505d3eeb92d26 --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-a1dbfc08a4534512.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-7523304f6864b3fe.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26482026-05-23T04:17:53.324Z Compiling deranged v0.5.8
26492026-05-23T04:17:53.327Z Compiling time-macros v0.2.27
26502026-05-23T04:17:53.327Z Compiling try-lock v0.2.5
26512026-05-23T04:17:53.327Z Compiling fs_extra v1.3.0
26522026-05-23T04:17:53.327Z Compiling dunce v1.0.5
26532026-05-23T04:17:53.327Z Compiling httpdate v1.0.3
26542026-05-23T04:17:53.327Z Compiling fastrand v2.3.0
26552026-05-23T04:17:53.327Z Compiling pin-utils v0.1.0
26562026-05-23T04:17:53.368Z Running `/home/build/.rustup/toolchains/1.94.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=f5cc850c3cc67866 -C extra-filename=-f08bb8b248c5184c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26572026-05-23T04:17:53.371Z Running `/home/build/.rustup/toolchains/1.94.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=bf762183abc528cc -C extra-filename=-308c91df5613d4de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26582026-05-23T04:17:53.371Z Running `/home/build/.rustup/toolchains/1.94.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=ab48a895facea330 -C extra-filename=-282222ca4c7256bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:17:53.410Z Running `/home/build/.rustup/toolchains/1.94.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=016372c6a3afefb6 -C extra-filename=-81a339a39775c4c8 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-81a339a39775c4c8 -L 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-05-23T04:17:53.413Z Running `/home/build/.rustup/toolchains/1.94.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=d6b7f6fab4668176 -C extra-filename=-6c6bb4391ac8d17e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:17:53.702Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-66f2b2a19b57dbf7/build-script-build`
26622026-05-23T04:17:53.702Z Running `/home/build/.rustup/toolchains/1.94.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=9556110bea7c5620 -C extra-filename=-7c5cc11432a2ac22 --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-922144cb400f44f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26632026-05-23T04:17:53.702Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-abbbcd209cf07bc5/build-script-build`
26642026-05-23T04:17:53.706Z Running `/home/build/.rustup/toolchains/1.94.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=cb5e4945cf699e6c -C extra-filename=-39e83d23797ddb4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26652026-05-23T04:17:53.706Z Running `/home/build/.rustup/toolchains/1.94.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=6e39b6df5e2f8340 -C extra-filename=-763e69004c310e8b --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-eaa660764df265b8.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-23dd8e7968b65b07.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26662026-05-23T04:17:53.706Z Running `/home/build/.rustup/toolchains/1.94.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=092ded10a70262aa -C extra-filename=-7d72c1a8808103b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26672026-05-23T04:17:53.706Z Compiling anstream v1.0.0
26682026-05-23T04:17:53.706Z Compiling cmake v0.1.57
26692026-05-23T04:17:53.706Z Compiling tower-layer v0.3.3
26702026-05-23T04:17:53.706Z Compiling tower-service v0.3.3
26712026-05-23T04:17:53.706Z Compiling spin v0.9.8
26722026-05-23T04:17:53.706Z Compiling ucd-trie v0.1.7
26732026-05-23T04:17:53.706Z Compiling mime v0.3.17
26742026-05-23T04:17:53.706Z Compiling aws-lc-rs v1.16.3
26752026-05-23T04:17:53.706Z Compiling pretty-hex v0.4.1
26762026-05-23T04:17:53.706Z Running `/home/build/.rustup/toolchains/1.94.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=e7792460d98c2a4f -C extra-filename=-02d7ef8c098a2a2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26772026-05-23T04:17:53.706Z Running `/home/build/.rustup/toolchains/1.94.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=3a226f3a4df2ea40 -C extra-filename=-f286a8126edb86b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:17:53.706Z Running `/home/build/.rustup/toolchains/1.94.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=ffcc7c811efff218 -C extra-filename=-8f587c6ddd5813db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:17:53.706Z Running `/home/build/.rustup/toolchains/1.94.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=043667f672933bec -C extra-filename=-5901c73d34c3c394 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26802026-05-23T04:17:53.974Z Running `/home/build/.rustup/toolchains/1.94.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=2c9c777266e2541c -C extra-filename=-cf300be829fa3186 --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-10536750ba824ae2.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a898c7cc874d883a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
26812026-05-23T04:17:53.977Z Running `/home/build/.rustup/toolchains/1.94.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=d3c226d4ddb6cd9e -C extra-filename=-b8f2d017dfbfe3c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26822026-05-23T04:17:54.010Z Compiling rand_core v0.9.5
26832026-05-23T04:17:54.014Z Compiling slog v2.8.2
26842026-05-23T04:17:54.014Z Compiling plain v0.2.3
26852026-05-23T04:17:54.014Z Compiling unicode-segmentation v1.12.0
26862026-05-23T04:17:54.014Z Compiling rustc_version v0.4.1
26872026-05-23T04:17:54.014Z Compiling foldhash v0.2.0
26882026-05-23T04:17:54.014Z Running `/home/build/.rustup/toolchains/1.94.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=f5a8f9743a9e4f65 -C extra-filename=-498226a3d878704f --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-37b593e45a181d21.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26892026-05-23T04:17:54.014Z Running `/home/build/.rustup/toolchains/1.94.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=a6cbc7790c7bbcf2 -C extra-filename=-5b704d6e2620c347 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-5b704d6e2620c347 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902026-05-23T04:17:54.014Z Running `/home/build/.rustup/toolchains/1.94.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=3fc7d296a1dee7e3 -C extra-filename=-a07cde80cd4a0a17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26912026-05-23T04:17:54.014Z Running `/home/build/.rustup/toolchains/1.94.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=eb81e45026cf4b62 -C extra-filename=-02375f6ebe64fa50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26922026-05-23T04:17:54.047Z Running `/home/build/.rustup/toolchains/1.94.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=0b169d0eeff884d3 -C extra-filename=-b069a8570b2e898f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26932026-05-23T04:17:54.050Z Running `/home/build/.rustup/toolchains/1.94.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=cf5da592f29880fa -C extra-filename=-4e50982a21137ede --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942026-05-23T04:17:54.051Z Running `/home/build/.rustup/toolchains/1.94.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=425b6a04822eb7b5 -C extra-filename=-5730252e0292bbbf --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-14d0ce7904083a99.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26952026-05-23T04:17:54.051Z Running `/home/build/.rustup/toolchains/1.94.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=90b926a0944553a2 -C extra-filename=-15a8fcefd27d9a9d --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-b2bde8d747fc73bb.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-ac14f240cfa99b72.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-d18156ad55a44d9b.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-ec69541b7ea66eae.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-b542d191368554bf.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1e24df76c16f817b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962026-05-23T04:17:54.406Z Running `/home/build/.rustup/toolchains/1.94.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=f599d255ce3906b0 -C extra-filename=-37faa1f68eac4450 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
26972026-05-23T04:17:54.406Z Running `/home/build/.rustup/toolchains/1.94.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=0c6393d067c80d7c -C extra-filename=-3159a94201069dd2 --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-3136d8787cee3542.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26982026-05-23T04:17:54.410Z Compiling regex v1.12.3
26992026-05-23T04:17:54.410Z Compiling ring v0.17.14
27002026-05-23T04:17:54.410Z Compiling want v0.3.1
27012026-05-23T04:17:54.410Z Compiling untrusted v0.7.1
27022026-05-23T04:17:54.410Z Compiling simd-adler32 v0.3.8
27032026-05-23T04:17:54.410Z Compiling rustls v0.23.37
27042026-05-23T04:17:54.410Z Compiling vcpkg v0.2.15
27052026-05-23T04:17:54.410Z Compiling openssl-probe v0.2.1
27062026-05-23T04:17:54.410Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-81a339a39775c4c8/build-script-build`
27072026-05-23T04:17:54.410Z Running `/home/build/.rustup/toolchains/1.94.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=48c9accc16ec8557 -C extra-filename=-1b927ed9105fe228 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:17:54.445Z Running `/home/build/.rustup/toolchains/1.94.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=4546b1fd9de704c1 -C extra-filename=-23feec06cbb50781 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:17:54.448Z Running `/home/build/.rustup/toolchains/1.94.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=9ed8bb88fd659e62 -C extra-filename=-c6b05ceb18b87f18 --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-9a2525d8b569a190.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27102026-05-23T04:17:54.448Z Running `/home/build/.rustup/toolchains/1.94.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=3becf9fd609a916a -C extra-filename=-563d05d7861c894f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27112026-05-23T04:17:54.448Z Running `/home/build/.rustup/toolchains/1.94.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=761648fe3fa6b7b5 -C extra-filename=-ad5507ced58804c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-ad5507ced58804c0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27122026-05-23T04:17:54.747Z Running `/home/build/.rustup/toolchains/1.94.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=1907b3768f19f1b3 -C extra-filename=-933ea8a694882c77 --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-2b3e0a333636a188.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27132026-05-23T04:17:54.747Z Running `/home/build/.rustup/toolchains/1.94.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=bb68c8fb96975383 -C extra-filename=-32a02797568f8843 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27142026-05-23T04:17:54.750Z Compiling aws-lc-sys v0.40.0
27152026-05-23T04:17:54.750Z Compiling pest v2.8.6
27162026-05-23T04:17:54.750Z Compiling hashbrown v0.16.1
27172026-05-23T04:17:54.750Z Compiling encoding_rs v0.8.35
27182026-05-23T04:17:54.750Z Compiling adler2 v2.0.1
27192026-05-23T04:17:54.750Z Compiling winnow v0.7.14
27202026-05-23T04:17:54.750Z Compiling sync_wrapper v1.0.2
27212026-05-23T04:17:54.751Z Compiling crc32fast v1.5.0
27222026-05-23T04:17:54.751Z Compiling iri-string v0.7.10
27232026-05-23T04:17:54.751Z Compiling static_assertions v1.1.0
27242026-05-23T04:17:54.787Z Running `/home/build/.rustup/toolchains/1.94.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=4c7b2c76b9f4cc21 -C extra-filename=-d921f16cc8046928 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-d921f16cc8046928 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27252026-05-23T04:17:54.790Z Running `/home/build/.rustup/toolchains/1.94.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=48d9bf483de05a60 -C extra-filename=-fa1b9b86a59e162f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27262026-05-23T04:17:54.790Z Running `/home/build/.rustup/toolchains/1.94.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=d9d5aa3f39539f65 -C extra-filename=-e3c84e5aa934da16 --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-39e83d23797ddb4f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27272026-05-23T04:17:54.790Z Running `/home/build/.rustup/toolchains/1.94.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=f704885a92dae4ab -C extra-filename=-573fefe0732e62d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-573fefe0732e62d2 -L 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-05-23T04:17:54.790Z Running `/home/build/.rustup/toolchains/1.94.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=df2f3354942be840 -C extra-filename=-38592406369b8a48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
27292026-05-23T04:17:54.790Z Running `/home/build/.rustup/toolchains/1.94.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=eb3e10d51adf5269 -C extra-filename=-faac664678c803f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:17:54.790Z Running `/home/build/.rustup/toolchains/1.94.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=9f94c3e1cebfe141 -C extra-filename=-243d21d0b0b607bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27312026-05-23T04:17:55.075Z Running `/home/build/.rustup/toolchains/1.94.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=5d767e71dde81ffd -C extra-filename=-14842183da3c6f4a --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-9741ffcf9f049a12.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)'`
27322026-05-23T04:17:55.078Z Running `/home/build/.rustup/toolchains/1.94.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=51a1255a74c86087 -C extra-filename=-b3db75f06e318a4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27332026-05-23T04:17:55.078Z Running `/home/build/.rustup/toolchains/1.94.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=9a0a22a3b6352867 -C extra-filename=-f7fee5e86f2f2b09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27342026-05-23T04:17:55.079Z Running `/home/build/.rustup/toolchains/1.94.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=93b7a31f7066dcee -C extra-filename=-930b93cd044331fb --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-d2281c904bfe50c1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352026-05-23T04:17:55.079Z Running `/home/build/.rustup/toolchains/1.94.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=ed3e9efb834ffda6 -C extra-filename=-9dc60e5f27682a84 --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-9dc60e5f27682a84 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27362026-05-23T04:17:55.079Z Running `/home/build/.rustup/toolchains/1.94.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=70e8488271d6ed8c -C extra-filename=-ef4e9b54cb022e5f --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-aa8953624d325365.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372026-05-23T04:17:55.079Z Running `/home/build/.rustup/toolchains/1.94.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=6cf6ac3c9625eb26 -C extra-filename=-e37e385602b72a4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27382026-05-23T04:17:55.079Z Compiling time v0.3.47
27392026-05-23T04:17:55.108Z Compiling lazy_static v1.5.0
27402026-05-23T04:17:55.111Z Compiling paste v1.0.15
27412026-05-23T04:17:55.111Z Compiling zlib-rs v0.6.2
27422026-05-23T04:17:55.111Z Compiling cookie v0.18.1
27432026-05-23T04:17:55.111Z Compiling tinyvec_macros v0.1.1
27442026-05-23T04:17:55.111Z Running `/home/build/.rustup/toolchains/1.94.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=e010b04c751337ed -C extra-filename=-8b5e68fb1f722bd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27452026-05-23T04:17:55.111Z Running `/home/build/.rustup/toolchains/1.94.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=ddb9f9bc57c180b4 -C extra-filename=-5ce25e48eebfce10 --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-3318559a2770f550.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-a1dbfc08a4534512.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-563d05d7861c894f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27462026-05-23T04:17:55.111Z Running `/home/build/.rustup/toolchains/1.94.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=a0cae428f31ebbde -C extra-filename=-dfa67a421c28d51d --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-9d0bb49b988bc1dc.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-02375f6ebe64fa50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472026-05-23T04:17:55.194Z Running `/home/build/.rustup/toolchains/1.94.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=8322217f50a32ba8 -C extra-filename=-085db97135c3071b --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-085db97135c3071b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-5730252e0292bbbf.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-5901c73d34c3c394.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-7d72c1a8808103b6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27482026-05-23T04:17:55.496Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-ad5507ced58804c0/build-script-build`
27492026-05-23T04:17:55.499Z Compiling terminal_size v0.4.3
27502026-05-23T04:17:55.499Z Compiling tempfile v3.25.0
27512026-05-23T04:17:55.499Z Compiling miniz_oxide v0.8.9
27522026-05-23T04:17:55.499Z Compiling litrs v1.0.0
27532026-05-23T04:17:55.499Z Compiling num-integer v0.1.46
27542026-05-23T04:17:55.499Z Compiling usdt-impl v0.6.0
27552026-05-23T04:17:55.499Z Compiling psl-types v2.0.11
27562026-05-23T04:17:55.538Z Compiling data-encoding v2.10.0
27572026-05-23T04:17:55.542Z Compiling thread-id v5.1.0
27582026-05-23T04:17:55.542Z Running `/home/build/.rustup/toolchains/1.94.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=206922894cccfa2b -C extra-filename=-dd9102c781fc5d0d --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-498226a3d878704f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592026-05-23T04:17:55.542Z Running `/home/build/.rustup/toolchains/1.94.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=f06ebf0e54828fcf -C extra-filename=-f1529167c9667213 --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-7c5cc11432a2ac22.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-eaa660764df265b8.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-f6d7bb457d0068ce.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-922144cb400f44f2.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-23dd8e7968b65b07.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-763e69004c310e8b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27602026-05-23T04:17:55.542Z Running `/home/build/.rustup/toolchains/1.94.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=66ce746128c64e4e -C extra-filename=-9a7910bebc61de1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612026-05-23T04:17:55.542Z Running `/home/build/.rustup/toolchains/1.94.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=c8a38a7fab51dfd1 -C extra-filename=-48d53fa97e1e2bdd --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-48d53fa97e1e2bdd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27622026-05-23T04:17:55.582Z Running `/home/build/.rustup/toolchains/1.94.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=37d9226ae6f9f744 -C extra-filename=-d5fd0f5185ed5b7a --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-d5fd0f5185ed5b7a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27632026-05-23T04:17:55.587Z Running `/home/build/.rustup/toolchains/1.94.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=bdcc2085d3692a64 -C extra-filename=-e45898bb301690e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:17:55.857Z Running `/home/build/.rustup/toolchains/1.94.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=f826222acff493f1 -C extra-filename=-13c8b604a2d2a9ec --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-cf300be829fa3186.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27652026-05-23T04:17:55.857Z Running `/home/build/.rustup/toolchains/1.94.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=bbb7ba86851368de -C extra-filename=-032d8d4d9e498d64 --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-f286a8126edb86b2.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4043be771473f5c2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27662026-05-23T04:17:55.857Z Running `/home/build/.rustup/toolchains/1.94.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=acc39a73dec516c3 -C extra-filename=-187942c6dbec225b --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-b3db75f06e318a4d.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27672026-05-23T04:17:55.861Z Running `/home/build/.rustup/toolchains/1.94.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=9a02174e50cd78e3 -C extra-filename=-bf94deb561031c36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:17:55.861Z Running `/home/build/.rustup/toolchains/1.94.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=5a2ba16f126866c4 -C extra-filename=-7b8b4079daab0ed4 --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-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27692026-05-23T04:17:55.861Z Running `/home/build/.rustup/toolchains/1.94.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=edc64a0a2b2f2217 -C extra-filename=-dec54908fb143fe4 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-dec54908fb143fe4 -L 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-05-23T04:17:55.861Z Compiling synstructure v0.13.2
27712026-05-23T04:17:55.861Z Compiling serde_derive_internals v0.29.1
27722026-05-23T04:17:55.861Z Compiling darling_core v0.21.3
27732026-05-23T04:17:55.861Z Compiling openssl-sys v0.9.114
27742026-05-23T04:17:55.861Z Compiling tinyvec v1.10.0
27752026-05-23T04:17:55.861Z Compiling ahash v0.8.12
27762026-05-23T04:17:55.861Z Compiling object v0.37.3
27772026-05-23T04:17:55.861Z Running `/home/build/.rustup/toolchains/1.94.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=97757d02c256af22 -C extra-filename=-d7c954c5e8c62581 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27782026-05-23T04:17:55.861Z Running `/home/build/.rustup/toolchains/1.94.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=59bdcb714ff8c00c -C extra-filename=-afe6ed1398c542c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27792026-05-23T04:17:55.861Z Running `/home/build/.rustup/toolchains/1.94.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=f12db5712fb8caae -C extra-filename=-7304525c73e61ed8 --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27802026-05-23T04:17:56.047Z Running `/home/build/.rustup/toolchains/1.94.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=ee9b9fbe6aa4f195 -C extra-filename=-7ff1377beeba7887 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27812026-05-23T04:17:56.050Z Compiling clap_builder v4.6.0
27822026-05-23T04:17:56.050Z Compiling base16ct v0.2.0
27832026-05-23T04:17:56.050Z Compiling rustix v0.38.44
27842026-05-23T04:17:56.076Z Compiling ff v0.13.1
27852026-05-23T04:17:56.079Z Compiling memmap2 v0.9.10
27862026-05-23T04:17:56.079Z Running `/home/build/.rustup/toolchains/1.94.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=72a4af19f0efec7a -C extra-filename=-21fdd2353018de66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27872026-05-23T04:17:56.079Z Running `/home/build/.rustup/toolchains/1.94.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=858687c52f1b66d3 -C extra-filename=-9c4bcd2d62e3585d --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-6d38f3aad90247c6.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-64e259f385e87aa0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-417a3d6901854ea7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27882026-05-23T04:17:56.079Z Running `/home/build/.rustup/toolchains/1.94.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=948b74ba6931574b -C extra-filename=-2f087dd254ca002f --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-e45898bb301690e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27892026-05-23T04:17:56.079Z Running `/home/build/.rustup/toolchains/1.94.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=b966f587e79a416b -C extra-filename=-12ce87b25e55e4c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-12ce87b25e55e4c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902026-05-23T04:17:56.079Z Running `/home/build/.rustup/toolchains/1.94.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.114/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=94c2f409e35df6b2 -C extra-filename=-82c3b48189d92883 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-82c3b48189d92883 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-faac664678c803f7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27912026-05-23T04:17:56.079Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-d921f16cc8046928/build-script-build`
27922026-05-23T04:17:56.079Z Running `/home/build/.rustup/toolchains/1.94.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=3dca12f1c0530674 -C extra-filename=-12acf8694e8a2ff6 --out-dir /work/oxidecomputer/omicron/target/debug/build/object-12acf8694e8a2ff6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27932026-05-23T04:17:56.085Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-9dc60e5f27682a84/build-script-build`
27942026-05-23T04:17:56.085Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-d5fd0f5185ed5b7a/build-script-build`
27952026-05-23T04:17:56.085Z Running `/home/build/.rustup/toolchains/1.94.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="unstable-styles"' --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=ff7638089e5feaff -C extra-filename=-05ae4e093b7516a8 --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-15a8fcefd27d9a9d.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b2bde8d747fc73bb.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-308c91df5613d4de.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-417a3d6901854ea7.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-13c8b604a2d2a9ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27962026-05-23T04:17:56.085Z Running `/home/build/.rustup/toolchains/1.94.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=1cecacfffab7d536 -C extra-filename=-9a1fee2dec1666ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:17:56.085Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-48d53fa97e1e2bdd/build-script-build`
27982026-05-23T04:17:56.089Z Running `/home/build/.rustup/toolchains/1.94.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=7a994a3764062f69 -C extra-filename=-d482eff6bcce1d00 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-d482eff6bcce1d00 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27992026-05-23T04:17:56.089Z Compiling pest_meta v2.8.6
28002026-05-23T04:17:56.089Z Running `/home/build/.rustup/toolchains/1.94.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=6aaf57476c4b61b7 -C extra-filename=-5bdddceadc240b18 --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-5df1b6f5f7e59625.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28012026-05-23T04:17:56.089Z Running `/home/build/.rustup/toolchains/1.94.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=e21e9341094e1bfd -C extra-filename=-20761e9cc32e3f9e --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28022026-05-23T04:17:56.089Z Running `/home/build/.rustup/toolchains/1.94.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=c86fb8cf73679831 -C extra-filename=-82b6458813c5ac03 --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-dfa67a421c28d51d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28032026-05-23T04:17:56.089Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-dec54908fb143fe4/build-script-build`
28042026-05-23T04:17:56.270Z Compiling bit-vec v0.8.0
28052026-05-23T04:17:56.273Z Running `/home/build/.rustup/toolchains/1.94.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=1f37a7d72b1fd549 -C extra-filename=-1f592c78e46269e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062026-05-23T04:17:56.314Z Compiling num-iter v0.1.45
28072026-05-23T04:17:56.317Z Running `/home/build/.rustup/toolchains/1.94.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=d83a3318cad1eafb -C extra-filename=-5123d94d29602b7b --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-7b8b4079daab0ed4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28082026-05-23T04:17:56.354Z Compiling darling_core v0.20.11
28092026-05-23T04:17:56.442Z Compiling crossbeam-epoch v0.9.18
28102026-05-23T04:17:56.445Z Running `/home/build/.rustup/toolchains/1.94.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=1914f7539288f984 -C extra-filename=-d30699740005417b --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-6d38f3aad90247c6.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-64e259f385e87aa0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-417a3d6901854ea7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28112026-05-23T04:17:56.563Z Compiling document-features v0.2.12
28122026-05-23T04:17:56.567Z Compiling toml_parser v1.0.9+spec-1.1.0
28132026-05-23T04:17:56.567Z Running `/home/build/.rustup/toolchains/1.94.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=ff46a1952510bf51 -C extra-filename=-81b267cc7138b84d --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-37faa1f68eac4450.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28142026-05-23T04:17:56.754Z Compiling group v0.13.0
28152026-05-23T04:17:56.754Z Compiling bstr v1.12.1
28162026-05-23T04:17:56.908Z Running `/home/build/.rustup/toolchains/1.94.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=b3df82d134558ea0 -C extra-filename=-f1440f2cce620e94 --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-bf94deb561031c36.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28172026-05-23T04:17:56.983Z Running `/home/build/.rustup/toolchains/1.94.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=5563f806ea858a04 -C extra-filename=-eddac49d652135bc --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-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28182026-05-23T04:17:56.993Z Compiling hubpack_derive v0.1.1
28192026-05-23T04:17:57.073Z Compiling bit-set v0.8.0
28202026-05-23T04:17:57.076Z Compiling anstyle-parse v0.2.7
28212026-05-23T04:17:57.076Z Compiling wait-timeout v0.2.1
28222026-05-23T04:17:57.076Z Compiling siphasher v1.0.2
28232026-05-23T04:17:57.113Z Compiling num-bigint-dig v0.8.6
28242026-05-23T04:17:57.116Z Compiling heck v0.4.1
28252026-05-23T04:17:57.153Z Compiling itertools v0.13.0
28262026-05-23T04:17:57.157Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-12ce87b25e55e4c9/build-script-build`
28272026-05-23T04:17:57.157Z Running `/work/oxidecomputer/omicron/target/debug/build/object-12acf8694e8a2ff6/build-script-build`
28282026-05-23T04:17:57.157Z Running `/home/build/.rustup/toolchains/1.94.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=3959a3af0918eae7 -C extra-filename=-d7011e9bfeca9f9e --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-9d0bb49b988bc1dc.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28292026-05-23T04:17:57.157Z Running `/home/build/.rustup/toolchains/1.94.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=2c1f893334390867 -C extra-filename=-7cd91c71ab4e74b0 --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-5bdddceadc240b18.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28302026-05-23T04:17:57.384Z Running `/home/build/.rustup/toolchains/1.94.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=0759838613bebd3a -C extra-filename=-74759b175612c26b --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-aa8953624d325365.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)'`
28312026-05-23T04:17:57.387Z Running `/home/build/.rustup/toolchains/1.94.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=e665007dfde3b2b0 -C extra-filename=-3837612fb15a29c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28322026-05-23T04:17:57.418Z Running `/home/build/.rustup/toolchains/1.94.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=0ada951d5874b026 -C extra-filename=-227ba1285ee48ac7 --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"))'`
28332026-05-23T04:17:57.421Z Running `/home/build/.rustup/toolchains/1.94.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=5e2e0bb3ec18b41e -C extra-filename=-455ff897770a9865 --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-74c31174be3833a9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28342026-05-23T04:17:57.421Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-82c3b48189d92883/build-script-main`
28352026-05-23T04:17:57.421Z Running `/home/build/.rustup/toolchains/1.94.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=a05ad596727c0e3b -C extra-filename=-54f21ffbb79648bf --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-1f592c78e46269e4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28362026-05-23T04:17:57.421Z Running `/home/build/.rustup/toolchains/1.94.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=478763f38fd91cb9 -C extra-filename=-99d8b4ac7e33d344 --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-1e24df76c16f817b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28372026-05-23T04:17:57.421Z Running `/home/build/.rustup/toolchains/1.94.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=971754710fd2bdb3 -C extra-filename=-aee2972910b9b9b1 --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28382026-05-23T04:17:57.421Z Running `/home/build/.rustup/toolchains/1.94.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=137a2ce9cea978b3 -C extra-filename=-cd202310ad5c957e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:17:57.421Z Running `/home/build/.rustup/toolchains/1.94.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=91c7d4198de7e7b3 -C extra-filename=-698ac3da0275bb50 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-698ac3da0275bb50 -L 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-05-23T04:17:57.421Z Compiling pest_generator v2.8.6
28412026-05-23T04:17:57.454Z Compiling usdt-impl v0.5.0
28422026-05-23T04:17:57.457Z Compiling memoffset v0.9.1
28432026-05-23T04:17:57.457Z Running `/home/build/.rustup/toolchains/1.94.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=4c873fe557b70abf -C extra-filename=-445c8839df6eec4c --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-1b927ed9105fe228.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28442026-05-23T04:17:57.457Z Running `/home/build/.rustup/toolchains/1.94.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=16f7b7edd93f4143 -C extra-filename=-e4c83b89c41d405d --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-4d7aa96ddad28561.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28452026-05-23T04:17:57.669Z Running `/home/build/.rustup/toolchains/1.94.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=9dd85a772a4450a5 -C extra-filename=-8fc332225d214466 --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-dfa67a421c28d51d.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-82b6458813c5ac03.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28462026-05-23T04:17:57.669Z Running `/home/build/.rustup/toolchains/1.94.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=b24d9fa83ff3a7ad -C extra-filename=-0f656ff4875bc8de --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-9d0bb49b988bc1dc.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)'`
28472026-05-23T04:17:57.669Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-d482eff6bcce1d00/build-script-build`
28482026-05-23T04:17:57.672Z Running `/home/build/.rustup/toolchains/1.94.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=f51b4dd9d0a4f512 -C extra-filename=-dbc21d817e9b0f46 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-dbc21d817e9b0f46 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28492026-05-23T04:17:57.672Z Compiling serde_derive v1.0.228
28502026-05-23T04:17:57.672Z Compiling zeroize_derive v1.4.3
28512026-05-23T04:17:57.672Z Compiling zerofrom-derive v0.1.6
28522026-05-23T04:17:57.672Z Compiling yoke-derive v0.8.1
28532026-05-23T04:17:57.672Z Compiling zerovec-derive v0.11.2
28542026-05-23T04:17:57.672Z Compiling displaydoc v0.2.5
28552026-05-23T04:17:57.672Z Compiling zerocopy-derive v0.8.40
28562026-05-23T04:17:57.672Z Compiling thiserror-impl v2.0.18
28572026-05-23T04:17:57.673Z Compiling tokio-macros v2.7.0
28582026-05-23T04:17:57.673Z Compiling schemars_derive v0.8.22
28592026-05-23T04:17:57.709Z Running `/home/build/.rustup/toolchains/1.94.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=57e9ce59e1100b4f -C extra-filename=-1e60a28a9d64bbe5 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-1e60a28a9d64bbe5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-a5f282b36849bc49.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28602026-05-23T04:17:57.936Z Running `/home/build/.rustup/toolchains/1.94.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=a9bcd14c653350a1 -C extra-filename=-bbc60baec4eff5fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28612026-05-23T04:17:57.939Z Running `/home/build/.rustup/toolchains/1.94.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=da2c89c6a311419c -C extra-filename=-063ff9b18aa017a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28622026-05-23T04:17:57.939Z Compiling thiserror-impl v1.0.69
28632026-05-23T04:17:57.939Z Compiling futures-macro v0.3.32
28642026-05-23T04:17:57.939Z Compiling tracing-attributes v0.1.31
28652026-05-23T04:17:57.972Z Compiling clap_derive v4.6.1
28662026-05-23T04:17:57.975Z Compiling der_derive v0.7.3
28672026-05-23T04:17:57.975Z Compiling async-trait v0.1.89
28682026-05-23T04:17:57.975Z Compiling strum_macros v0.26.4
28692026-05-23T04:17:58.010Z Running `/home/build/.rustup/toolchains/1.94.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=5a3a8eb5069477c8 -C extra-filename=-201eae38bbccbb26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28702026-05-23T04:17:58.013Z Running `/home/build/.rustup/toolchains/1.94.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=bfcc46bac6d3bca2 -C extra-filename=-171eede15a4ce5b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-7ff1377beeba7887.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28712026-05-23T04:17:58.013Z Running `/home/build/.rustup/toolchains/1.94.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=e58a45df9d3f6d88 -C extra-filename=-25377510715f6b93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28722026-05-23T04:17:58.014Z Running `/home/build/.rustup/toolchains/1.94.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=252df445c5dbf01e -C extra-filename=-21424ca050171ea0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28732026-05-23T04:17:58.014Z Running `/home/build/.rustup/toolchains/1.94.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=47490f5da1d5476f -C extra-filename=-18728123dce63b6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-7ff1377beeba7887.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742026-05-23T04:17:58.014Z Running `/home/build/.rustup/toolchains/1.94.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=c6b0a92c50233906 -C extra-filename=-2266884197c32bd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28752026-05-23T04:17:58.014Z Running `/home/build/.rustup/toolchains/1.94.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=8fffb40c4f00b468 -C extra-filename=-27aa3a69b8d4ae91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-21fdd2353018de66.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28762026-05-23T04:17:58.014Z Running `/home/build/.rustup/toolchains/1.94.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=97373ab5d496cd38 -C extra-filename=-7ca3019384a86f4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28772026-05-23T04:17:58.203Z Running `/home/build/.rustup/toolchains/1.94.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=b590f5388cbd2ece -C extra-filename=-be9e0a36ec6e90cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782026-05-23T04:17:58.206Z Running `/home/build/.rustup/toolchains/1.94.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=0d57a5f3e36cbdc6 -C extra-filename=-00ee4859a028020b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28792026-05-23T04:17:58.241Z Running `/home/build/.rustup/toolchains/1.94.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=8d7b023d744c51d2 -C extra-filename=-f3cdd6899ab24710 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28802026-05-23T04:17:58.245Z Running `/home/build/.rustup/toolchains/1.94.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=4653be8e0445d753 -C extra-filename=-1f480c9f68dfe77b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28812026-05-23T04:17:58.245Z Running `/home/build/.rustup/toolchains/1.94.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=d315374ab8bae300 -C extra-filename=-3d40f90b1355ed80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822026-05-23T04:17:58.245Z Compiling scroll_derive v0.13.1
28832026-05-23T04:17:58.277Z Compiling scroll_derive v0.12.1
28842026-05-23T04:17:58.280Z Compiling zerocopy-derive v0.7.35
28852026-05-23T04:17:58.280Z Compiling anstream v0.6.21
28862026-05-23T04:17:58.280Z Running `/home/build/.rustup/toolchains/1.94.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=cc7850690f8e1079 -C extra-filename=-45bbb3e0d8c95d13 --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-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28872026-05-23T04:17:58.281Z Running `/home/build/.rustup/toolchains/1.94.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=76500fbc8a583be3 -C extra-filename=-b6e3292890e5c8fc --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-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28882026-05-23T04:17:58.335Z Running `/home/build/.rustup/toolchains/1.94.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=66fdbafd55da9aae -C extra-filename=-5ad6cdf02f4f5554 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28892026-05-23T04:17:58.338Z Running `/home/build/.rustup/toolchains/1.94.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=f14306bd5049cd8a -C extra-filename=-31b8b798a759197d --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-b2bde8d747fc73bb.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-99d8b4ac7e33d344.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-d18156ad55a44d9b.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-ec69541b7ea66eae.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-b542d191368554bf.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1e24df76c16f817b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902026-05-23T04:17:58.338Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-698ac3da0275bb50/build-script-build`
28912026-05-23T04:17:58.338Z Running `/home/build/.rustup/toolchains/1.94.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=05664b01b2de4c6c -C extra-filename=-f4b443265956c76e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922026-05-23T04:17:58.375Z Running `/home/build/.rustup/toolchains/1.94.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=eb3fd8bbeb75554d -C extra-filename=-8d4153d258bcef2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28932026-05-23T04:17:58.378Z Running `/home/build/.rustup/toolchains/1.94.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=3ef0bd3102a1011a -C extra-filename=-9a82faff30e4a240 --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-10536750ba824ae2.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a898c7cc874d883a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
28942026-05-23T04:17:58.528Z Compiling pest_derive v2.8.6
28952026-05-23T04:17:58.532Z Running `/home/build/.rustup/toolchains/1.94.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=d1b7466094abc9bf -C extra-filename=-b6f3594857fd5239 --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-dfa67a421c28d51d.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-8fc332225d214466.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962026-05-23T04:17:58.664Z Compiling flate2 v1.1.9
28972026-05-23T04:17:58.668Z Compiling darling_macro v0.21.3
28982026-05-23T04:17:58.668Z Running `/home/build/.rustup/toolchains/1.94.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=5d9ba92a0dedbe00 -C extra-filename=-1643abf9e1a342b4 --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-74759b175612c26b.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-187942c6dbec225b.rmeta --extern zlib_rs=/work/oxidecomputer/omicron/target/debug/deps/libzlib_rs-9a7910bebc61de1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28992026-05-23T04:17:58.668Z Running `/home/build/.rustup/toolchains/1.94.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=4822d953e24ea7d1 -C extra-filename=-d7979ca8ce2b4948 --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-9c4bcd2d62e3585d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002026-05-23T04:17:58.750Z Compiling foreign-types-shared v0.1.1
29012026-05-23T04:17:58.753Z Running `/home/build/.rustup/toolchains/1.94.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=d57700da2438f112 -C extra-filename=-8a99b6dee15b72a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29022026-05-23T04:17:58.806Z Compiling quick-error v1.2.3
29032026-05-23T04:17:58.809Z Running `/home/build/.rustup/toolchains/1.94.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=32e82eb8e67db0a5 -C extra-filename=-a270e9e4dd3e13ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042026-05-23T04:17:58.851Z Compiling winnow v0.5.40
29052026-05-23T04:17:58.854Z Running `/home/build/.rustup/toolchains/1.94.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=06b985c1103843b1 -C extra-filename=-5b14b0a300cb9907 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29062026-05-23T04:17:58.919Z Compiling openssl v0.10.78
29072026-05-23T04:17:58.922Z Running `/home/build/.rustup/toolchains/1.94.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.78/build.rs --error-format=json --json=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=f0292a9827005138 -C extra-filename=-8f5537f13292196a --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-8f5537f13292196a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29082026-05-23T04:17:58.961Z Compiling rusty-fork v0.3.1
29092026-05-23T04:17:58.964Z Running `/home/build/.rustup/toolchains/1.94.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=0fa4025bafda4e64 -C extra-filename=-ddae37cce3e698c4 --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-6d38f3aad90247c6.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-a270e9e4dd3e13ac.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-aee2972910b9b9b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29102026-05-23T04:17:59.005Z Compiling foreign-types v0.3.2
29112026-05-23T04:17:59.009Z Compiling zeroize v1.8.2
29122026-05-23T04:17:59.009Z Running `/home/build/.rustup/toolchains/1.94.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=7455142331c36bb1 -C extra-filename=-14f100f5295f5d28 --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-8a99b6dee15b72a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29132026-05-23T04:17:59.009Z Running `/home/build/.rustup/toolchains/1.94.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=64fc593fa2179ab2 -C extra-filename=-5cce899ff50c2399 --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-063ff9b18aa017a2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29142026-05-23T04:17:59.009Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-dbc21d817e9b0f46/build-script-build`
29152026-05-23T04:17:59.190Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-1e60a28a9d64bbe5/build-script-build`
29162026-05-23T04:17:59.233Z Running `/home/build/.rustup/toolchains/1.94.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.114/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=25030e5069e9f3b5 -C extra-filename=-76075c4761c46f7c --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-01e0def4c6020b1d.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)'`
29172026-05-23T04:17:59.276Z Compiling darling_macro v0.20.11
29182026-05-23T04:17:59.279Z Running `/home/build/.rustup/toolchains/1.94.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=b8744c30dfa1d3f5 -C extra-filename=-87413611ca46f9ca --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-d30699740005417b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29192026-05-23T04:17:59.319Z Compiling rustls-pki-types v1.14.0
29202026-05-23T04:17:59.322Z Running `/home/build/.rustup/toolchains/1.94.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=55bf0f8c34716c14 -C extra-filename=-e1b5a28ffe36276c --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-9e6f97d623d79a8e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
29212026-05-23T04:17:59.322Z Running `/home/build/.rustup/toolchains/1.94.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=23e6f85aab23adbd -C extra-filename=-0e97d1dfeec5d08b --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-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29222026-05-23T04:17:59.400Z Compiling openssl-macros v0.1.1
29232026-05-23T04:17:59.404Z Compiling curve25519-dalek v4.1.3
29242026-05-23T04:17:59.404Z Running `/home/build/.rustup/toolchains/1.94.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=7068edfbaf4f8fc0 -C extra-filename=-0e4386e09810ec51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29252026-05-23T04:17:59.404Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-8f5537f13292196a/build-script-build`
29262026-05-23T04:17:59.441Z Running `/home/build/.rustup/toolchains/1.94.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=9ff5363e20f31700 -C extra-filename=-166487491a768524 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-166487491a768524 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c6b05ceb18b87f18.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272026-05-23T04:17:59.530Z Compiling rand_xorshift v0.4.0
29282026-05-23T04:17:59.572Z Compiling scroll v0.12.0
29292026-05-23T04:17:59.572Z Running `/home/build/.rustup/toolchains/1.94.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=6153c5c4ea95e03c -C extra-filename=-1f3968fe0d43d709 --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-3159a94201069dd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29302026-05-23T04:17:59.612Z Compiling thread-id v4.2.2
29312026-05-23T04:17:59.615Z Running `/home/build/.rustup/toolchains/1.94.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=62984203425660ee -C extra-filename=-a2008c657435a5c7 --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-8d4153d258bcef2c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29322026-05-23T04:17:59.615Z Running `/home/build/.rustup/toolchains/1.94.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=7d9c17a566ba2185 -C extra-filename=-f60964155e44738e --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29332026-05-23T04:17:59.660Z Compiling futures-util v0.3.32
29342026-05-23T04:17:59.663Z Compiling unarray v0.1.4
29352026-05-23T04:17:59.663Z Running `/home/build/.rustup/toolchains/1.94.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=c80d212e01734750 -C extra-filename=-36174b688f91e133 --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-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a5f9eb635e32839e.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-00ee4859a028020b.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29362026-05-23T04:17:59.663Z Running `/home/build/.rustup/toolchains/1.94.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=8080e9308638e233 -C extra-filename=-0c85d7019b9b3bd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29372026-05-23T04:17:59.749Z Compiling scroll v0.13.0
29382026-05-23T04:17:59.788Z Compiling zerofrom v0.1.6
29392026-05-23T04:17:59.792Z Compiling der v0.7.10
29402026-05-23T04:17:59.792Z Compiling darling v0.21.3
29412026-05-23T04:17:59.792Z Compiling curve25519-dalek-derive v0.1.1
29422026-05-23T04:17:59.792Z Running `/home/build/.rustup/toolchains/1.94.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=d35c5b339f6e1fa5 -C extra-filename=-b8614ac9d21be660 --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-5ad6cdf02f4f5554.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29432026-05-23T04:17:59.792Z Running `/home/build/.rustup/toolchains/1.94.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=93d430356ed360d6 -C extra-filename=-9a7ca885792a1535 --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-18728123dce63b6f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29442026-05-23T04:17:59.792Z Running `/home/build/.rustup/toolchains/1.94.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=3cfda70ddf4db975 -C extra-filename=-6607a922dcc8bcfe --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-9c4bcd2d62e3585d.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-d7979ca8ce2b4948.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29452026-05-23T04:17:59.919Z Running `/home/build/.rustup/toolchains/1.94.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=16dfea26370175c4 -C extra-filename=-0b48cbbe548ec97c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
29462026-05-23T04:17:59.924Z Running `/home/build/.rustup/toolchains/1.94.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=113ed4476ef9055e -C extra-filename=-eece82021aaaff40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29472026-05-23T04:17:59.924Z Running `/home/build/.rustup/toolchains/1.94.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=8285954803a2987d -C extra-filename=-3f5c453b671eb81b --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-1187af0aead528db.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-1f480c9f68dfe77b.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-282222ca4c7256bd.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29482026-05-23T04:18:00.049Z Compiling rustls-native-certs v0.8.3
29492026-05-23T04:18:00.049Z Compiling webpki-roots v1.0.6
29502026-05-23T04:18:00.052Z Compiling native-tls v0.2.18
29512026-05-23T04:18:00.052Z Running `/home/build/.rustup/toolchains/1.94.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=58f775ef007a2d1a -C extra-filename=-058ac0b0db441f60 --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-25377510715f6b93.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)'`
29522026-05-23T04:18:00.211Z Compiling yoke v0.8.1
29532026-05-23T04:18:00.211Z Compiling crypto-common v0.1.7
29542026-05-23T04:18:00.211Z Compiling block-buffer v0.10.4
29552026-05-23T04:18:00.214Z Compiling tracing v0.1.44
29562026-05-23T04:18:00.214Z Compiling block-padding v0.3.3
29572026-05-23T04:18:00.214Z Compiling goblin v0.10.5
29582026-05-23T04:18:00.214Z Compiling crypto-bigint v0.5.5
29592026-05-23T04:18:00.214Z Compiling goblin v0.8.2
29602026-05-23T04:18:00.214Z Compiling zerocopy v0.7.35
29612026-05-23T04:18:00.214Z Compiling cfg_aliases v0.2.1
29622026-05-23T04:18:00.214Z Running `/home/build/.rustup/toolchains/1.94.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=202131aee5af0eef -C extra-filename=-4be48bb955f8ad55 --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-2266884197c32bd4.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)'`
29632026-05-23T04:18:00.214Z Running `/home/build/.rustup/toolchains/1.94.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=6886658c561d1066 -C extra-filename=-50531a82ebede228 --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-0e97d1dfeec5d08b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29642026-05-23T04:18:00.214Z Running `/home/build/.rustup/toolchains/1.94.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=f8f691e119207d07 -C extra-filename=-100bcff608d838b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-100bcff608d838b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652026-05-23T04:18:00.214Z Running `/home/build/.rustup/toolchains/1.94.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=708423df1847f646 -C extra-filename=-82a3566533314666 --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-243d21d0b0b607bc.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29662026-05-23T04:18:00.525Z Running `/home/build/.rustup/toolchains/1.94.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=ed36e27078fed59b -C extra-filename=-d9549f9efa8371a2 --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-4c61d3348f11ddaa.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-171eede15a4ce5b7.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9a7ca885792a1535.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29672026-05-23T04:18:00.528Z Running `/home/build/.rustup/toolchains/1.94.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=e7d2e6a41e2a1a52 -C extra-filename=-f22af609c5b5693b --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-e1b5a28ffe36276c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29682026-05-23T04:18:00.529Z Running `/home/build/.rustup/toolchains/1.94.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=39c700d81872866c -C extra-filename=-68ed9a55b1a4dec5 --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-153496f33718ff11.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-f3cdd6899ab24710.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-61f2464b9e941b65.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29692026-05-23T04:18:00.529Z Running `/home/build/.rustup/toolchains/1.94.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=ee6e35670253d2a8 -C extra-filename=-7c1963df26100967 --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-aa8953624d325365.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9b3a004f0bbfd40d.rmeta --cap-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-69178f5f405916b0/out -l static=ring_core_0_17_14_ -l static=ring_core_0_17_14__test`
29702026-05-23T04:18:00.529Z Running `/home/build/.rustup/toolchains/1.94.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=cbd1308f99ced4cb -C extra-filename=-189d8c333f388d65 --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-153496f33718ff11.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-23feec06cbb50781.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-b8614ac9d21be660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29712026-05-23T04:18:00.529Z Running `/home/build/.rustup/toolchains/1.94.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=16328bdecb37bf78 -C extra-filename=-56ac6fa73da6c719 --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-153496f33718ff11.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-23feec06cbb50781.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-a2008c657435a5c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29722026-05-23T04:18:00.529Z Running `/home/build/.rustup/toolchains/1.94.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=3255f5ffdf2c4d15 -C extra-filename=-0148fa9fdde04fcc --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-e1b5a28ffe36276c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29732026-05-23T04:18:00.529Z Running `/home/build/.rustup/toolchains/1.94.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=16f800e0a3d6992d -C extra-filename=-30956e5a90a488a9 --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-9ccc3691c9035196.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-f4b443265956c76e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29742026-05-23T04:18:00.529Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-166487491a768524/build-script-build`
29752026-05-23T04:18:00.561Z Compiling dtrace-parser v0.3.0
29762026-05-23T04:18:00.564Z Compiling darling v0.20.11
29772026-05-23T04:18:00.564Z Compiling serde_with_macros v3.17.0
29782026-05-23T04:18:00.564Z Compiling env_filter v1.0.0
29792026-05-23T04:18:00.564Z Compiling signal-hook v0.3.18
29802026-05-23T04:18:00.564Z Running `/home/build/.rustup/toolchains/1.94.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=897459ffe2ae3ae6 -C extra-filename=-2a871f514c487102 --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-e1b5a28ffe36276c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29812026-05-23T04:18:00.564Z Running `/home/build/.rustup/toolchains/1.94.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=c307ec09a418be48 -C extra-filename=-81f427d9a41870f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29822026-05-23T04:18:00.564Z Running `/home/build/.rustup/toolchains/1.94.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=21e1ee40f2364bf5 -C extra-filename=-9cf57154e68d1294 --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-be9e0a36ec6e90cb.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)'`
29832026-05-23T04:18:00.564Z Running `/home/build/.rustup/toolchains/1.94.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=6d6e4c5debbe44e2 -C extra-filename=-b1a2d0ece26f531c --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-e1b5a28ffe36276c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9e6f97d623d79a8e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29842026-05-23T04:18:00.870Z Running `/home/build/.rustup/toolchains/1.94.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=d204c2f6f8d7248e -C extra-filename=-3b8c8560abd613bb --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-dfa67a421c28d51d.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-b6f3594857fd5239.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29852026-05-23T04:18:00.873Z Compiling inout v0.1.4
29862026-05-23T04:18:00.873Z Compiling clap v4.6.1
29872026-05-23T04:18:00.904Z Compiling strum v0.26.3
29882026-05-23T04:18:00.908Z Compiling dtrace-parser v0.2.0
29892026-05-23T04:18:00.908Z Compiling nix v0.31.2
29902026-05-23T04:18:00.908Z Compiling keccak v0.1.6
29912026-05-23T04:18:00.908Z Running `/home/build/.rustup/toolchains/1.94.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=d7753f532d268197 -C extra-filename=-176391f33b652158 --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-d30699740005417b.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-87413611ca46f9ca.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29922026-05-23T04:18:00.908Z Running `/home/build/.rustup/toolchains/1.94.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=2d7132ce944f5736 -C extra-filename=-009a344edb02b1bf --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-6607a922dcc8bcfe.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29932026-05-23T04:18:00.993Z Running `/home/build/.rustup/toolchains/1.94.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=da31c21526165a29 -C extra-filename=-cf65c8f4ae801381 --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-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29942026-05-23T04:18:00.996Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.78/src/lib.rs --error-format=json --json=diagnostic-rendered-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=862e4bf8a5269a08 -C extra-filename=-9c457c413d0626e8 --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-10536750ba824ae2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-14f100f5295f5d28.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-0e4386e09810ec51.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-76075c4761c46f7c.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)'`
29952026-05-23T04:18:00.996Z Running `/home/build/.rustup/toolchains/1.94.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=8343a75cd54db685 -C extra-filename=-ef43ea7ecfd5f84d --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-ef43ea7ecfd5f84d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962026-05-23T04:18:01.221Z Running `/home/build/.rustup/toolchains/1.94.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=fb9d363fdb83be1e -C extra-filename=-5bc8a8fdb2d028e8 --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-2a871f514c487102.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29972026-05-23T04:18:01.224Z Running `/home/build/.rustup/toolchains/1.94.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="unstable-styles"' --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=bb8c27f6826860c6 -C extra-filename=-e04865c259ccf8e4 --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-05ae4e093b7516a8.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-b6e3292890e5c8fc.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29982026-05-23T04:18:01.224Z Running `/home/build/.rustup/toolchains/1.94.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=642e1208c6e57eb3 -C extra-filename=-12c33739b94d4993 --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-45bbb3e0d8c95d13.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29992026-05-23T04:18:01.224Z Compiling zerovec v0.11.5
30002026-05-23T04:18:01.224Z Compiling zerotrie v0.2.3
30012026-05-23T04:18:01.224Z Compiling digest v0.10.7
30022026-05-23T04:18:01.224Z Compiling spki v0.7.3
30032026-05-23T04:18:01.224Z Compiling same-file v1.0.6
30042026-05-23T04:18:01.224Z Compiling daft-derive v0.1.7
30052026-05-23T04:18:01.224Z Compiling zstd-sys v2.0.16+zstd.1.5.7
30062026-05-23T04:18:01.224Z Compiling bzip2-sys v0.1.13+1.0.8
30072026-05-23T04:18:01.302Z Running `/home/build/.rustup/toolchains/1.94.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=3af70f499d54b46c -C extra-filename=-d47c9fe0fefbda7e --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-dfa67a421c28d51d.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-b6f3594857fd5239.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30082026-05-23T04:18:01.306Z Running `/home/build/.rustup/toolchains/1.94.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=10acfa3dfe902ab6 -C extra-filename=-d4bc994194f5b0c3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-d4bc994194f5b0c3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-81f427d9a41870f2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30092026-05-23T04:18:01.306Z Running `/home/build/.rustup/toolchains/1.94.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=876c574d9d1652f0 -C extra-filename=-12b2944ee860319d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30102026-05-23T04:18:01.306Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-100bcff608d838b5/build-script-build`
30112026-05-23T04:18:01.539Z Running `/home/build/.rustup/toolchains/1.94.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=74dc1fda0bddf1ed -C extra-filename=-e4f454501d701ff8 --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-d9549f9efa8371a2.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9a7ca885792a1535.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-201eae38bbccbb26.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30122026-05-23T04:18:01.542Z Compiling derive_builder_core v0.20.2
30132026-05-23T04:18:01.542Z Compiling env_logger v0.11.9
30142026-05-23T04:18:01.542Z Compiling fs-err v3.3.0
30152026-05-23T04:18:01.542Z Compiling toml_write v0.1.2
30162026-05-23T04:18:01.542Z Compiling bitflags v1.3.2
30172026-05-23T04:18:01.542Z Compiling enum-as-inner v0.6.1
30182026-05-23T04:18:01.578Z Running `/home/build/.rustup/toolchains/1.94.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=d8147fe2187684c8 -C extra-filename=-fc2364b39722d434 --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-21424ca050171ea0.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-d9549f9efa8371a2.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9a7ca885792a1535.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30192026-05-23T04:18:01.612Z Running `/home/build/.rustup/toolchains/1.94.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=65f132cf16904394 -C extra-filename=-53a27ea6ba2abd9c --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-f22af609c5b5693b.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b1a2d0ece26f531c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30202026-05-23T04:18:01.612Z Running `/home/build/.rustup/toolchains/1.94.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=3b1ce2b41d1b4dbc -C extra-filename=-74bfc16b099d95fe --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-3f5c453b671eb81b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30212026-05-23T04:18:01.616Z Running `/home/build/.rustup/toolchains/1.94.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=6b3655a267061260 -C extra-filename=-1b0901582467a41f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30222026-05-23T04:18:01.616Z Running `/home/build/.rustup/toolchains/1.94.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=8941eb7a0b7ef52f -C extra-filename=-9199b275d3f7c125 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30232026-05-23T04:18:01.616Z Running `/home/build/.rustup/toolchains/1.94.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=1716a389d3d28654 -C extra-filename=-c4e5ed5f39733e9b --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-c4e5ed5f39733e9b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30242026-05-23T04:18:01.616Z Running `/home/build/.rustup/toolchains/1.94.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=a6a5cc78b2808aaa -C extra-filename=-3fb7452c3d4bca80 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fb7452c3d4bca80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30252026-05-23T04:18:01.820Z Running `/home/build/.rustup/toolchains/1.94.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=ed3c8e78f4bb7eee -C extra-filename=-e2d769cd5cabec2d --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-9741ffcf9f049a12.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.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)'`
30262026-05-23T04:18:01.824Z Running `/home/build/.rustup/toolchains/1.94.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=cb7901cfc8667004 -C extra-filename=-e667bad19195bb2c --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-176391f33b652158.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30272026-05-23T04:18:01.824Z Running `/home/build/.rustup/toolchains/1.94.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=d3d39d6153d0fa9b -C extra-filename=-98fd6867a764390a --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-31b8b798a759197d.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b2bde8d747fc73bb.rmeta --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-cf65c8f4ae801381.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30282026-05-23T04:18:01.824Z Running `/home/build/.rustup/toolchains/1.94.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=fd78ed403b050d4f -C extra-filename=-21608e1e95ea0b3a --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-21608e1e95ea0b3a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-a5f282b36849bc49.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30292026-05-23T04:18:01.824Z Running `/home/build/.rustup/toolchains/1.94.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=eebbfde9c1b5e973 -C extra-filename=-6b540301fa1f26bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30302026-05-23T04:18:01.824Z Running `/home/build/.rustup/toolchains/1.94.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=178d6462aa21b78a -C extra-filename=-d567866028523e0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30312026-05-23T04:18:01.824Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-085db97135c3071b/build-script-main`
30322026-05-23T04:18:01.858Z Compiling cipher v0.4.4
30332026-05-23T04:18:01.861Z Compiling unicode-normalization v0.1.25
30342026-05-23T04:18:01.861Z Compiling vergen-lib v9.1.0
30352026-05-23T04:18:01.896Z Running `/home/build/.rustup/toolchains/1.94.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=ec450fb3dd8a3a0a -C extra-filename=-5f1c8d19066dc220 --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-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30362026-05-23T04:18:02.060Z Running `/home/build/.rustup/toolchains/1.94.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=94f11231b420e990 -C extra-filename=-69486b200cd4237f --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-b1a2d0ece26f531c.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5bc8a8fdb2d028e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30372026-05-23T04:18:02.063Z Compiling tinystr v0.8.2
30382026-05-23T04:18:02.063Z Compiling potential_utf v0.1.4
30392026-05-23T04:18:02.063Z Compiling sha2 v0.10.9
30402026-05-23T04:18:02.063Z Compiling hmac v0.12.1
30412026-05-23T04:18:02.063Z Compiling futures-executor v0.3.32
30422026-05-23T04:18:02.063Z Running `/home/build/.rustup/toolchains/1.94.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=571d81b35a557e68 -C extra-filename=-f86e47055563d213 --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-2f087dd254ca002f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30432026-05-23T04:18:02.063Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-ef43ea7ecfd5f84d/build-script-build`
30442026-05-23T04:18:02.098Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-d4bc994194f5b0c3/build-script-build`
30452026-05-23T04:18:02.101Z Running `/home/build/.rustup/toolchains/1.94.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=fc6b446d40d17bfc -C extra-filename=-f3aded0b301255ff --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-f3aded0b301255ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30462026-05-23T04:18:02.262Z Running `/home/build/.rustup/toolchains/1.94.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=fffc125d631aca3b -C extra-filename=-02ecad3973280840 --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-21424ca050171ea0.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e4f454501d701ff8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472026-05-23T04:18:02.265Z Compiling signature v2.2.0
30482026-05-23T04:18:02.265Z Compiling sha1 v0.10.6
30492026-05-23T04:18:02.265Z Compiling x509-cert v0.2.5
30502026-05-23T04:18:02.265Z Compiling sha3 v0.10.8
30512026-05-23T04:18:02.265Z Compiling walkdir v2.5.0
30522026-05-23T04:18:02.302Z Compiling cargo-platform v0.3.2
30532026-05-23T04:18:02.305Z Running `/home/build/.rustup/toolchains/1.94.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=8f539684f4125f08 -C extra-filename=-465e55b99e54f33b --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-e4f454501d701ff8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30542026-05-23T04:18:02.305Z Running `/home/build/.rustup/toolchains/1.94.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=b49950c56dfa8985 -C extra-filename=-d0108bbd090b4caf --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-53a27ea6ba2abd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30552026-05-23T04:18:02.305Z Running `/home/build/.rustup/toolchains/1.94.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=d9d34680f5c6ae9b -C extra-filename=-e4ca17a82e289296 --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-d2281c904bfe50c1.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30562026-05-23T04:18:02.306Z Running `/home/build/.rustup/toolchains/1.94.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=b623e19a7321de04 -C extra-filename=-860d1d37d8c50660 --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-aa8953624d325365.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30572026-05-23T04:18:02.517Z Running `/home/build/.rustup/toolchains/1.94.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=a80267395e59a751 -C extra-filename=-ffbfecf1a59b140f --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-53a27ea6ba2abd9c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30582026-05-23T04:18:02.520Z Running `/home/build/.rustup/toolchains/1.94.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=dcafef3e9318ee27 -C extra-filename=-d88915ff1b92f70d --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-aa8953624d325365.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592026-05-23T04:18:02.520Z Running `/home/build/.rustup/toolchains/1.94.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=614fa24fe785cbeb -C extra-filename=-44bf1211325e0ecb --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-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30602026-05-23T04:18:02.521Z Running `/home/build/.rustup/toolchains/1.94.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=3ea3312b052afff9 -C extra-filename=-78d4bbafc7faaf08 --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-aa8953624d325365.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-eece82021aaaff40.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.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"'`
30612026-05-23T04:18:02.521Z Running `/home/build/.rustup/toolchains/1.94.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=28644595376b6c52 -C extra-filename=-bfc127cf7344eefe --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-53a27ea6ba2abd9c.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-12b2944ee860319d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30622026-05-23T04:18:02.521Z Running `/home/build/.rustup/toolchains/1.94.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=fa27714a92a7b885 -C extra-filename=-d90d9ddae0a31d49 --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-1b0901582467a41f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30632026-05-23T04:18:02.553Z Compiling bytes v1.11.1
30642026-05-23T04:18:02.556Z Compiling icu_collections v2.1.1
30652026-05-23T04:18:02.556Z Compiling chrono v0.4.44
30662026-05-23T04:18:02.556Z Compiling serde_tokenstream v0.2.3
30672026-05-23T04:18:02.556Z Running `/home/build/.rustup/toolchains/1.94.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=39833e8239a4dd92 -C extra-filename=-2fd7b1015061e60b --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-10536750ba824ae2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-0b48cbbe548ec97c.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"))'`
30682026-05-23T04:18:02.556Z Running `/home/build/.rustup/toolchains/1.94.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=49c2dcf89bd6e52d -C extra-filename=-6d7eeb442726ed90 --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-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30692026-05-23T04:18:02.556Z Running `/home/build/.rustup/toolchains/1.94.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=5b562eb1d6cf876a -C extra-filename=-d664f58d04c64926 --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-01e0def4c6020b1d.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-36c49b9ad30a636e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30702026-05-23T04:18:02.556Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fb7452c3d4bca80/build-script-build`
30712026-05-23T04:18:02.556Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-c4e5ed5f39733e9b/build-script-build`
30722026-05-23T04:18:02.846Z Compiling icu_locale_core v2.1.1
30732026-05-23T04:18:02.846Z Compiling ipnet v2.11.0
30742026-05-23T04:18:02.849Z Compiling hex v0.4.3
30752026-05-23T04:18:02.849Z Compiling erased-serde v0.3.31
30762026-05-23T04:18:02.849Z Compiling pbkdf2 v0.12.2
30772026-05-23T04:18:02.849Z Compiling aes v0.8.4
30782026-05-23T04:18:02.849Z Compiling salsa20 v0.10.2
30792026-05-23T04:18:02.849Z Compiling cbc v0.1.2
30802026-05-23T04:18:02.849Z Running `/home/build/.rustup/toolchains/1.94.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=0cae6ca04dae0ac3 -C extra-filename=-63b95c6de5767e6e --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-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30812026-05-23T04:18:02.849Z Running `/home/build/.rustup/toolchains/1.94.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=d544e37c7433cecb -C extra-filename=-7dd92d89bc564bbb --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-21424ca050171ea0.so --extern potential_utf=/work/oxidecomputer/omicron/target/debug/deps/libpotential_utf-465e55b99e54f33b.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-d9549f9efa8371a2.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9a7ca885792a1535.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e4f454501d701ff8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30822026-05-23T04:18:02.849Z Running `/home/build/.rustup/toolchains/1.94.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=19036a3918080dc9 -C extra-filename=-033f92b7d2688a9a --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-9e1cf3ccd5b53459.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30832026-05-23T04:18:02.849Z Running `/home/build/.rustup/toolchains/1.94.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=725526388fbd1867 -C extra-filename=-59a3b3fa211222c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30842026-05-23T04:18:03.051Z Running `/home/build/.rustup/toolchains/1.94.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=25badd5934f52795 -C extra-filename=-e2ef812a5a5cfb69 --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-21424ca050171ea0.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-aa272defcd706b4d.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-02ecad3973280840.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-51b02bc6ee80691a.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e4f454501d701ff8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30852026-05-23T04:18:03.054Z Running `/home/build/.rustup/toolchains/1.94.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=fed16f80720eb594 -C extra-filename=-a2842e0873418566 --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-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30862026-05-23T04:18:03.054Z Compiling ppv-lite86 v0.2.21
30872026-05-23T04:18:03.054Z Compiling serde_urlencoded v0.7.1
30882026-05-23T04:18:03.054Z Compiling openapiv3 v2.2.0
30892026-05-23T04:18:03.054Z Compiling futures v0.3.32
30902026-05-23T04:18:03.086Z Compiling toml_datetime v0.6.11
30912026-05-23T04:18:03.089Z Compiling serde_spanned v0.6.9
30922026-05-23T04:18:03.126Z Running `/home/build/.rustup/toolchains/1.94.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=babe0773520ba9a1 -C extra-filename=-5287902c097ec795 --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-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30932026-05-23T04:18:03.129Z Running `/home/build/.rustup/toolchains/1.94.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=72786bd473b576a7 -C extra-filename=-6d67ee51243c300b --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-53a27ea6ba2abd9c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30942026-05-23T04:18:03.129Z Running `/home/build/.rustup/toolchains/1.94.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=a83371053a9726bc -C extra-filename=-9e5a2e6526d87ae3 --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-aa8953624d325365.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30952026-05-23T04:18:03.129Z Running `/home/build/.rustup/toolchains/1.94.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=654c7c2147d394e0 -C extra-filename=-79fc82caed7718d1 --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-69486b200cd4237f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30962026-05-23T04:18:03.129Z Running `/home/build/.rustup/toolchains/1.94.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=7f5608c8b55569b3 -C extra-filename=-88ba594f3dfe4056 --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-69486b200cd4237f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30972026-05-23T04:18:03.129Z Running `/home/build/.rustup/toolchains/1.94.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=1d92b89ccff14fcb -C extra-filename=-72b0aac6e2e0cbc6 --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-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30982026-05-23T04:18:03.289Z Running `/home/build/.rustup/toolchains/1.94.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=03c8bebf0c8dc95b -C extra-filename=-aee1b3efea10daf0 --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-d3864d76002543d1.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f08bb8b248c5184c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992026-05-23T04:18:03.292Z Running `/home/build/.rustup/toolchains/1.94.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=09bbfbe7d0c15ee6 -C extra-filename=-3e12d9698381657b --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-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31002026-05-23T04:18:03.292Z Running `/home/build/.rustup/toolchains/1.94.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=4e0ef063bfc8ecb2 -C extra-filename=-09da23b035805750 --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-e4d505d3eeb92d26.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012026-05-23T04:18:03.292Z Running `/home/build/.rustup/toolchains/1.94.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=23edf0e3f150ee43 -C extra-filename=-6fe428b826511ab9 --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-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e4ca17a82e289296.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a5f9eb635e32839e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31022026-05-23T04:18:03.292Z Compiling hubpack v0.1.2
31032026-05-23T04:18:03.292Z Compiling hkdf v0.12.4
31042026-05-23T04:18:03.356Z Running `/home/build/.rustup/toolchains/1.94.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=7771227576df0661 -C extra-filename=-88900b31754b7db7 --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-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052026-05-23T04:18:03.356Z Running `/home/build/.rustup/toolchains/1.94.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=6c861a36d98b4db3 -C extra-filename=-4eb2ba5592b1e71f --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-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31062026-05-23T04:18:03.556Z Compiling tokio v1.52.1
31072026-05-23T04:18:03.556Z Compiling http v1.4.0
31082026-05-23T04:18:03.559Z Compiling scrypt v0.11.0
31092026-05-23T04:18:03.559Z Compiling dof v0.4.0
31102026-05-23T04:18:03.559Z Compiling dof v0.3.0
31112026-05-23T04:18:03.559Z Running `/home/build/.rustup/toolchains/1.94.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=89f1bf0123c21021 -C extra-filename=-1efa74adc08c6063 --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-aa8953624d325365.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3136d8787cee3542.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.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)'`
31122026-05-23T04:18:03.559Z Running `/home/build/.rustup/toolchains/1.94.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=874a7ba380ff877c -C extra-filename=-5964f9015a3cbd42 --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-3837612fb15a29c4.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31132026-05-23T04:18:03.559Z Running `/home/build/.rustup/toolchains/1.94.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=34e37ccb201097ea -C extra-filename=-c3485f4811c60e6d --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-d0108bbd090b4caf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31142026-05-23T04:18:03.754Z Compiling toml_edit v0.19.15
31152026-05-23T04:18:03.754Z Compiling rfc6979 v0.4.0
31162026-05-23T04:18:03.757Z Compiling derive_builder_macro v0.20.2
31172026-05-23T04:18:03.757Z Compiling toml_edit v0.22.27
31182026-05-23T04:18:03.757Z Running `/home/build/.rustup/toolchains/1.94.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=1edd09f6b1446685 -C extra-filename=-cb982bf2482e3c85 --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-63b95c6de5767e6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-36c49b9ad30a636e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0681911c5a3fd6.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-7ca3019384a86f4b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192026-05-23T04:18:03.757Z Running `/home/build/.rustup/toolchains/1.94.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=ce4231e44b711426 -C extra-filename=-e058889f11375ada --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-63b95c6de5767e6e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31202026-05-23T04:18:03.757Z Running `/home/build/.rustup/toolchains/1.94.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=922f2f2ede4b30dc -C extra-filename=-394be0b19800af70 --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-6d67ee51243c300b.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-79fc82caed7718d1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212026-05-23T04:18:03.758Z Running `/home/build/.rustup/toolchains/1.94.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=35e1ce615affc879 -C extra-filename=-430384416dcc468a --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-189d8c333f388d65.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31222026-05-23T04:18:03.758Z Running `/home/build/.rustup/toolchains/1.94.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=111fed07c30aae05 -C extra-filename=-c3b0ab18196b7f56 --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-56ac6fa73da6c719.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-30956e5a90a488a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31232026-05-23T04:18:04.043Z Running `/home/build/.rustup/toolchains/1.94.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=3c715befb4d64e02 -C extra-filename=-e0588355046ab563 --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-72b0aac6e2e0cbc6.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.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)'`
31242026-05-23T04:18:04.047Z Compiling rand_chacha v0.9.0
31252026-05-23T04:18:04.047Z Compiling rand_chacha v0.3.1
31262026-05-23T04:18:04.047Z Compiling managed v0.8.0
31272026-05-23T04:18:04.047Z Compiling cargo_metadata v0.23.1
31282026-05-23T04:18:04.047Z Compiling phf_shared v0.11.3
31292026-05-23T04:18:04.047Z Compiling vergen v9.1.0
31302026-05-23T04:18:04.085Z Running `/home/build/.rustup/toolchains/1.94.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=9cf940963ab59638 -C extra-filename=-6dc0e99b9a77d786 --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-d0108bbd090b4caf.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31312026-05-23T04:18:04.088Z Running `/home/build/.rustup/toolchains/1.94.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=7b5500e4a87c623a -C extra-filename=-799617a53a7426b4 --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-153496f33718ff11.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-243d21d0b0b607bc.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-76075c4761c46f7c.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)'`
31322026-05-23T04:18:04.088Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-21608e1e95ea0b3a/build-script-build`
31332026-05-23T04:18:04.088Z Running `/home/build/.rustup/toolchains/1.94.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=753dd27dafdb48e7 -C extra-filename=-2d31393115c3cc88 --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-e4d505d3eeb92d26.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-88900b31754b7db7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-6b540301fa1f26bc.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342026-05-23T04:18:04.088Z Running `/home/build/.rustup/toolchains/1.94.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=e9a562aed48e908b -C extra-filename=-ad6438d8ddfd6d4a --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-e667bad19195bb2c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31352026-05-23T04:18:04.123Z Running `/home/build/.rustup/toolchains/1.94.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=03c26b3cdb432565 -C extra-filename=-9d99588b1a787199 --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-e4d505d3eeb92d26.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-88900b31754b7db7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5b14b0a300cb9907.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362026-05-23T04:18:04.285Z Running `/home/build/.rustup/toolchains/1.94.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=ab0c36a722229200 -C extra-filename=-1b8abf09d7a0e388 --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-3e12d9698381657b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3159a94201069dd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31372026-05-23T04:18:04.288Z Running `/home/build/.rustup/toolchains/1.94.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=bf28c937526bfd9d -C extra-filename=-802db6b9faa97ef0 --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-3e12d9698381657b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31382026-05-23T04:18:04.289Z Running `/home/build/.rustup/toolchains/1.94.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=3eb46f78b1a1077b -C extra-filename=-7440248235290706 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-8d5ec0b3ef58e788/out/lib -l static=bz2`
31392026-05-23T04:18:04.289Z Running `/home/build/.rustup/toolchains/1.94.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=a1a55b6fcecb120f -C extra-filename=-3bd3c49fbd5e76b7 --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-cd202310ad5c957e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402026-05-23T04:18:04.289Z Running `/home/build/.rustup/toolchains/1.94.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=eee94bcac811e184 -C extra-filename=-fb54e068726995e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31412026-05-23T04:18:04.289Z Compiling pkcs5 v0.7.1
31422026-05-23T04:18:04.321Z Compiling foldhash v0.1.5
31432026-05-23T04:18:04.324Z Compiling new_debug_unreachable v1.0.6
31442026-05-23T04:18:04.324Z Running `/home/build/.rustup/toolchains/1.94.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=267ea4b29939cb5d -C extra-filename=-332df5877033d257 --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-14842183da3c6f4a.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-6d7eeb442726ed90.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31452026-05-23T04:18:04.324Z Running `/home/build/.rustup/toolchains/1.94.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=5114fc5ffd2dfb7e -C extra-filename=-f0167fa7f3fd9136 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-f0167fa7f3fd9136 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31462026-05-23T04:18:04.404Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-f3aded0b301255ff/build-script-build`
31472026-05-23T04:18:04.522Z Running `/home/build/.rustup/toolchains/1.94.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=93014f0047c349ae -C extra-filename=-a1368c53ec7b4534 --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-9e5a2e6526d87ae3.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-88ba594f3dfe4056.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-6d67ee51243c300b.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-394be0b19800af70.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31482026-05-23T04:18:04.525Z Compiling icu_provider v2.1.1
31492026-05-23T04:18:04.526Z Compiling rand v0.9.2
31502026-05-23T04:18:04.526Z Compiling ref-cast v1.0.25
31512026-05-23T04:18:04.526Z Compiling zstd-safe v7.2.4
31522026-05-23T04:18:04.526Z Compiling fixedbitset v0.4.2
31532026-05-23T04:18:04.526Z Compiling precomputed-hash v0.1.1
31542026-05-23T04:18:04.526Z Running `/home/build/.rustup/toolchains/1.94.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=08009fa15b66e36e -C extra-filename=-1f4c7a2c0e97718e --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-9ccc3691c9035196.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-c3b0ab18196b7f56.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d47c9fe0fefbda7e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-f60964155e44738e.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`
31552026-05-23T04:18:04.526Z Running `/home/build/.rustup/toolchains/1.94.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=3874fdef8a6ed975 -C extra-filename=-de8eb01e6339d07a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31562026-05-23T04:18:04.526Z Running `/home/build/.rustup/toolchains/1.94.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=f855e348beea0a69 -C extra-filename=-c136a3ec92f4eb3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31572026-05-23T04:18:04.762Z Running `/home/build/.rustup/toolchains/1.94.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=e845fc8fd855f5ed -C extra-filename=-25df0c74a82d2a28 --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-21424ca050171ea0.so --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-e2ef812a5a5cfb69.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-51b02bc6ee80691a.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-d9549f9efa8371a2.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9a7ca885792a1535.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-fc2364b39722d434.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e4f454501d701ff8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31582026-05-23T04:18:04.765Z Compiling http-body v1.0.1
31592026-05-23T04:18:04.766Z Compiling rand v0.8.6
31602026-05-23T04:18:04.766Z Compiling bzip2 v0.4.4
31612026-05-23T04:18:04.766Z Compiling signal-hook-mio v0.2.5
31622026-05-23T04:18:04.766Z Compiling ref-cast-impl v1.0.25
31632026-05-23T04:18:04.766Z Compiling pin-project-internal v1.1.11
31642026-05-23T04:18:04.766Z Running `/home/build/.rustup/toolchains/1.94.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=a5968a1eb38a49a9 -C extra-filename=-7cc7d279d5622af3 --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-1b8abf09d7a0e388.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3159a94201069dd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652026-05-23T04:18:04.766Z Running `/home/build/.rustup/toolchains/1.94.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=671f8bbcf00f4ed2 -C extra-filename=-4fca2b658b6213c5 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-4fca2b658b6213c5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31662026-05-23T04:18:04.766Z Running `/home/build/.rustup/toolchains/1.94.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=90ef351b3915c7ce -C extra-filename=-c40e69f07b38b683 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31672026-05-23T04:18:04.766Z Running `/home/build/.rustup/toolchains/1.94.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=f288b44164548847 -C extra-filename=-a9880241af53b29a --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-safe-a9880241af53b29a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31682026-05-23T04:18:04.766Z Running `/home/build/.rustup/toolchains/1.94.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=d74a434bf6aae5bf -C extra-filename=-8ad7a70031326172 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:18:04.998Z Running `/home/build/.rustup/toolchains/1.94.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=8c2887eff90170dd -C extra-filename=-c7444e112283e6e5 --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-63b95c6de5767e6e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31702026-05-23T04:18:05.001Z Compiling derive_builder v0.20.2
31712026-05-23T04:18:05.001Z Compiling hashbrown v0.15.5
31722026-05-23T04:18:05.001Z Compiling globset v0.4.18
31732026-05-23T04:18:05.001Z Compiling heapless v0.7.17
31742026-05-23T04:18:05.041Z Running `/home/build/.rustup/toolchains/1.94.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=d2c7b3a3d095033a -C extra-filename=-787abba1b2963ab2 --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-01e0def4c6020b1d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-802db6b9faa97ef0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752026-05-23T04:18:05.045Z Running `/home/build/.rustup/toolchains/1.94.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=6ef0445dea089422 -C extra-filename=-780af7aceb8674f9 --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-7440248235290706.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-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-8d5ec0b3ef58e788/out/lib`
31762026-05-23T04:18:05.045Z Running `/home/build/.rustup/toolchains/1.94.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=8f4ae62c53634c02 -C extra-filename=-f0c737bae52c9813 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31772026-05-23T04:18:05.045Z Running `/home/build/.rustup/toolchains/1.94.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=c836af78d0d530a5 -C extra-filename=-eae4eb7d195fc05f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782026-05-23T04:18:05.045Z Running `/home/build/.rustup/toolchains/1.94.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=5686ffb106d03fed -C extra-filename=-853b38597816e147 --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-01e0def4c6020b1d.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31792026-05-23T04:18:05.045Z Running `/home/build/.rustup/toolchains/1.94.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=ce429855983b62c2 -C extra-filename=-582b8bfcbfeb32b7 --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-9ccc3691c9035196.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-430384416dcc468a.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-3b8c8560abd613bb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-7304525c73e61ed8.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)'`
31802026-05-23T04:18:05.241Z Compiling icu_normalizer v2.1.1
31812026-05-23T04:18:05.241Z Compiling icu_properties v2.1.2
31822026-05-23T04:18:05.244Z Compiling http-body-util v0.1.3
31832026-05-23T04:18:05.244Z Compiling pkcs8 v0.10.2
31842026-05-23T04:18:05.244Z Compiling string_cache v0.8.9
31852026-05-23T04:18:05.244Z Compiling petgraph v0.6.5
31862026-05-23T04:18:05.244Z Compiling lalrpop-util v0.19.12
31872026-05-23T04:18:05.244Z Compiling libbz2-rs-sys v0.2.2
31882026-05-23T04:18:05.244Z Compiling bumpalo v3.20.2
31892026-05-23T04:18:05.244Z Running `/home/build/.rustup/toolchains/1.94.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=73cd7167ae2832df -C extra-filename=-7ed5b5014e10b2ab --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-2b3e0a333636a188.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902026-05-23T04:18:05.244Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-f0167fa7f3fd9136/build-script-build`
31912026-05-23T04:18:05.245Z Running `/home/build/.rustup/toolchains/1.94.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=5fd825a30e09307c -C extra-filename=-fd1d071cffe3b781 --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-ad6438d8ddfd6d4a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31922026-05-23T04:18:05.245Z Running `/home/build/.rustup/toolchains/1.94.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=2406a7ee97a08594 -C extra-filename=-e1ea7257b8c7f603 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-e1ea7257b8c7f603 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c6b05ceb18b87f18.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31932026-05-23T04:18:05.245Z Running `/home/build/.rustup/toolchains/1.94.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=00846ef46258f696 -C extra-filename=-74cdada1b096953c --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-3318559a2770f550.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-a1dbfc08a4534512.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-de8eb01e6339d07a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31942026-05-23T04:18:05.612Z Running `/home/build/.rustup/toolchains/1.94.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=edeadb4cf7dc627f -C extra-filename=-019aa89f4553a31c --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-7dd92d89bc564bbb.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-9396e77066661b89.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-25df0c74a82d2a28.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e4f454501d701ff8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31952026-05-23T04:18:05.612Z Running `/home/build/.rustup/toolchains/1.94.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=a3e004bf4e739d70 -C extra-filename=-ff8b240000f432b2 --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-63b95c6de5767e6e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31962026-05-23T04:18:05.616Z Compiling toml v0.7.8
31972026-05-23T04:18:05.616Z Compiling zip v0.6.6
31982026-05-23T04:18:05.616Z Compiling crossterm v0.28.1
31992026-05-23T04:18:05.616Z Compiling serde-big-array v0.5.1
32002026-05-23T04:18:05.616Z Compiling snafu-derive v0.8.9
32012026-05-23T04:18:05.616Z Running `/home/build/.rustup/toolchains/1.94.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=dacf5db92e7fd4fc -C extra-filename=-8e87eb6c026a0ee2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32022026-05-23T04:18:05.616Z Running `/home/build/.rustup/toolchains/1.94.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=1a35745271f906a5 -C extra-filename=-ba2f2a820e01dede --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-3f5c453b671eb81b.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-a1368c53ec7b4534.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32032026-05-23T04:18:05.650Z Running `/home/build/.rustup/toolchains/1.94.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=a45a3b84fc34a2f3 -C extra-filename=-b3f83e4d28a515e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:18:05.653Z Running `/home/build/.rustup/toolchains/1.94.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=e86ec6979b931219 -C extra-filename=-4dd8f72c85e6b2bf --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-c136a3ec92f4eb3e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-3bd3c49fbd5e76b7.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-c40e69f07b38b683.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32052026-05-23T04:18:05.654Z Running `/home/build/.rustup/toolchains/1.94.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=024cd182060cdd8f -C extra-filename=-b0ceb12795a3beca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32062026-05-23T04:18:05.654Z Running `/home/build/.rustup/toolchains/1.94.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=c9f5580dad7fe52b -C extra-filename=-ccf6faf54f4a34d3 --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-8ad7a70031326172.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32072026-05-23T04:18:05.654Z Running `/home/build/.rustup/toolchains/1.94.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=10c9878c8ee23407 -C extra-filename=-17c275c6cbbefe50 --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-7dd92d89bc564bbb.rmeta --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-e2ef812a5a5cfb69.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-b4bc34960579f53a.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-25df0c74a82d2a28.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-fc2364b39722d434.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e4f454501d701ff8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32082026-05-23T04:18:05.909Z Running `/home/build/.rustup/toolchains/1.94.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=d9ef76a20f3f1c22 -C extra-filename=-8cb3de09cc01b79f --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-e2d769cd5cabec2d.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-88900b31754b7db7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9d99588b1a787199.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32092026-05-23T04:18:05.912Z Compiling sec1 v0.7.3
32102026-05-23T04:18:05.912Z Compiling usdt-macro v0.6.0
32112026-05-23T04:18:05.912Z Compiling usdt-attr-macro v0.6.0
32122026-05-23T04:18:05.912Z Compiling pkcs1 v0.7.5
32132026-05-23T04:18:05.912Z Compiling proptest v1.10.0
32142026-05-23T04:18:05.912Z Compiling ed25519 v2.2.3
32152026-05-23T04:18:05.913Z Compiling zopfli v0.8.3
32162026-05-23T04:18:05.913Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-4fca2b658b6213c5/build-script-build`
32172026-05-23T04:18:05.913Z Running `/home/build/.rustup/toolchains/1.94.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=fd96ac914b5829ef -C extra-filename=-983444725a874fd5 --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-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182026-05-23T04:18:05.913Z Running `/home/build/.rustup/toolchains/1.94.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=f97478aea1b9efc7 -C extra-filename=-fc1a3e8b17b1e52a --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-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32192026-05-23T04:18:05.913Z Running `/home/build/.rustup/toolchains/1.94.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=b34839b6e6c41b7e -C extra-filename=-faad5fa6f4ba4a5e --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-10536750ba824ae2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-9a82faff30e4a240.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-853b38597816e147.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202026-05-23T04:18:05.913Z Running `/home/build/.rustup/toolchains/1.94.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=b846a0bf47459fce -C extra-filename=-33e28f4acfa34e04 --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-9ccc3691c9035196.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-780af7aceb8674f9.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-74759b175612c26b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --cap-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-8d5ec0b3ef58e788/out/lib`
32212026-05-23T04:18:05.913Z Running `/home/build/.rustup/toolchains/1.94.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=6a407b2e50198e7a -C extra-filename=-fe80409af43af2ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-fd1d071cffe3b781.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(nightly)'`
32222026-05-23T04:18:06.062Z Compiling similar v2.7.0
32232026-05-23T04:18:06.065Z Compiling pem v3.0.6
32242026-05-23T04:18:06.098Z Compiling hash32 v0.2.1
32252026-05-23T04:18:06.101Z Compiling jiff v0.2.21
32262026-05-23T04:18:06.101Z Compiling smoltcp v0.9.1
32272026-05-23T04:18:06.134Z Running `/home/build/.rustup/toolchains/1.94.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=12033125ae438d50 -C extra-filename=-1280a515f15e0a11 --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-9a1fee2dec1666ec.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32282026-05-23T04:18:06.138Z Running `/home/build/.rustup/toolchains/1.94.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=e366cb1415fdc2e6 -C extra-filename=-a712c90eecdb129e --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-3f5c453b671eb81b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32292026-05-23T04:18:06.138Z Running `/home/build/.rustup/toolchains/1.94.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=188387fbcc186221 -C extra-filename=-89ca56f9fb569726 --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-b0ceb12795a3beca.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-74759b175612c26b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32302026-05-23T04:18:06.138Z Running `/home/build/.rustup/toolchains/1.94.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=92faa54eac883e45 -C extra-filename=-2642229710f4ce41 --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-ba2f2a820e01dede.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-ffbfecf1a59b140f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32312026-05-23T04:18:06.138Z Running `/home/build/.rustup/toolchains/1.94.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=45c3be14fe64c980 -C extra-filename=-03205a1df1c11959 --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-54f21ffbb79648bf.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-1f592c78e46269e4.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1b8abf09d7a0e388.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-1f3968fe0d43d709.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-ddae37cce3e698c4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-0c85d7019b9b3bd1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32322026-05-23T04:18:06.138Z Running `/home/build/.rustup/toolchains/1.94.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=8eb6121b754ff308 -C extra-filename=-b0d5beb18e29a641 --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-dd9102c781fc5d0d.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-1079dfc81c68b9a8.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
32332026-05-23T04:18:06.138Z Running `/home/build/.rustup/toolchains/1.94.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=23b8af334115e02e -C extra-filename=-ffbb181ca9501092 --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-3b8c8560abd613bb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-582b8bfcbfeb32b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32342026-05-23T04:18:06.138Z Running `/home/build/.rustup/toolchains/1.94.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=bd9a3051f9833aab -C extra-filename=-e2f634445a7f7dca --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-3b8c8560abd613bb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-582b8bfcbfeb32b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32352026-05-23T04:18:06.210Z Running `/home/build/.rustup/toolchains/1.94.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=e36e125dedca7c95 -C extra-filename=-5f0b843b9d400c4d --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-eae4eb7d195fc05f.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)'`
32362026-05-23T04:18:06.213Z Running `/home/build/.rustup/toolchains/1.94.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=e95df7198630d2e8 -C extra-filename=-a66b21d7e85e0d3c --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-ce299ebbb1d61b46.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32372026-05-23T04:18:06.213Z Running `/home/build/.rustup/toolchains/1.94.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=31cb766a0c6e7493 -C extra-filename=-de6bc424e8842dd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-332df5877033d257.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-fd1d071cffe3b781.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c6b05ceb18b87f18.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-fe80409af43af2ce.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)'`
32382026-05-23T04:18:06.213Z Running `/home/build/.rustup/toolchains/1.94.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=4e70e86afd00dfe7 -C extra-filename=-e759b52ab3fc81c8 --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-d7011e9bfeca9f9e.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32392026-05-23T04:18:06.213Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-e1ea7257b8c7f603/build-script-build`
32402026-05-23T04:18:06.213Z Running `/home/build/.rustup/toolchains/1.94.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=aa827f703ac72da9 -C extra-filename=-6b6fe6e597f528f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32412026-05-23T04:18:06.213Z Compiling bzip2 v0.6.1
32422026-05-23T04:18:06.213Z Compiling unicode-bidi v0.3.18
32432026-05-23T04:18:06.249Z Running `/home/build/.rustup/toolchains/1.94.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=f9b501f45fbe856d -C extra-filename=-6bebb303f7391209 --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-9ccc3691c9035196.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32442026-05-23T04:18:06.252Z Running `/home/build/.rustup/toolchains/1.94.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=622a4987a0635f86 -C extra-filename=-85fb81ff7c175365 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-85fb81ff7c175365 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32452026-05-23T04:18:06.294Z Compiling elliptic-curve v0.13.8
32462026-05-23T04:18:06.297Z Running `/home/build/.rustup/toolchains/1.94.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=5b7444232e017800 -C extra-filename=-c4a9e5e5ff78eef0 --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-b3f83e4d28a515e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32472026-05-23T04:18:06.297Z Running `/home/build/.rustup/toolchains/1.94.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=dc527fc4d6875a04 -C extra-filename=-fa94290699649ee5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32482026-05-23T04:18:06.330Z Compiling idna_adapter v1.2.1
32492026-05-23T04:18:06.333Z Running `/home/build/.rustup/toolchains/1.94.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=1d1752ff7cefad85 -C extra-filename=-ae11fbee9e1da3a9 --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-9a1fee2dec1666ec.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-0148fa9fdde04fcc.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5bdddceadc240b18.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-7cd91c71ab4e74b0.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-1280a515f15e0a11.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32502026-05-23T04:18:06.333Z Running `/home/build/.rustup/toolchains/1.94.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=109a1e9a10c0acc1 -C extra-filename=-e77880dbd09b3216 --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-019aa89f4553a31c.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-17c275c6cbbefe50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32512026-05-23T04:18:06.371Z Compiling pin-project v1.1.11
32522026-05-23T04:18:06.375Z Running `/home/build/.rustup/toolchains/1.94.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=56e7c1d5ec2041ca -C extra-filename=-3beb6f327bb7e026 --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-f0c737bae52c9813.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32532026-05-23T04:18:06.415Z Compiling ed25519-dalek v2.2.0
32542026-05-23T04:18:06.454Z Compiling unicode-properties v0.1.4
32552026-05-23T04:18:06.458Z Running `/home/build/.rustup/toolchains/1.94.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=f7aab3c4610df17f -C extra-filename=-049a193beba92f2c --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-78d4bbafc7faaf08.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-2642229710f4ce41.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-ffbfecf1a59b140f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32562026-05-23T04:18:06.458Z Running `/home/build/.rustup/toolchains/1.94.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=0b8c52e29d9c50d4 -C extra-filename=-04b5ba7a620e4501 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32572026-05-23T04:18:06.539Z Compiling predicates-core v1.0.10
32582026-05-23T04:18:06.580Z Compiling olpc-cjson v0.1.4
32592026-05-23T04:18:06.583Z Running `/home/build/.rustup/toolchains/1.94.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=9927ad62021ea287 -C extra-filename=-4ac1a54594d09143 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32602026-05-23T04:18:06.583Z Running `/home/build/.rustup/toolchains/1.94.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=16cf7311301015c4 -C extra-filename=-e032aed7fc9ef562 --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-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-f86e47055563d213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32612026-05-23T04:18:06.619Z Compiling serde_plain v1.0.2
32622026-05-23T04:18:06.622Z Running `/home/build/.rustup/toolchains/1.94.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=b884c89c9d7dcfd6 -C extra-filename=-e0f97fa48dd87c46 --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-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32632026-05-23T04:18:06.736Z Compiling md-5 v0.10.6
32642026-05-23T04:18:06.895Z Compiling ecdsa v0.16.9
32652026-05-23T04:18:06.898Z Compiling stringprep v0.1.5
32662026-05-23T04:18:06.898Z Running `/home/build/.rustup/toolchains/1.94.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=f5dfda6a0cb198ba -C extra-filename=-5b76997044a5cc8d --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-aa8953624d325365.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32672026-05-23T04:18:07.022Z Compiling async-recursion v1.1.1
32682026-05-23T04:18:07.036Z Compiling strum_macros v0.27.2
32692026-05-23T04:18:07.036Z Compiling float-cmp v0.10.0
32702026-05-23T04:18:07.229Z Running `/home/build/.rustup/toolchains/1.94.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=f54c4cef124e9df5 -C extra-filename=-a4c763bf947ef036 --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-fa94290699649ee5.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-f86e47055563d213.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-04b5ba7a620e4501.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32712026-05-23T04:18:07.232Z Running `/home/build/.rustup/toolchains/1.94.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=7b66c6a7a9b124b2 -C extra-filename=-49e819e9bc7c00a1 --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-3f5c453b671eb81b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-6dc0e99b9a77d786.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-ffbfecf1a59b140f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32722026-05-23T04:18:07.232Z Running `/home/build/.rustup/toolchains/1.94.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=09529ae26af0e034 -C extra-filename=-af4017a5c694082d --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-6bebb303f7391209.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-4c61d3348f11ddaa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
32732026-05-23T04:18:07.235Z Compiling idna v1.1.0
32742026-05-23T04:18:07.235Z Compiling rsa v0.9.10
32752026-05-23T04:18:07.235Z Compiling difflib v0.4.0
32762026-05-23T04:18:07.235Z Compiling typed-path v0.9.3
32772026-05-23T04:18:07.235Z Running `/home/build/.rustup/toolchains/1.94.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=6d68eb1a45be4e21 -C extra-filename=-ff1c45b7cc8f4b6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32782026-05-23T04:18:07.235Z Running `/home/build/.rustup/toolchains/1.94.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=e391acd2db850887 -C extra-filename=-6dab47f003096649 --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-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32792026-05-23T04:18:07.235Z Running `/home/build/.rustup/toolchains/1.94.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=ba9e6cd00f8c8695 -C extra-filename=-5fe7d1db8071b93a --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-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32802026-05-23T04:18:07.424Z Compiling usdt v0.6.0
32812026-05-23T04:18:07.424Z Compiling normalize-line-endings v0.3.0
32822026-05-23T04:18:07.427Z Compiling fallible-iterator v0.2.0
32832026-05-23T04:18:07.427Z Compiling serde_repr v0.1.20
32842026-05-23T04:18:07.427Z Compiling phf_shared v0.13.1
32852026-05-23T04:18:07.427Z Compiling peg-runtime v0.8.5
32862026-05-23T04:18:07.427Z Compiling fixedbitset v0.5.7
32872026-05-23T04:18:07.427Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
32882026-05-23T04:18:07.427Z Compiling whoami v2.1.0
32892026-05-23T04:18:07.458Z Compiling is-terminal v0.4.17
32902026-05-23T04:18:07.461Z Compiling crossbeam-channel v0.5.15
32912026-05-23T04:18:07.461Z Compiling thread_local v1.1.9
32922026-05-23T04:18:07.461Z Compiling slog-async v2.8.0
32932026-05-23T04:18:07.496Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-85fb81ff7c175365/build-script-build`
32942026-05-23T04:18:07.499Z Running `/home/build/.rustup/toolchains/1.94.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=33ff1bda642ed982 -C extra-filename=-9d6fefae13e74922 --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-e77880dbd09b3216.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-530edc1d78d8d38d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32952026-05-23T04:18:07.499Z Running `/home/build/.rustup/toolchains/1.94.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=cbebaecd37320204 -C extra-filename=-bbdfa85da1bca7a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32962026-05-23T04:18:07.499Z Running `/home/build/.rustup/toolchains/1.94.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=3d29459595debaf5 -C extra-filename=-341ab75f5cac778c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32972026-05-23T04:18:07.499Z Running `/home/build/.rustup/toolchains/1.94.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=534810eef5ed0c0c -C extra-filename=-022452df65051dc0 --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-1187af0aead528db.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b0d5beb18e29a641.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-a712c90eecdb129e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-ffbfecf1a59b140f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32982026-05-23T04:18:07.606Z Running `/home/build/.rustup/toolchains/1.94.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=12d45ddef89bc7c4 -C extra-filename=-a72d82bb6c35c4b0 --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-430384416dcc468a.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-189d8c333f388d65.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-20761e9cc32e3f9e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-ffbb181ca9501092.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-582b8bfcbfeb32b7.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-e2f634445a7f7dca.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32992026-05-23T04:18:07.609Z Running `/home/build/.rustup/toolchains/1.94.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=786475a282e91256 -C extra-filename=-a05ddf4c68cd9738 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33002026-05-23T04:18:07.610Z Running `/home/build/.rustup/toolchains/1.94.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=b9896e5c8d1829e5 -C extra-filename=-6ebbabdeff73d104 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33012026-05-23T04:18:07.610Z Running `/home/build/.rustup/toolchains/1.94.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=e1b65a272e8e758b -C extra-filename=-5d3af881bba1979d --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-cd202310ad5c957e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33022026-05-23T04:18:07.610Z Running `/home/build/.rustup/toolchains/1.94.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=8409ba5c228fc90a -C extra-filename=-6ea17d19d7865e8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33032026-05-23T04:18:07.610Z Running `/home/build/.rustup/toolchains/1.94.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=7a2ea2301bf595e0 -C extra-filename=-4b064a989d39d51b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33042026-05-23T04:18:07.610Z Running `/home/build/.rustup/toolchains/1.94.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=408c67c487d9d408 -C extra-filename=-3482c46276f5baf9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33052026-05-23T04:18:07.610Z Running `/home/build/.rustup/toolchains/1.94.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=a0edcb22a181e191 -C extra-filename=-4e81badbf47919c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33062026-05-23T04:18:07.610Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_ereport_messages --edition=2024 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/745a508/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=7ae39f3ead37e940 -C extra-filename=-eaa0a13843f60114 --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-e2d769cd5cabec2d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33072026-05-23T04:18:07.610Z Running `/home/build/.rustup/toolchains/1.94.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=59ceee0657ef7d9b -C extra-filename=-20b7496aabe07267 --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33082026-05-23T04:18:07.610Z Compiling tokio-util v0.7.18
33092026-05-23T04:18:07.644Z Running `/home/build/.rustup/toolchains/1.94.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=fcda5dc73b107d6c -C extra-filename=-50400560ef360c96 --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-aa8953624d325365.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33102026-05-23T04:18:07.648Z Running `/home/build/.rustup/toolchains/1.94.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=3b6ceaaa71879093 -C extra-filename=-44f9d96f1d23d9ae --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-37faa1f68eac4450.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33112026-05-23T04:18:07.648Z Running `/home/build/.rustup/toolchains/1.94.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=ea344a9e128fe8b3 -C extra-filename=-5bc4956278004c44 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-5bc4956278004c44 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33122026-05-23T04:18:07.728Z Compiling url v2.5.8
33132026-05-23T04:18:07.731Z Compiling tower v0.5.3
33142026-05-23T04:18:07.809Z Running `/home/build/.rustup/toolchains/1.94.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=f0ece073c67172a1 -C extra-filename=-fac64d8ed24f5a33 --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-63b95c6de5767e6e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33152026-05-23T04:18:07.880Z Compiling publicsuffix v2.3.0
33162026-05-23T04:18:07.884Z Compiling tokio-native-tls v0.3.1
33172026-05-23T04:18:07.884Z Running `/home/build/.rustup/toolchains/1.94.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=12e5befc7e643848 -C extra-filename=-65099d3ce8e9d5ec --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-d3864d76002543d1.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33182026-05-23T04:18:07.884Z Running `/home/build/.rustup/toolchains/1.94.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=c301597f29a6e383 -C extra-filename=-b92f8da7dfb06323 --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-d2281c904bfe50c1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-930b93cd044331fb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-b8f2d017dfbfe3c9.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33192026-05-23T04:18:07.965Z Running `/home/build/.rustup/toolchains/1.94.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=ecd7160379ca88d6 -C extra-filename=-44799f6b463e4d35 --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-9d6fefae13e74922.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-d7c954c5e8c62581.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33202026-05-23T04:18:08.040Z Running `/home/build/.rustup/toolchains/1.94.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=df26ab601e9cfaca -C extra-filename=-05faf23a04acc511 --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-cb982bf2482e3c85.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)'`
33212026-05-23T04:18:08.044Z Running `/home/build/.rustup/toolchains/1.94.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=0a297a5f6e9aad29 -C extra-filename=-2ae5af5186a98128 --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-799617a53a7426b4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
33222026-05-23T04:18:08.044Z Compiling buf-list v1.1.2
33232026-05-23T04:18:08.044Z Running `/home/build/.rustup/toolchains/1.94.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=8c2730cc0265d995 -C extra-filename=-c29a32825f8d89e9 --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-d567866028523e0c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-af4017a5c694082d.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33242026-05-23T04:18:08.237Z Compiling snafu v0.8.9
33252026-05-23T04:18:08.237Z Compiling predicates v3.1.4
33262026-05-23T04:18:08.240Z Compiling phf v0.13.1
33272026-05-23T04:18:08.240Z Compiling take_mut v0.2.2
33282026-05-23T04:18:08.240Z Compiling term v1.2.1
33292026-05-23T04:18:08.240Z Running `/home/build/.rustup/toolchains/1.94.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=981a75622cb9dc1d -C extra-filename=-e4c46e532ffde43c --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-63b95c6de5767e6e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33302026-05-23T04:18:08.369Z Compiling postgres-protocol v0.6.10
33312026-05-23T04:18:08.372Z Compiling petgraph v0.8.3
33322026-05-23T04:18:08.372Z Compiling newtype-uuid-macros v0.1.0
33332026-05-23T04:18:08.372Z Compiling structmeta-derive v0.3.0
33342026-05-23T04:18:08.372Z Compiling match_cfg v0.1.0
33352026-05-23T04:18:08.372Z Compiling slog-json v2.6.1
33362026-05-23T04:18:08.401Z Running `/home/build/.rustup/toolchains/1.94.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=9d0afe6a86c8ea94 -C extra-filename=-3bd40da03ad7a498 --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-d2281c904bfe50c1.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-3beb6f327bb7e026.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-fc1a3e8b17b1e52a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33372026-05-23T04:18:08.405Z Running `/home/build/.rustup/toolchains/1.94.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=f89cdbb4965cdcc2 -C extra-filename=-dc308447c61f5c52 --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-5d3af881bba1979d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33382026-05-23T04:18:08.405Z Running `/home/build/.rustup/toolchains/1.94.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=67108aca4df15cb0 -C extra-filename=-4726b16ef8640a46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33392026-05-23T04:18:08.405Z Running `/home/build/.rustup/toolchains/1.94.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=f48a700d5ac3b25f -C extra-filename=-b72da4781351932d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33402026-05-23T04:18:08.405Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-5bc4956278004c44/build-script-build`
33412026-05-23T04:18:08.405Z Running `/home/build/.rustup/toolchains/1.94.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=bb2eabd344a32682 -C extra-filename=-2f47e298a04381f5 --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-b2bde8d747fc73bb.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-341ab75f5cac778c.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-5fe7d1db8071b93a.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-4b064a989d39d51b.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-4ac1a54594d09143.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33422026-05-23T04:18:08.482Z Compiling h2 v0.4.13
33432026-05-23T04:18:08.520Z Running `/home/build/.rustup/toolchains/1.94.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=3b787b4162c69139 -C extra-filename=-7444b9fdcde38245 --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-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33442026-05-23T04:18:08.524Z Running `/home/build/.rustup/toolchains/1.94.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=08d97dcc7d60cbab -C extra-filename=-6aa99c98b2d95fbc --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-ce299ebbb1d61b46.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-a05ddf4c68cd9738.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-5b76997044a5cc8d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-a4c763bf947ef036.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33452026-05-23T04:18:08.524Z Running `/home/build/.rustup/toolchains/1.94.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=ac760d855e9b7b63 -C extra-filename=-01d9d79c09366ce0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462026-05-23T04:18:08.599Z Running `/home/build/.rustup/toolchains/1.94.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=00574a8d14704317 -C extra-filename=-d2a7be552b6b6de4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33472026-05-23T04:18:08.603Z Running `/home/build/.rustup/toolchains/1.94.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=4c3c0979adf06898 -C extra-filename=-46804bb3cdee259b --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-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33482026-05-23T04:18:08.603Z Running `/home/build/.rustup/toolchains/1.94.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=873bbbe12322f753 -C extra-filename=-100d221d12db391c --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-3482c46276f5baf9.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33492026-05-23T04:18:08.753Z Compiling tower-http v0.6.8
33502026-05-23T04:18:08.758Z Compiling cookie_store v0.22.1
33512026-05-23T04:18:08.758Z Compiling tokio-stream v0.1.18
33522026-05-23T04:18:08.758Z Compiling hickory-proto v0.25.2
33532026-05-23T04:18:08.758Z Running `/home/build/.rustup/toolchains/1.94.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=964076cdac8393da -C extra-filename=-2cc59b81b753988c --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-63b95c6de5767e6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-27aa3a69b8d4ae91.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
33542026-05-23T04:18:08.874Z Running `/home/build/.rustup/toolchains/1.94.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=dd4ddd50535eddc8 -C extra-filename=-b80f917dbb73e1c3 --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-6c6bb4391ac8d17e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6d38f3aad90247c6.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33552026-05-23T04:18:08.947Z Compiling slog-term v2.9.2
33562026-05-23T04:18:08.950Z Compiling hostname v0.3.1
33572026-05-23T04:18:08.950Z Compiling debug-ignore v1.0.5
33582026-05-23T04:18:08.950Z Compiling rustls v0.22.4
33592026-05-23T04:18:08.950Z Compiling rustls-webpki v0.102.8
33602026-05-23T04:18:08.950Z Compiling serde_path_to_error v0.1.20
33612026-05-23T04:18:08.950Z Compiling toml_datetime v1.0.0+spec-1.1.0
33622026-05-23T04:18:08.950Z Running `/home/build/.rustup/toolchains/1.94.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=71c99cb1509542f8 -C extra-filename=-3a976e17718507ec --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-10536750ba824ae2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rmeta --extern iri_string=/work/oxidecomputer/omicron/target/debug/deps/libiri_string-e37e385602b72a4a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-b92f8da7dfb06323.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-b8f2d017dfbfe3c9.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33632026-05-23T04:18:08.950Z Running `/home/build/.rustup/toolchains/1.94.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=a44190066ed71deb -C extra-filename=-2a0f1ef8932083b2 --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-d2281c904bfe50c1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33642026-05-23T04:18:08.950Z Running `/home/build/.rustup/toolchains/1.94.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=423cbd59722c62ff -C extra-filename=-15eba77f93d37711 --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-3d40f90b1355ed80.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-5f1c8d19066dc220.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a5f9eb635e32839e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f087dd254ca002f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33652026-05-23T04:18:08.950Z Running `/home/build/.rustup/toolchains/1.94.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=234fb487d12c0c2b -C extra-filename=-130cf1e3a1a54232 --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-455ff897770a9865.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-f1440f2cce620e94.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-44799f6b463e4d35.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33662026-05-23T04:18:08.986Z Running `/home/build/.rustup/toolchains/1.94.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=40073bf7b35a5772 -C extra-filename=-ee85427c09a5e0c2 --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-033f92b7d2688a9a.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-20b7496aabe07267.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4726b16ef8640a46.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-50400560ef360c96.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672026-05-23T04:18:08.989Z Running `/home/build/.rustup/toolchains/1.94.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=4997339f3cf7ba0d -C extra-filename=-245a7a9e65482f7c --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-44f9d96f1d23d9ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-b72da4781351932d.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-50400560ef360c96.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
33682026-05-23T04:18:08.989Z Compiling serde_spanned v1.0.4
33692026-05-23T04:18:08.989Z Compiling multer v3.1.0
33702026-05-23T04:18:08.989Z Compiling compression-core v0.4.31
33712026-05-23T04:18:09.023Z Running `/home/build/.rustup/toolchains/1.94.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=25ea12a412c8b01d -C extra-filename=-882168a63784c527 --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-01e0def4c6020b1d.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-01d9d79c09366ce0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33722026-05-23T04:18:09.028Z Running `/home/build/.rustup/toolchains/1.94.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=b6443418df423c33 -C extra-filename=-01d8b05da6de4b39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33732026-05-23T04:18:09.028Z Running `/home/build/.rustup/toolchains/1.94.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=59dabd6cce859fb4 -C extra-filename=-759d3b0cdfed70c6 --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-092fdc84cc87cee5.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33742026-05-23T04:18:09.028Z Running `/home/build/.rustup/toolchains/1.94.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=cbcc1bbeeea3cb24 -C extra-filename=-77c0ae2c85705abf --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-7c1963df26100967.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9b3a004f0bbfd40d.rmeta --cap-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-69178f5f405916b0/out`
33752026-05-23T04:18:09.028Z Running `/home/build/.rustup/toolchains/1.94.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=69bdd90d85ca1ccb -C extra-filename=-98eb74245e847c40 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-98eb74245e847c40 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33762026-05-23T04:18:09.028Z Running `/home/build/.rustup/toolchains/1.94.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=17738c014e617fc4 -C extra-filename=-c258f21bb245e591 --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-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33772026-05-23T04:18:09.028Z Running `/home/build/.rustup/toolchains/1.94.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=f93535b6ab0606d0 -C extra-filename=-0d8b11bfadeb291e --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-0d8b11bfadeb291e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33782026-05-23T04:18:09.028Z Running `/home/build/.rustup/toolchains/1.94.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=326481f32ab9d4a4 -C extra-filename=-6ef54c3981e27ac6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33792026-05-23T04:18:09.028Z Running `/home/build/.rustup/toolchains/1.94.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=f263131cce846a79 -C extra-filename=-fd845e4993d13fcb --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-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33802026-05-23T04:18:09.131Z Compiling postgres-types v0.2.12
33812026-05-23T04:18:09.135Z Running `/home/build/.rustup/toolchains/1.94.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=29d4f712eef6834a -C extra-filename=-a5327e4ac3908c74 --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-63b95c6de5767e6e.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-a05ddf4c68cd9738.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-6aa99c98b2d95fbc.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33822026-05-23T04:18:09.283Z Compiling toml_writer v1.0.6+spec-1.1.0
33832026-05-23T04:18:09.286Z Running `/home/build/.rustup/toolchains/1.94.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=ecb2fb9009378234 -C extra-filename=-fadb4f6091feaea2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33842026-05-23T04:18:09.364Z Compiling compression-codecs v0.4.37
33852026-05-23T04:18:09.409Z Compiling async-stream-impl v0.3.6
33862026-05-23T04:18:09.489Z Running `/home/build/.rustup/toolchains/1.94.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=e17431150ba5294f -C extra-filename=-e796598d2f3ca360 --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-6ef54c3981e27ac6.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872026-05-23T04:18:09.523Z Compiling ipnetwork v0.21.1
33882026-05-23T04:18:09.526Z Compiling serde_with v3.17.0
33892026-05-23T04:18:09.526Z Running `/home/build/.rustup/toolchains/1.94.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=5e878aad7f4a357b -C extra-filename=-d68bd691d00bc341 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33902026-05-23T04:18:09.618Z Compiling newtype-uuid v1.3.2
33912026-05-23T04:18:09.621Z Compiling strum v0.27.2
33922026-05-23T04:18:09.622Z Compiling slog-bunyan v2.5.0
33932026-05-23T04:18:09.694Z Running `/home/build/.rustup/toolchains/1.94.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=34a646b1493a55f7 -C extra-filename=-78d62d6b51f2c19b --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-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33942026-05-23T04:18:09.697Z Running `/home/build/.rustup/toolchains/1.94.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=4585d1b866303427 -C extra-filename=-f66d8ce6eb11dd9a --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-5287902c097ec795.rmeta --extern schemars_0_8=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-009a344edb02b1bf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33952026-05-23T04:18:09.744Z Compiling tokio-postgres v0.7.16
33962026-05-23T04:18:09.746Z Compiling dropshot v0.17.0
33972026-05-23T04:18:09.746Z Compiling dropshot_endpoint v0.17.0
33982026-05-23T04:18:09.747Z Compiling rustls-pemfile v2.2.0
33992026-05-23T04:18:09.747Z Compiling waitgroup v0.1.2
34002026-05-23T04:18:09.747Z Running `/home/build/.rustup/toolchains/1.94.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=653633a252451ea3 -C extra-filename=-32d2e3aba47f6c00 --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-03205a1df1c11959.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34012026-05-23T04:18:09.747Z Running `/home/build/.rustup/toolchains/1.94.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=e02267abf1ad980a -C extra-filename=-fca7c1891a1a6de7 --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-6dab47f003096649.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34022026-05-23T04:18:09.747Z Running `/home/build/.rustup/toolchains/1.94.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=c59bacf2ac6ce4ce -C extra-filename=-90204900ec0045f3 --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-882168a63784c527.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-46804bb3cdee259b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34032026-05-23T04:18:09.786Z Running `/home/build/.rustup/toolchains/1.94.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=e40bb12570882fcb -C extra-filename=-2e7ecba64d490800 --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-3d40f90b1355ed80.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-a05ddf4c68cd9738.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-dc308447c61f5c52.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-6aa99c98b2d95fbc.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-a5327e4ac3908c74.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0681911c5a3fd6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-4e81badbf47919c0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34042026-05-23T04:18:09.789Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-98eb74245e847c40/build-script-build`
34052026-05-23T04:18:09.789Z Compiling toml v1.0.6+spec-1.1.0
34062026-05-23T04:18:09.789Z Compiling async-compression v0.4.41
34072026-05-23T04:18:09.789Z Compiling hostname v0.4.2
34082026-05-23T04:18:09.789Z Running `/home/build/.rustup/toolchains/1.94.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=ffd69918e23d585c -C extra-filename=-67a8e859d43679ee --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-67a8e859d43679ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34092026-05-23T04:18:09.824Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-0d8b11bfadeb291e/build-script-build`
34102026-05-23T04:18:09.827Z Running `/home/build/.rustup/toolchains/1.94.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=34a5e2495582be4d -C extra-filename=-7e3d284a925f84e6 --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-6c6bb4391ac8d17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34112026-05-23T04:18:09.827Z Running `/home/build/.rustup/toolchains/1.94.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=fe4c9f8fd24be23e -C extra-filename=-cc2470ba04a918de --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-0e97d1dfeec5d08b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34122026-05-23T04:18:09.827Z Running `/home/build/.rustup/toolchains/1.94.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=ef7b1bd301fbefac -C extra-filename=-6609edc00df8c860 --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-5370b6ab3a93e0f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34132026-05-23T04:18:09.870Z Running `/home/build/.rustup/toolchains/1.94.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=e31a867dff0af453 -C extra-filename=-d3e8c3b8b62d2d9f --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-e796598d2f3ca360.rmeta --extern compression_core=/work/oxidecomputer/omicron/target/debug/deps/libcompression_core-6ef54c3981e27ac6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34142026-05-23T04:18:09.873Z Running `/home/build/.rustup/toolchains/1.94.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=ed0efadbb22fad65 -C extra-filename=-a0351535f0249bb1 --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-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34152026-05-23T04:18:09.873Z Running `/home/build/.rustup/toolchains/1.94.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=35277fb121e38a22 -C extra-filename=-26ca01fa6a73f661 --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-9741ffcf9f049a12.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fd845e4993d13fcb.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c258f21bb245e591.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rmeta --extern toml_writer=/work/oxidecomputer/omicron/target/debug/deps/libtoml_writer-fadb4f6091feaea2.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34162026-05-23T04:18:09.873Z Compiling oxnet v0.1.5
34172026-05-23T04:18:09.978Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
34182026-05-23T04:18:09.982Z Compiling structmeta v0.3.0
34192026-05-23T04:18:09.982Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxnet-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="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=04f67d300a3f3695 -C extra-filename=-51942bd86105ab8d --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-78d62d6b51f2c19b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34202026-05-23T04:18:10.223Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34212026-05-23T04:18:10.226Z Compiling itertools v0.14.0
34222026-05-23T04:18:10.226Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
34232026-05-23T04:18:10.259Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2024 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/745a508/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=8a60fb9d196f25e1 -C extra-filename=-9edb556ab3af3f78 --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-10536750ba824ae2.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-983444725a874fd5.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-6ebbabdeff73d104.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-c29a32825f8d89e9.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-6dab47f003096649.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34242026-05-23T04:18:10.262Z Running `/home/build/.rustup/toolchains/1.94.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=ef3a765338831503 -C extra-filename=-f4e6186e402b3c40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-d2a7be552b6b6de4.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34252026-05-23T04:18:10.503Z Compiling daft v0.1.7
34262026-05-23T04:18:10.506Z Compiling async-stream v0.3.6
34272026-05-23T04:18:10.541Z Compiling regress v0.10.5
34282026-05-23T04:18:10.544Z Compiling macaddr v1.0.1
34292026-05-23T04:18:10.581Z Compiling instant v0.1.13
34302026-05-23T04:18:10.584Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
34312026-05-23T04:18:10.584Z Running `/home/build/.rustup/toolchains/1.94.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=b99245b6017a797c -C extra-filename=-2ab9966e8a5fe83b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-2eff88127f6082d9/out -l static=zstd`
34322026-05-23T04:18:10.584Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-a9880241af53b29a/build-script-build`
34332026-05-23T04:18:10.624Z Running `/home/build/.rustup/toolchains/1.94.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=8e47a10972df2c5b -C extra-filename=-018bd364f5bc2e7e --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-ce299ebbb1d61b46.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34342026-05-23T04:18:10.628Z Running `/home/build/.rustup/toolchains/1.94.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=bb5a47f05af42a4a -C extra-filename=-a121c9cfd8c3a9f0 --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-4d7aa96ddad28561.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34352026-05-23T04:18:10.628Z Running `/home/build/.rustup/toolchains/1.94.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=2aa7ebf33ec1d202 -C extra-filename=-5bea0404ff073642 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34362026-05-23T04:18:10.628Z Running `/home/build/.rustup/toolchains/1.94.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=08c116bf72903e2e -C extra-filename=-918262e4f053926e --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-63b95c6de5767e6e.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-ef4e9b54cb022e5f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-38592406369b8a48.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a07cde80cd4a0a17.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34372026-05-23T04:18:10.820Z Running `/home/build/.rustup/toolchains/1.94.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=2112b0e0ed4cc1d3 -C extra-filename=-6001f0b76e0e63c7 --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-9199b275d3f7c125.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34382026-05-23T04:18:10.820Z Running `/home/build/.rustup/toolchains/1.94.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=f15006b5f61ef273 -C extra-filename=-946ea005768073de --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-d68bd691d00bc341.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34392026-05-23T04:18:10.824Z Running `/home/build/.rustup/toolchains/1.94.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=858e774c2f0dee37 -C extra-filename=-41914f5dc4fde0ca --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-153496f33718ff11.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-77c0ae2c85705abf.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-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-69178f5f405916b0/out`
34402026-05-23T04:18:10.824Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-67a8e859d43679ee/build-script-build`
34412026-05-23T04:18:10.824Z Running `/home/build/.rustup/toolchains/1.94.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=b3e1bb91e2480931 -C extra-filename=-ba8ab60006030851 --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-5ce25e48eebfce10.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34422026-05-23T04:18:10.824Z Running `/home/build/.rustup/toolchains/1.94.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=dcb76e22294a1986 -C extra-filename=-cc5cf79ceb6dd7e0 --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-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34432026-05-23T04:18:10.824Z Running `/home/build/.rustup/toolchains/1.94.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=0f6a551cbdce865c -C extra-filename=-86d1f25375d74a93 --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-aa8953624d325365.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34442026-05-23T04:18:10.824Z Compiling derive-ex v0.1.8
34452026-05-23T04:18:10.824Z Compiling parse-display-derive v0.10.0
34462026-05-23T04:18:10.824Z Compiling backon v1.6.0
34472026-05-23T04:18:10.824Z Compiling humantime v2.3.0
34482026-05-23T04:18:10.824Z Compiling unicode-width v0.2.0
34492026-05-23T04:18:10.824Z Compiling convert_case v0.4.0
34502026-05-23T04:18:10.824Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name protocol --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/0d199ce/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=644dce72b904bb6b -C extra-filename=-274fe36f6206b987 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34512026-05-23T04:18:10.861Z Compiling backoff v0.4.0
34522026-05-23T04:18:10.864Z Compiling half v2.7.1
34532026-05-23T04:18:10.864Z Compiling ciborium-io v0.2.2
34542026-05-23T04:18:10.864Z Compiling secrecy v0.10.3
34552026-05-23T04:18:10.895Z Compiling crucible-workspace-hack v0.1.0
34562026-05-23T04:18:10.932Z Compiling universal-hash v0.5.1
34572026-05-23T04:18:10.935Z Running `/home/build/.rustup/toolchains/1.94.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=3f26c8053bd8af6f -C extra-filename=-79a125d4a6c684e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-f4e6186e402b3c40.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34582026-05-23T04:18:10.935Z Running `/home/build/.rustup/toolchains/1.94.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=ee63668a9b249bcb -C extra-filename=-797e98516721fe94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-f4e6186e402b3c40.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34592026-05-23T04:18:10.935Z Running `/home/build/.rustup/toolchains/1.94.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=1536842c447d1606 -C extra-filename=-ee97001c3cfca795 --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-f286a8126edb86b2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34602026-05-23T04:18:10.935Z Running `/home/build/.rustup/toolchains/1.94.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=d406ca423e74d453 -C extra-filename=-8050cade88cb721a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34612026-05-23T04:18:10.935Z Running `/home/build/.rustup/toolchains/1.94.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=ebe2178a8a9719ae -C extra-filename=-f0151779063ab4a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34622026-05-23T04:18:10.935Z Running `/home/build/.rustup/toolchains/1.94.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=cf111cabeb34da68 -C extra-filename=-e8260ba4e9f18d20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34632026-05-23T04:18:10.973Z Running `/home/build/.rustup/toolchains/1.94.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=2e2e6247985e079f -C extra-filename=-927cfc9a62573ba0 --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-2ab9966e8a5fe83b.rmeta --cap-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-2eff88127f6082d9/out`
34642026-05-23T04:18:10.976Z Running `/home/build/.rustup/toolchains/1.94.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=1aff123a5d76d197 -C extra-filename=-b400a7600119e3e2 --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-aa8953624d325365.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34652026-05-23T04:18:10.977Z Running `/home/build/.rustup/toolchains/1.94.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=6159f434c26fd9b1 -C extra-filename=-9e96caab0b7280d5 --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-d2281c904bfe50c1.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-86d1f25375d74a93.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34662026-05-23T04:18:10.977Z Running `/home/build/.rustup/toolchains/1.94.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=8e285989295f0d70 -C extra-filename=-c7f9bdf8f54edfdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34672026-05-23T04:18:10.977Z Running `/home/build/.rustup/toolchains/1.94.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=d89660691118de3c -C extra-filename=-71e0eba80cf85928 --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-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34682026-05-23T04:18:10.977Z Compiling indent_write v2.2.0
34692026-05-23T04:18:11.008Z Running `/home/build/.rustup/toolchains/1.94.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=cbfa76feee9cc26f -C extra-filename=-d58b50b2f59be3a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-d58b50b2f59be3a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34702026-05-23T04:18:11.012Z Running `/home/build/.rustup/toolchains/1.94.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=1175e4acc2ef5c04 -C extra-filename=-62b35ad4ac622f8d --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-b1a2d0ece26f531c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34712026-05-23T04:18:11.085Z Compiling opaque-debug v0.3.1
34722026-05-23T04:18:11.088Z Compiling aead v0.5.2
34732026-05-23T04:18:11.127Z Running `/home/build/.rustup/toolchains/1.94.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=c8b72f4dd2d5ddfc -C extra-filename=-1e56b698c6a22bdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34742026-05-23T04:18:11.159Z Compiling iddqd v0.4.1
34752026-05-23T04:18:11.162Z Running `/home/build/.rustup/toolchains/1.94.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=8945c303dfda1bac -C extra-filename=-194905f61176ced2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34762026-05-23T04:18:11.162Z Running `/home/build/.rustup/toolchains/1.94.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=8684e98c0c63cccd -C extra-filename=-93d2eec279556c05 --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-b1a2d0ece26f531c.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34772026-05-23T04:18:11.198Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name iddqd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iddqd-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 --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=6f4591faa3c1e1d7 -C extra-filename=-2c16346e629c4252 --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-3318559a2770f550.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-a1dbfc08a4534512.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-563d05d7861c894f.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34782026-05-23T04:18:11.278Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34792026-05-23T04:18:11.316Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34802026-05-23T04:18:11.319Z Running `/home/build/.rustup/toolchains/1.94.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=c116b421cd59f207 -C extra-filename=-db0ac225a013608f --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-6001f0b76e0e63c7.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rmeta --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-7444b9fdcde38245.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34812026-05-23T04:18:11.389Z Compiling regress v0.11.1
34822026-05-23T04:18:11.393Z Compiling poly1305 v0.8.0
34832026-05-23T04:18:11.433Z Running `/home/build/.rustup/toolchains/1.94.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=50f17db8c9cf6a69 -C extra-filename=-ec4425f83716125c --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-e0588355046ab563.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-5bea0404ff073642.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34842026-05-23T04:18:11.516Z Compiling chacha20 v0.9.1
34852026-05-23T04:18:11.519Z Compiling unsafe-libyaml v0.2.11
34862026-05-23T04:18:11.519Z Compiling camino-tempfile v1.4.1
34872026-05-23T04:18:11.519Z Running `/home/build/.rustup/toolchains/1.94.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=d88c8ad064fec4fc -C extra-filename=-a9c44303078a17d9 --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-5ce25e48eebfce10.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882026-05-23T04:18:11.519Z Running `/home/build/.rustup/toolchains/1.94.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=9ced90746a68042c -C extra-filename=-50be9b3de423c6b1 --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-5023923d33062f0e.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-194905f61176ced2.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-62b35ad4ac622f8d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34892026-05-23T04:18:11.712Z Compiling hyper v1.8.1
34902026-05-23T04:18:11.715Z Compiling derive_more v0.99.20
34912026-05-23T04:18:11.715Z Compiling thiserror-impl-no-std v2.0.2
34922026-05-23T04:18:11.791Z Running `/home/build/.rustup/toolchains/1.94.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=9893cc68026e5f45 -C extra-filename=-1ba3b2f5180705c2 --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-aa8953624d325365.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34932026-05-23T04:18:11.791Z Running `/home/build/.rustup/toolchains/1.94.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=71b3b7282bd4d916 -C extra-filename=-2cfb252a9919bb49 --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-14842183da3c6f4a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34942026-05-23T04:18:11.795Z Running `/home/build/.rustup/toolchains/1.94.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=e9b435d7a29b3b63 -C extra-filename=-583cfd0c0cc1cf48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:18:11.869Z Compiling ciborium-ll v0.2.2
34962026-05-23T04:18:11.872Z Compiling byte-wrapper v0.1.0
34972026-05-23T04:18:11.872Z Compiling blake2 v0.10.6
34982026-05-23T04:18:11.872Z Compiling password-hash v0.5.0
34992026-05-23T04:18:11.872Z Compiling swrite v0.1.0
35002026-05-23T04:18:11.872Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
35012026-05-23T04:18:11.872Z Running `/home/build/.rustup/toolchains/1.94.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=56c0ec34eae79281 -C extra-filename=-921ba46b07706615 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022026-05-23T04:18:11.872Z Running `/home/build/.rustup/toolchains/1.94.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=caff85c350915dec -C extra-filename=-e275e6e74e916034 --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-6c6bb4391ac8d17e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-b80f917dbb73e1c3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-38592406369b8a48.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-8f587c6ddd5813db.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-02d7ef8c098a2a2a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-e3c84e5aa934da16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35032026-05-23T04:18:11.872Z Running `/home/build/.rustup/toolchains/1.94.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=6935532d1f806249 -C extra-filename=-90dffd5533c16daa --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-f0151779063ab4a1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35042026-05-23T04:18:11.944Z Running `/home/build/.rustup/toolchains/1.94.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=94172277263ee693 -C extra-filename=-ba3917cbf461b1d2 --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-c7f9bdf8f54edfdf.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-b400a7600119e3e2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35052026-05-23T04:18:11.950Z Compiling crossbeam-deque v0.8.6
35062026-05-23T04:18:11.950Z Compiling glob v0.3.3
35072026-05-23T04:18:11.950Z Compiling rayon-core v1.13.0
35082026-05-23T04:18:11.951Z Compiling proc-macro-error-attr v1.0.4
35092026-05-23T04:18:11.982Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-d58b50b2f59be3a8/build-script-build`
35102026-05-23T04:18:11.985Z Running `/home/build/.rustup/toolchains/1.94.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=be80444d90ea276c -C extra-filename=-aee9816782fc5b48 --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-8703aae8b2f9644d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35112026-05-23T04:18:11.985Z Running `/home/build/.rustup/toolchains/1.94.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=820c835928ba736e -C extra-filename=-b3758e5b4f760a6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35122026-05-23T04:18:11.985Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/75518ad/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=83acd1fbab07efd6 -C extra-filename=-b4ee98076e497d6b --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-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35132026-05-23T04:18:11.985Z Running `/home/build/.rustup/toolchains/1.94.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=3a1701c914303558 -C extra-filename=-4839a2add9e6eac3 --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-53a27ea6ba2abd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142026-05-23T04:18:11.985Z Running `/home/build/.rustup/toolchains/1.94.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=c35876e72c9f9d72 -C extra-filename=-8664d818eaf5ace4 --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-ce299ebbb1d61b46.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern schemars08=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35152026-05-23T04:18:11.985Z Running `/home/build/.rustup/toolchains/1.94.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=9d969a67116f5e82 -C extra-filename=-51872676107046e4 --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-81b267cc7138b84d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35162026-05-23T04:18:11.985Z Running `/home/build/.rustup/toolchains/1.94.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=512e3bd9fb23c26f -C extra-filename=-6a15400c2e7ba83a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-6a15400c2e7ba83a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35172026-05-23T04:18:11.985Z Running `/home/build/.rustup/toolchains/1.94.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=c77dabd4c3f0a4ea -C extra-filename=-f761551f0647f5fe --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-f761551f0647f5fe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35182026-05-23T04:18:11.985Z Running `/home/build/.rustup/toolchains/1.94.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=b7df52d425d9a782 -C extra-filename=-d7e788ba801484ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35192026-05-23T04:18:12.022Z Compiling zstd v0.13.3
35202026-05-23T04:18:12.062Z Compiling chacha20poly1305 v0.10.1
35212026-05-23T04:18:12.065Z Running `/home/build/.rustup/toolchains/1.94.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=1bb65a1ec9eaec0a -C extra-filename=-41bc2db6be4522c2 --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-927cfc9a62573ba0.rmeta --cap-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-2eff88127f6082d9/out`
35222026-05-23T04:18:12.065Z Running `/home/build/.rustup/toolchains/1.94.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=3b23301140927036 -C extra-filename=-331a0dd8e7f1a906 --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-93d2eec279556c05.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-1ba3b2f5180705c2.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-50be9b3de423c6b1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35232026-05-23T04:18:12.095Z Compiling toml v0.8.23
35242026-05-23T04:18:12.098Z Running `/home/build/.rustup/toolchains/1.94.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=59e4afa8affcbbc0 -C extra-filename=-4b5104741c9c932d --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-e2d769cd5cabec2d.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-88900b31754b7db7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35252026-05-23T04:18:12.174Z Compiling ciborium v0.2.2
35262026-05-23T04:18:12.177Z Running `/home/build/.rustup/toolchains/1.94.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=5a802a29df2668a1 -C extra-filename=-1034a81c89142beb --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-c7f9bdf8f54edfdf.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-ba3917cbf461b1d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35272026-05-23T04:18:12.324Z Compiling serde_yaml v0.9.34+deprecated
35282026-05-23T04:18:12.328Z Running `/home/build/.rustup/toolchains/1.94.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=b301947d366d2a4a -C extra-filename=-1d56f86b93447a7f --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-e4d505d3eeb92d26.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f08bb8b248c5184c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-583cfd0c0cc1cf48.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35292026-05-23T04:18:12.449Z Compiling tokio-rustls v0.25.0
35302026-05-23T04:18:12.452Z Running `/home/build/.rustup/toolchains/1.94.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=5cf5c7b5ca827a47 -C extra-filename=-4e2269c7cc44ed65 --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-41914f5dc4fde0ca.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-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-69178f5f405916b0/out`
35312026-05-23T04:18:12.531Z Compiling zip v4.6.1
35322026-05-23T04:18:12.608Z Running `/home/build/.rustup/toolchains/1.94.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=48ec5ceedfb2507b -C extra-filename=-254fbd074447178b --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-c4a9e5e5ff78eef0.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-74759b175612c26b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-89ca56f9fb569726.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-41bc2db6be4522c2.rmeta --cap-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-2eff88127f6082d9/out`
35332026-05-23T04:18:12.649Z Compiling proc-macro-error v1.0.4
35342026-05-23T04:18:12.652Z Compiling toml_datetime v0.7.5+spec-1.1.0
35352026-05-23T04:18:12.652Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-f761551f0647f5fe/build-script-build`
35362026-05-23T04:18:12.783Z Compiling atomicwrites v0.4.4
35372026-05-23T04:18:12.786Z Compiling unicode-width v0.1.14
35382026-05-23T04:18:12.786Z Compiling heapless v0.8.0
35392026-05-23T04:18:12.786Z Compiling ingot-macros v0.1.1
35402026-05-23T04:18:12.786Z Compiling tabwriter v1.4.1
35412026-05-23T04:18:12.866Z Running `/home/build/.rustup/toolchains/1.94.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=037b2fbf85dce33c -C extra-filename=-bb924e1674c1886b --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-bb924e1674c1886b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35422026-05-23T04:18:12.869Z Running `/home/build/.rustup/toolchains/1.94.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=fe868757e8bd8cd5 -C extra-filename=-76a91732ba91183e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35432026-05-23T04:18:13.030Z Running `/home/build/.rustup/toolchains/1.94.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=f16d6a76268fbaa6 -C extra-filename=-38e8a5c56c9e7b6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35442026-05-23T04:18:13.033Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-6a15400c2e7ba83a/build-script-build`
35452026-05-23T04:18:13.033Z Compiling argon2 v0.5.3
35462026-05-23T04:18:13.033Z Compiling hash32 v0.3.1
35472026-05-23T04:18:13.069Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35482026-05-23T04:18:13.073Z Compiling smoltcp v0.11.0
35492026-05-23T04:18:13.073Z Running `/home/build/.rustup/toolchains/1.94.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=d4c457494f850486 -C extra-filename=-3d27c33688bca414 --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-9a82faff30e4a240.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35502026-05-23T04:18:13.073Z Running `/home/build/.rustup/toolchains/1.94.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=f258b8f7dc3d7605 -C extra-filename=-498165c747409775 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35512026-05-23T04:18:13.111Z Running `/home/build/.rustup/toolchains/1.94.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=477dac854b128680 -C extra-filename=-793719933d52d486 --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-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35522026-05-23T04:18:13.114Z Running `/home/build/.rustup/toolchains/1.94.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=cb922c3c4c3e10de -C extra-filename=-613c8bcf7a4b6028 --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-6607a922dcc8bcfe.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35532026-05-23T04:18:13.114Z Running `/home/build/.rustup/toolchains/1.94.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=4beb64aeed98141a -C extra-filename=-aef1d53b8f6eeb07 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-aef1d53b8f6eeb07 -L 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-05-23T04:18:13.234Z Running `/home/build/.rustup/toolchains/1.94.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=50b93a6d2a9bd25a -C extra-filename=-44047f1696432bcb --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-51872676107046e4.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35552026-05-23T04:18:13.237Z Compiling hyper-util v0.1.20
35562026-05-23T04:18:13.237Z Compiling test-strategy v0.4.5
35572026-05-23T04:18:13.274Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
35582026-05-23T04:18:13.277Z Running `/home/build/.rustup/toolchains/1.94.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=40b2657c4cee1d53 -C extra-filename=-2056a469241411d0 --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-8703aae8b2f9644d.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-4839a2add9e6eac3.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-aee9816782fc5b48.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35592026-05-23T04:18:13.277Z Running `/home/build/.rustup/toolchains/1.94.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=3de78c6e5ee760c7 -C extra-filename=-274b20cc3c2d3f43 --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-9ccc3691c9035196.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35602026-05-23T04:18:13.380Z Running `/home/build/.rustup/toolchains/1.94.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=d3a62d4689a86856 -C extra-filename=-58cfd89847c4b176 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-58cfd89847c4b176 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35612026-05-23T04:18:13.383Z Running `/home/build/.rustup/toolchains/1.94.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=568678c0dbd0265c -C extra-filename=-67dec77b3f0ee1b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-67dec77b3f0ee1b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35622026-05-23T04:18:13.424Z Compiling parse-display v0.10.0
35632026-05-23T04:18:13.424Z Compiling typify-impl v0.6.2
35642026-05-23T04:18:13.427Z Compiling toml_edit v0.23.10+spec-1.0.0
35652026-05-23T04:18:13.427Z Compiling cobs v0.3.0
35662026-05-23T04:18:13.427Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
35672026-05-23T04:18:13.427Z Compiling proc-macro-crate v1.3.1
35682026-05-23T04:18:13.427Z Running `/home/build/.rustup/toolchains/1.94.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=26ccc1671ac47c38 -C extra-filename=-d86354d4394907f1 --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-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0681911c5a3fd6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-b8f2d017dfbfe3c9.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35692026-05-23T04:18:13.427Z Running `/home/build/.rustup/toolchains/1.94.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=6db37679d07e5c8d -C extra-filename=-fa9d244fd45fc505 --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-ce299ebbb1d61b46.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-38e8a5c56c9e7b6b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35702026-05-23T04:18:13.427Z Running `/home/build/.rustup/toolchains/1.94.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=1c02e8fabae40b36 -C extra-filename=-ea073ca951844ce6 --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-79a125d4a6c684e9.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-f4e6186e402b3c40.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35712026-05-23T04:18:13.659Z Running `/home/build/.rustup/toolchains/1.94.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=670b602edc179564 -C extra-filename=-da9f1e27cc849cae --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-797e98516721fe94.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35722026-05-23T04:18:13.662Z Compiling thiserror-no-std v2.0.2
35732026-05-23T04:18:13.662Z Compiling foreign-types-macros v0.2.3
35742026-05-23T04:18:13.662Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
35752026-05-23T04:18:13.696Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
35762026-05-23T04:18:13.699Z Compiling colored v3.1.1
35772026-05-23T04:18:13.728Z Running `/home/build/.rustup/toolchains/1.94.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=8dabe68043f53f7b -C extra-filename=-ca8bf967818b2b61 --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-5370b6ab3a93e0f8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a9c44303078a17d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35782026-05-23T04:18:13.731Z Running `/home/build/.rustup/toolchains/1.94.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=3af5d18d71fa541e -C extra-filename=-92895fe906cb56a6 --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-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35792026-05-23T04:18:13.731Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/a611f32/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=36571e53cbe5b8f7 -C extra-filename=-bef73dc87024835a --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-bef73dc87024835a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35802026-05-23T04:18:13.731Z Running `/home/build/.rustup/toolchains/1.94.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=7043d82c511f535f -C extra-filename=-5280d16ed354dc3e --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-e5797ea9908f0e04.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9d99588b1a787199.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35812026-05-23T04:18:13.731Z Running `/home/build/.rustup/toolchains/1.94.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=fb21dc42b77f5c65 -C extra-filename=-7ce2a4c2e6689982 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35822026-05-23T04:18:13.731Z Running `/home/build/.rustup/toolchains/1.94.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=6fba374217da62e4 -C extra-filename=-2ee3da8f258996d2 --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-e4d505d3eeb92d26.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-76a91732ba91183e.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35832026-05-23T04:18:13.731Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-bb924e1674c1886b/build-script-build`
35842026-05-23T04:18:13.797Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-aef1d53b8f6eeb07/build-script-build`
35852026-05-23T04:18:13.801Z Running `/home/build/.rustup/toolchains/1.94.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=9af29bfbac40cac6 -C extra-filename=-daf8859f59762ecd --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-921ba46b07706615.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35862026-05-23T04:18:13.801Z Running `/home/build/.rustup/toolchains/1.94.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=6ef5de24bae67815 -C extra-filename=-b43f4669b8793c4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35872026-05-23T04:18:13.801Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/2c6efef/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=3f493f95532e2f68 -C extra-filename=-6ddde99e64b40c28 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-6ddde99e64b40c28 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35882026-05-23T04:18:13.801Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/2c6efef/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=bde39133ed4c79c3 -C extra-filename=-7a5027bc9f094a03 --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-10536750ba824ae2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35892026-05-23T04:18:13.801Z Compiling rayon v1.11.0
35902026-05-23T04:18:13.835Z Running `/home/build/.rustup/toolchains/1.94.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=3f95390326afd122 -C extra-filename=-20818eb2682fe51d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35912026-05-23T04:18:13.953Z Compiling postcard v1.1.3
35922026-05-23T04:18:13.956Z Running `/home/build/.rustup/toolchains/1.94.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=b7e5d7e8b14d46be -C extra-filename=-dd3ee3dffdc4c25c --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-4d7aa96ddad28561.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-44047f1696432bcb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932026-05-23T04:18:14.039Z Compiling vsss-rs v3.3.4
35942026-05-23T04:18:14.042Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
35952026-05-23T04:18:14.121Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-67dec77b3f0ee1b4/build-script-build`
35962026-05-23T04:18:14.124Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-58cfd89847c4b176/build-script-build`
35972026-05-23T04:18:14.124Z Running `/home/build/.rustup/toolchains/1.94.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=62b1fc38b00114c4 -C extra-filename=-253c1fb9aca3f6c0 --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-92895fe906cb56a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35982026-05-23T04:18:14.193Z Compiling cpufeatures v0.3.0
35992026-05-23T04:18:14.196Z Compiling foreign-types-shared v0.3.1
36002026-05-23T04:18:14.196Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
36012026-05-23T04:18:14.196Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types_versions --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/75518ad/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=3f1c94af418c04bf -C extra-filename=-ea02b1fe4a1bfc83 --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-fa9d244fd45fc505.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-b4ee98076e497d6b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36022026-05-23T04:18:14.234Z Running `/home/build/.rustup/toolchains/1.94.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=c42e972bfe62d605 -C extra-filename=-df23c1fa9e15df3a --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-78d4bbafc7faaf08.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-802db6b9faa97ef0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-daf8859f59762ecd.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36032026-05-23T04:18:14.384Z Running `/home/build/.rustup/toolchains/1.94.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=3012f0ec0c898714 -C extra-filename=-9f3676ae236d3648 --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-274b20cc3c2d3f43.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-4c61d3348f11ddaa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36042026-05-23T04:18:14.388Z Compiling proc-macro-crate v3.4.0
36052026-05-23T04:18:14.388Z Compiling num_enum_derive v0.5.11
36062026-05-23T04:18:14.388Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
36072026-05-23T04:18:14.388Z Compiling sigpipe v0.1.3
36082026-05-23T04:18:14.388Z Compiling cstr-argument v0.1.2
36092026-05-23T04:18:14.388Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e)
36102026-05-23T04:18:14.388Z Compiling num-derive v0.4.2
36112026-05-23T04:18:14.388Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-bef73dc87024835a/build-script-build`
36122026-05-23T04:18:14.388Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/2c6efef/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=bf244121a4a5b6d9 -C extra-filename=-b1cc31195cf6c5ef --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-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36132026-05-23T04:18:14.388Z Running `/home/build/.rustup/toolchains/1.94.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=66d661d35c207158 -C extra-filename=-e2b03b1de77612b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142026-05-23T04:18:14.388Z Running `/home/build/.rustup/toolchains/1.94.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=31d41bbcdc641dd2 -C extra-filename=-197686315eaba168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36152026-05-23T04:18:14.421Z Running `/home/build/.rustup/toolchains/1.94.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=82384483f144f00f -C extra-filename=-e859150291f6621f --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-7ce2a4c2e6689982.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
36162026-05-23T04:18:14.424Z Compiling chacha20 v0.10.0
36172026-05-23T04:18:14.459Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
36182026-05-23T04:18:14.462Z Compiling winnow v1.0.3
36192026-05-23T04:18:14.462Z Compiling itertools v0.12.1
36202026-05-23T04:18:14.500Z Running `/home/build/.rustup/toolchains/1.94.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=813225a84e9e6bb9 -C extra-filename=-af04df7828aabdea --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-5280d16ed354dc3e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36212026-05-23T04:18:14.503Z Running `/home/build/.rustup/toolchains/1.94.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=497d8b10a4a387ce -C extra-filename=-d2427ec1198cf67b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36222026-05-23T04:18:14.503Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/ca2cb23/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=2ab3f16f173d8d8c -C extra-filename=-f1e4459d1186ccdb --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-f1e4459d1186ccdb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36232026-05-23T04:18:14.503Z Running `/home/build/.rustup/toolchains/1.94.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=5fe390e535b9fa43 -C extra-filename=-b2b295196ab278b2 --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-aa8953624d325365.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36242026-05-23T04:18:14.503Z Running `/home/build/.rustup/toolchains/1.94.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=a3ef05aa76b64e3a -C extra-filename=-08821fb7089c8154 --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36252026-05-23T04:18:14.503Z Running `/home/build/.rustup/toolchains/1.94.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=b4ff6fe0388c8846 -C extra-filename=-5bcb7d6f4ae9aa37 --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-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36262026-05-23T04:18:14.503Z Running `/home/build/.rustup/toolchains/1.94.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=f0eee7b7f08e57db -C extra-filename=-998d3e58729545f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
36272026-05-23T04:18:14.503Z Running `/home/build/.rustup/toolchains/1.94.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=a1c29139e009aa2b -C extra-filename=-d46b3d92b71d1ee4 --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-2ee3da8f258996d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36282026-05-23T04:18:14.503Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/a611f32/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=8d968e654e17275a -C extra-filename=-bca8bb8c1bf9d50f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
36292026-05-23T04:18:14.503Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-6ddde99e64b40c28/build-script-build`
36302026-05-23T04:18:14.503Z Running `/home/build/.rustup/toolchains/1.94.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=796e1c71df957fc4 -C extra-filename=-125376f38a35097b --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-aa8953624d325365.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-197686315eaba168.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-121c99ae03710109.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36312026-05-23T04:18:14.503Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/e25e529/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=50e64036eb31f76f -C extra-filename=-f5b74026f3393e59 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-f5b74026f3393e59 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36322026-05-23T04:18:14.504Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="ascii"' --cfg 'feature="binary"' --cfg 'feature="default"' --cfg 'feature="parser"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ascii", "binary", "debug", "default", "parser", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=2e1ac9d94b1e8fc4 -C extra-filename=-9b7c13def3deae20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36332026-05-23T04:18:14.504Z Running `/home/build/.rustup/toolchains/1.94.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=ab5fd69ec83078b7 -C extra-filename=-079631bae9789ff9 --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-4d7aa96ddad28561.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36342026-05-23T04:18:14.536Z Compiling smf v0.2.3
36352026-05-23T04:18:14.539Z Running `/home/build/.rustup/toolchains/1.94.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=a05939e6dc843063 -C extra-filename=-4501c4dfab6bc7eb --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-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36362026-05-23T04:18:14.609Z Compiling foreign-types v0.5.0
36372026-05-23T04:18:14.612Z Compiling whoami v1.6.1
36382026-05-23T04:18:14.650Z Compiling usdt-attr-macro v0.5.0
36392026-05-23T04:18:14.653Z Running `/home/build/.rustup/toolchains/1.94.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=984cc34b64aad225 -C extra-filename=-7e77983ce773de13 --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-b43f4669b8793c4e.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-e2b03b1de77612b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36402026-05-23T04:18:14.653Z Running `/home/build/.rustup/toolchains/1.94.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=96ebc35b2076393b -C extra-filename=-c37bbd24ee2fea5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36412026-05-23T04:18:14.653Z Running `/home/build/.rustup/toolchains/1.94.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=88c0252b768ee88d -C extra-filename=-1b0322523f630c05 --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-d47c9fe0fefbda7e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1f4c7a2c0e97718e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36422026-05-23T04:18:14.757Z Compiling hyper-tls v0.6.0
36432026-05-23T04:18:14.760Z Running `/home/build/.rustup/toolchains/1.94.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=50c8ef661c9a8837 -C extra-filename=-792cbf7a6e2f6491 --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-63b95c6de5767e6e.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d86354d4394907f1.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-799617a53a7426b4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-2ae5af5186a98128.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
36442026-05-23T04:18:14.871Z Running `/home/build/.rustup/toolchains/1.94.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=f3c8893fd1573145 -C extra-filename=-5eda8250a90bc255 --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-d3e8c3b8b62d2d9f.rmeta --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-946ea005768073de.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-6609edc00df8c860.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-a0351535f0249bb1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d86354d4394907f1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-918262e4f053926e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-759d3b0cdfed70c6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-46804bb3cdee259b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-4e2269c7cc44ed65.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26ca01fa6a73f661.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-7e3d284a925f84e6.rmeta --cap-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-69178f5f405916b0/out`
36452026-05-23T04:18:14.874Z Running `/home/build/.rustup/toolchains/1.94.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=5517c37c0f9c5eda -C extra-filename=-cb388b4807b3b38d --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-d567866028523e0c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-9f3676ae236d3648.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36462026-05-23T04:18:14.954Z Compiling rand v0.10.1
36472026-05-23T04:18:14.957Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="sys_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "log", "serde", "simd_support", "std", "std_rng", "sys_rng", "thread_rng", "unbiased"))' -C metadata=9e36ffb7aa8f3b91 -C extra-filename=-62f80cec681d4a81 --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-125376f38a35097b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4043be771473f5c2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-121c99ae03710109.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36482026-05-23T04:18:14.998Z Compiling usdt-macro v0.5.0
36492026-05-23T04:18:15.113Z Compiling memmap v0.7.0
36502026-05-23T04:18:15.116Z Running `/home/build/.rustup/toolchains/1.94.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=b4184846d475834d -C extra-filename=-323240d83f70ee4f --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-d47c9fe0fefbda7e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1f4c7a2c0e97718e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36512026-05-23T04:18:15.267Z Compiling console v0.15.11
36522026-05-23T04:18:15.270Z Compiling num-rational v0.4.2
36532026-05-23T04:18:15.270Z Compiling num-complex v0.4.6
36542026-05-23T04:18:15.270Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-f1e4459d1186ccdb/build-script-build`
36552026-05-23T04:18:15.270Z Running `/home/build/.rustup/toolchains/1.94.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=246120830bf6d273 -C extra-filename=-65eaccd67be90356 --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36562026-05-23T04:18:15.418Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-f5b74026f3393e59/build-script-build`
36572026-05-23T04:18:15.422Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
36582026-05-23T04:18:15.422Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
36592026-05-23T04:18:15.422Z Compiling derive-where v1.6.0
36602026-05-23T04:18:15.422Z Compiling float-ord v0.3.2
36612026-05-23T04:18:15.422Z Running `/home/build/.rustup/toolchains/1.94.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=384d56ecbac56671 -C extra-filename=-f4c7a5ecc60f8628 --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-01e0def4c6020b1d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622026-05-23T04:18:15.422Z Running `/home/build/.rustup/toolchains/1.94.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=24baa19f4135aa65 -C extra-filename=-6a26e49cc52db37f --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-7b8b4079daab0ed4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36632026-05-23T04:18:15.422Z Running `/home/build/.rustup/toolchains/1.94.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=39fd0d08a5c4be03 -C extra-filename=-a47631c902b04a66 --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-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36642026-05-23T04:18:15.495Z Compiling num_enum_derive v0.7.6
36652026-05-23T04:18:15.528Z Compiling zone_cfg_derive v0.3.1
36662026-05-23T04:18:15.574Z Running `/home/build/.rustup/toolchains/1.94.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=135470e1c6b40cae -C extra-filename=-42fbb5057ee8ab6f --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-6001f0b76e0e63c7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-018bd364f5bc2e7e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36672026-05-23T04:18:15.577Z Running `/home/build/.rustup/toolchains/1.94.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=c794b72650eb8436 -C extra-filename=-4e32d6a762cd6d96 --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-b2b295196ab278b2.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-7e77983ce773de13.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-998d3e58729545f6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36682026-05-23T04:18:15.577Z Running `/home/build/.rustup/toolchains/1.94.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=1753b82a568b7809 -C extra-filename=-8c1df797aaed6813 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36692026-05-23T04:18:15.577Z Running `/home/build/.rustup/toolchains/1.94.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=0089ec61322d8e56 -C extra-filename=-c2a575e03cd92687 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36702026-05-23T04:18:15.704Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
36712026-05-23T04:18:15.708Z Compiling newline-converter v0.3.0
36722026-05-23T04:18:15.708Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
36732026-05-23T04:18:15.708Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36742026-05-23T04:18:15.708Z Running `/home/build/.rustup/toolchains/1.94.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=85c8af1c7a5d34d3 -C extra-filename=-4a0fa5b26f5036f9 --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-d46b3d92b71d1ee4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36752026-05-23T04:18:15.708Z Running `/home/build/.rustup/toolchains/1.94.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=de092bc1f96d94b2 -C extra-filename=-ca59431d64d5054b --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-445c8839df6eec4c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-e859150291f6621f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36762026-05-23T04:18:15.867Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
36772026-05-23T04:18:15.871Z Compiling bytecount v0.6.9
36782026-05-23T04:18:15.871Z Compiling owo-colors v4.3.0
36792026-05-23T04:18:15.871Z Compiling cancel-safe-futures v0.1.5
36802026-05-23T04:18:15.871Z Running `/home/build/.rustup/toolchains/1.94.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=17ecae0a594ea705 -C extra-filename=-88d5ce6deff68a2c --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-01e0def4c6020b1d.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-5bcb7d6f4ae9aa37.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36812026-05-23T04:18:15.908Z Running `/home/build/.rustup/toolchains/1.94.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=e931cba587a5b3a6 -C extra-filename=-c5454fd0ab193012 --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-1b927ed9105fe228.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36822026-05-23T04:18:15.912Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/75518ad/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=c0d70f24c90cc926 -C extra-filename=-1fff5b4a4ab90a6a --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-01e0def4c6020b1d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36832026-05-23T04:18:15.912Z Running `/home/build/.rustup/toolchains/1.94.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=90d45afaac519cb7 -C extra-filename=-24ff6e2d2025515b --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-24ff6e2d2025515b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36842026-05-23T04:18:16.113Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
36852026-05-23T04:18:16.117Z Compiling num_enum v0.5.11
36862026-05-23T04:18:16.117Z Compiling libsw-core v0.3.2
36872026-05-23T04:18:16.117Z Compiling linear-map v1.2.0
36882026-05-23T04:18:16.117Z Compiling prettyplease v0.2.37
36892026-05-23T04:18:16.117Z Compiling gethostname v0.5.0
36902026-05-23T04:18:16.117Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/3c1708d/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=f55b536e6c1754e2 -C extra-filename=-1e474d17660222d7 --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-38e8a5c56c9e7b6b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-d2427ec1198cf67b.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36912026-05-23T04:18:16.117Z Running `/home/build/.rustup/toolchains/1.94.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=f03dc18d297e0d07 -C extra-filename=-330c87bd18ddc8ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36922026-05-23T04:18:16.117Z Running `/home/build/.rustup/toolchains/1.94.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=9dc1c2f2287ff6ad -C extra-filename=-7ecdccf7225704bf --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-7ecdccf7225704bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36932026-05-23T04:18:16.152Z Running `/home/build/.rustup/toolchains/1.94.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=ddd98dfef7c1b0d4 -C extra-filename=-87ea9737c8363339 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-87ea9737c8363339 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36942026-05-23T04:18:16.361Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/75518ad/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=f545f8ff0f67f528 -C extra-filename=-0343af94318f702a --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-fa9d244fd45fc505.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-ea02b1fe4a1bfc83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36952026-05-23T04:18:16.361Z Running `/home/build/.rustup/toolchains/1.94.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=a16b3955cad6c86f -C extra-filename=-40dd1b3544aa43db --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-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36962026-05-23T04:18:16.366Z Compiling num v0.4.3
36972026-05-23T04:18:16.366Z Compiling expectorate v1.2.0
36982026-05-23T04:18:16.366Z Compiling num-derive v0.3.3
36992026-05-23T04:18:16.366Z Compiling unicode-xid v0.2.6
37002026-05-23T04:18:16.366Z Compiling resolv-conf v0.7.6
37012026-05-23T04:18:16.366Z Running `/home/build/.rustup/toolchains/1.94.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=5d9c1c1338b1be42 -C extra-filename=-a5393bade2e03a8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37022026-05-23T04:18:16.366Z Running `/home/build/.rustup/toolchains/1.94.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=db99399e0200cf81 -C extra-filename=-fadc287d5286e722 --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-9a82faff30e4a240.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37032026-05-23T04:18:16.366Z Running `/home/build/.rustup/toolchains/1.94.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=fa096dd7a3dc044a -C extra-filename=-a7dfbad96e68477c --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-a7dfbad96e68477c -L 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-05-23T04:18:16.366Z Running `/home/build/.rustup/toolchains/1.94.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=2ce7554d90711f44 -C extra-filename=-982e9e87d797d3a4 --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-af04df7828aabdea.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37052026-05-23T04:18:16.549Z Compiling ingot-types v0.1.2
37062026-05-23T04:18:16.552Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
37072026-05-23T04:18:16.552Z Compiling usdt v0.5.0
37082026-05-23T04:18:16.552Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
37092026-05-23T04:18:16.552Z Compiling slog-dtrace v0.3.0
37102026-05-23T04:18:16.553Z Compiling unicode-linebreak v0.1.5
37112026-05-23T04:18:16.553Z Compiling smawk v0.3.2
37122026-05-23T04:18:16.553Z Compiling papergrid v0.11.0
37132026-05-23T04:18:16.553Z Compiling tabled_derive v0.7.0
37142026-05-23T04:18:16.553Z Compiling minimal-lexical v0.2.1
37152026-05-23T04:18:16.553Z Running `/home/build/.rustup/toolchains/1.94.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=0fd3f72cd02b1f33 -C extra-filename=-7edb1e71e79184a9 --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-a47631c902b04a66.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-6a26e49cc52db37f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37162026-05-23T04:18:16.553Z Running `/home/build/.rustup/toolchains/1.94.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=f4de490ff4150317 -C extra-filename=-32065407089088fb --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-3d27c33688bca414.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-f4c7a5ecc60f8628.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-c5454fd0ab193012.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37172026-05-23T04:18:16.553Z Running `/home/build/.rustup/toolchains/1.94.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=ebf6c9e80a018a5e -C extra-filename=-481a18058f7ebecc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37182026-05-23T04:18:16.553Z Running `/home/build/.rustup/toolchains/1.94.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=d6e3c65798bc0107 -C extra-filename=-926f5fabeb167efb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37192026-05-23T04:18:16.553Z Running `/home/build/.rustup/toolchains/1.94.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=7ba12df9332ee762 -C extra-filename=-3f9c2a9c19a71c2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37202026-05-23T04:18:16.736Z Running `/home/build/.rustup/toolchains/1.94.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=88cd571964de0aa6 -C extra-filename=-cef9c4050fc68b1a --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-613c8bcf7a4b6028.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37212026-05-23T04:18:16.740Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-24ff6e2d2025515b/build-script-build`
37222026-05-23T04:18:16.740Z Compiling libsw v3.5.0
37232026-05-23T04:18:16.740Z Compiling termtree v0.5.1
37242026-05-23T04:18:16.740Z Compiling linked-hash-map v0.5.6
37252026-05-23T04:18:16.740Z Compiling hickory-proto v0.24.4
37262026-05-23T04:18:16.766Z Compiling csv-core v0.1.13
37272026-05-23T04:18:16.769Z Running `/home/build/.rustup/toolchains/1.94.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=18cbd8d634aefec7 -C extra-filename=-d142be9420a73f99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37282026-05-23T04:18:16.769Z Running `/home/build/.rustup/toolchains/1.94.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=6131ef0ea13230fc -C extra-filename=-7ef90ec8930aa1a2 --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-445c8839df6eec4c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-e859150291f6621f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37292026-05-23T04:18:16.769Z Running `/home/build/.rustup/toolchains/1.94.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=75b4d85fdf901b6b -C extra-filename=-59deb866faca874d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37302026-05-23T04:18:16.769Z Running `/home/build/.rustup/toolchains/1.94.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=aae93931be5aa4eb -C extra-filename=-79b04dba0041c8e4 --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-330c87bd18ddc8ae.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6d38f3aad90247c6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37312026-05-23T04:18:16.769Z Running `/home/build/.rustup/toolchains/1.94.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=40b50456130ac154 -C extra-filename=-e8c393500322ecae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:18:16.769Z Running `/home/build/.rustup/toolchains/1.94.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=a3e560e688571334 -C extra-filename=-ae4ba44fdce7e38a --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-ae4ba44fdce7e38a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37332026-05-23T04:18:16.769Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-87ea9737c8363339/build-script-build`
37342026-05-23T04:18:16.769Z Running `/home/build/.rustup/toolchains/1.94.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=34314e0dcbab2c04 -C extra-filename=-dcf72cabde794545 --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-c3b0ab18196b7f56.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d47c9fe0fefbda7e.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-56ac6fa73da6c719.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-65eaccd67be90356.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-1b0322523f630c05.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1f4c7a2c0e97718e.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-323240d83f70ee4f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37352026-05-23T04:18:16.769Z Running `/home/build/.rustup/toolchains/1.94.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=64cc631bc3b31a95 -C extra-filename=-903719c48c111732 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-982e9e87d797d3a4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37362026-05-23T04:18:16.769Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/75518ad/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=e29b77b0950bdf3f -C extra-filename=-5fd61a57c50a19bd --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-1fff5b4a4ab90a6a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37372026-05-23T04:18:16.954Z Compiling zone v0.3.1
37382026-05-23T04:18:16.968Z Compiling tagptr v0.2.0
37392026-05-23T04:18:16.995Z Compiling highway v1.3.0
37402026-05-23T04:18:16.999Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-7ecdccf7225704bf/build-script-build`
37412026-05-23T04:18:17.000Z Running `/home/build/.rustup/toolchains/1.94.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=102ad1d1cfbf57e5 -C extra-filename=-aff3a9f0b77ba266 --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-40dd1b3544aa43db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37422026-05-23T04:18:17.000Z Running `/home/build/.rustup/toolchains/1.94.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=ebf9cdaa59d700bc -C extra-filename=-869a63dcb2cda8ad --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-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37432026-05-23T04:18:17.000Z Running `/home/build/.rustup/toolchains/1.94.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=9eb70a9675625986 -C extra-filename=-adb4768ff66a44e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37442026-05-23T04:18:17.000Z Running `/home/build/.rustup/toolchains/1.94.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=4c3b0ef2244f00d8 -C extra-filename=-87c37d8cc338976d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:18:17.000Z Running `/home/build/.rustup/toolchains/1.94.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=380bcf81c9330055 -C extra-filename=-4f97e12286901990 --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-3d40f90b1355ed80.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-5f1c8d19066dc220.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-a5f9eb635e32839e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f087dd254ca002f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37462026-05-23T04:18:17.077Z Running `/home/build/.rustup/toolchains/1.94.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=f23d03189d5609fd -C extra-filename=-512e58daf654ff03 --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-079631bae9789ff9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-ca59431d64d5054b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37472026-05-23T04:18:17.080Z Compiling ingot v0.1.1
37482026-05-23T04:18:17.080Z Running `/home/build/.rustup/toolchains/1.94.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=aa6ba459caac74c8 -C extra-filename=-1b77d19f7a207b7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37492026-05-23T04:18:17.113Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-a7dfbad96e68477c/build-script-build`
37502026-05-23T04:18:17.116Z Running `/home/build/.rustup/toolchains/1.94.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=22ad31afc6fae430 -C extra-filename=-4b11205e8f259c31 --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-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37512026-05-23T04:18:17.116Z Running `/home/build/.rustup/toolchains/1.94.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=e7757e7738737e08 -C extra-filename=-3f48b8540bd04fa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37522026-05-23T04:18:17.303Z Compiling num_enum v0.7.6
37532026-05-23T04:18:17.306Z Compiling tokio-dtrace v0.1.1
37542026-05-23T04:18:17.306Z Compiling semver v0.1.20
37552026-05-23T04:18:17.339Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
37562026-05-23T04:18:17.342Z Compiling phf_shared v0.12.1
37572026-05-23T04:18:17.342Z Compiling convert_case v0.10.0
37582026-05-23T04:18:17.342Z Compiling chrono-tz v0.10.4
37592026-05-23T04:18:17.342Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2024 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/e25e529/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=d43628be14f06545 -C extra-filename=-bfd99b082f12c987 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-903719c48c111732.rmeta --cap-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-d1f5c5e62c5186d2/out -l static=pci`
37602026-05-23T04:18:17.342Z Running `/home/build/.rustup/toolchains/1.94.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=595f016f9f097213 -C extra-filename=-09bd07aaa811ce70 --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-10536750ba824ae2.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-613c8bcf7a4b6028.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-cef9c4050fc68b1a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37612026-05-23T04:18:17.648Z Running `/home/build/.rustup/toolchains/1.94.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=2d18d694f7cbcc63 -C extra-filename=-101e55dc32a0ada4 --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-4a0fa5b26f5036f9.so --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37622026-05-23T04:18:17.651Z Running `/home/build/.rustup/toolchains/1.94.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=952f5ee07ef99fef -C extra-filename=-cd77651ff7736740 --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-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37632026-05-23T04:18:17.651Z Running `/home/build/.rustup/toolchains/1.94.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=b283619342d2d4b4 -C extra-filename=-677abeaa10d77504 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:18:17.684Z Compiling nom v7.1.3
37652026-05-23T04:18:17.688Z Compiling textwrap v0.16.2
37662026-05-23T04:18:17.688Z Compiling const_format_proc_macros v0.2.34
37672026-05-23T04:18:17.688Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
37682026-05-23T04:18:17.688Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37692026-05-23T04:18:17.688Z Compiling bcs v0.1.6
37702026-05-23T04:18:17.688Z Running `/home/build/.rustup/toolchains/1.94.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=3b1653d3cee70267 -C extra-filename=-4302500041247cf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37712026-05-23T04:18:17.688Z Running `/home/build/.rustup/toolchains/1.94.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=91981639ffea113e -C extra-filename=-a51f221c980015c4 --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-cd202310ad5c957e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37722026-05-23T04:18:17.688Z Running `/home/build/.rustup/toolchains/1.94.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=51ed57499d2d2f0f -C extra-filename=-d0eea7c597dd0bad --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-1b927ed9105fe228.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37732026-05-23T04:18:17.688Z Running `/home/build/.rustup/toolchains/1.94.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=05a1fbb8800ea8dd -C extra-filename=-cee97c955ebe6fcc --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-cee97c955ebe6fcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37742026-05-23T04:18:17.966Z Running `/home/build/.rustup/toolchains/1.94.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=59faf8b1b26babb4 -C extra-filename=-90b9264fd07878d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
37752026-05-23T04:18:17.969Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-ae4ba44fdce7e38a/build-script-build`
37762026-05-23T04:18:17.969Z Running `/home/build/.rustup/toolchains/1.94.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=262c5861f07cb8a1 -C extra-filename=-642be4af1a5a9ef4 --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-9d0bb49b988bc1dc.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-59deb866faca874d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37772026-05-23T04:18:17.969Z Compiling libscf-sys v1.1.0
37782026-05-23T04:18:17.969Z Compiling lru-cache v0.1.2
37792026-05-23T04:18:18.005Z Compiling csv v1.4.0
37802026-05-23T04:18:18.009Z Compiling moka v0.12.13
37812026-05-23T04:18:18.009Z Compiling fd-lock v4.0.4
37822026-05-23T04:18:18.009Z Compiling vte v0.14.1
37832026-05-23T04:18:18.009Z Running `/home/build/.rustup/toolchains/1.94.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=a94930138129484c -C extra-filename=-5519d6c27e4bdc59 --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-d142be9420a73f99.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-13c8b604a2d2a9ec.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-e8c393500322ecae.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37842026-05-23T04:18:18.009Z Running `/home/build/.rustup/toolchains/1.94.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=c52499cd88bd37b5 -C extra-filename=-0daec2edec49c79a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-926f5fabeb167efb.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37852026-05-23T04:18:18.009Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/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=b345fc7e1b83ddae -C extra-filename=-b807fe3a46ca63c9 --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-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37862026-05-23T04:18:18.009Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ae1da83/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=cd52ec0e2c5df11a -C extra-filename=-1ee2af51d6684b9c --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-ce299ebbb1d61b46.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-38e8a5c56c9e7b6b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37872026-05-23T04:18:18.009Z Running `/home/build/.rustup/toolchains/1.94.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=9dae8d580fe7cf3c -C extra-filename=-479f88a506a2bc92 --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-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37882026-05-23T04:18:18.206Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
37892026-05-23T04:18:18.209Z Compiling oxide-tokio-rt v0.1.4
37902026-05-23T04:18:18.209Z Compiling rustc_version v0.1.7
37912026-05-23T04:18:18.209Z Compiling phf v0.12.1
37922026-05-23T04:18:18.209Z Compiling derive_more-impl v2.1.1
37932026-05-23T04:18:18.209Z Running `/home/build/.rustup/toolchains/1.94.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=46ed28fd5682c210 -C extra-filename=-6a80c8115af3928c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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)'`
37942026-05-23T04:18:18.246Z Running `/home/build/.rustup/toolchains/1.94.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=06827cd9edea9136 -C extra-filename=-d701457ac65eaf98 --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-869a63dcb2cda8ad.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f08bb8b248c5184c.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37952026-05-23T04:18:18.249Z Running `/home/build/.rustup/toolchains/1.94.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=0ba198453c3d7ad2 -C extra-filename=-6fcabc641a336514 --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-44f9d96f1d23d9ae.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-a1dbfc08a4534512.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern tagptr=/work/oxidecomputer/omicron/target/debug/deps/libtagptr-1b77d19f7a207b7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37962026-05-23T04:18:18.249Z Running `/home/build/.rustup/toolchains/1.94.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=a51cf84ac2626181 -C extra-filename=-bf9199d9bf1772a7 --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-01e0def4c6020b1d.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-481a18058f7ebecc.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37972026-05-23T04:18:18.249Z Running `/home/build/.rustup/toolchains/1.94.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=beb099c7336ac0a2 -C extra-filename=-1da99390fe30d311 --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-adb4768ff66a44e0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37982026-05-23T04:18:18.249Z Running `/home/build/.rustup/toolchains/1.94.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=a2a74f7622e6ec91 -C extra-filename=-f6d9845e3c86ab5b --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-aa8953624d325365.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37992026-05-23T04:18:18.288Z Running `/home/build/.rustup/toolchains/1.94.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=49f109b244b1b909 -C extra-filename=-b50d0eeaa2ae1808 --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-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38002026-05-23T04:18:18.505Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/a611f32/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=9d6234d3a66fa982 -C extra-filename=-993b4dc07ce00e56 --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-01e0def4c6020b1d.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-bca8bb8c1bf9d50f.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-101e55dc32a0ada4.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38012026-05-23T04:18:18.543Z Compiling typify-macro v0.6.2
38022026-05-23T04:18:18.546Z Compiling tabled v0.15.0
38032026-05-23T04:18:18.546Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
38042026-05-23T04:18:18.546Z Compiling nu-ansi-term v0.50.3
38052026-05-23T04:18:18.546Z Compiling display-error-chain v0.2.2
38062026-05-23T04:18:18.546Z Compiling ar_archive_writer v0.5.1
38072026-05-23T04:18:18.546Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
38082026-05-23T04:18:18.580Z Running `/home/build/.rustup/toolchains/1.94.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=ace5181b5eb7df3f -C extra-filename=-1cc3d69a5b340d4d --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-a51f221c980015c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38092026-05-23T04:18:18.583Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-cee97c955ebe6fcc/build-script-build`
38102026-05-23T04:18:18.583Z Running `/home/build/.rustup/toolchains/1.94.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=c6bb68661a554270 -C extra-filename=-f4c6c157c938b08a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-cd77651ff7736740.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38112026-05-23T04:18:18.583Z Running `/home/build/.rustup/toolchains/1.94.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=65da65da5b078809 -C extra-filename=-5cb7ce6385f83707 --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-677abeaa10d77504.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38122026-05-23T04:18:18.583Z Running `/home/build/.rustup/toolchains/1.94.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=8807d4ea8c340ad1 -C extra-filename=-a5e76b76f07ba7c4 --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-d0eea7c597dd0bad.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38132026-05-23T04:18:18.769Z Running `/home/build/.rustup/toolchains/1.94.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=82a744b3505a59fd -C extra-filename=-070ce17485fd90b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-ca8bf967818b2b61.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38142026-05-23T04:18:18.773Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
38152026-05-23T04:18:18.773Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
38162026-05-23T04:18:18.773Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
38172026-05-23T04:18:18.773Z Compiling stacker v0.1.23
38182026-05-23T04:18:18.773Z Compiling cfg_aliases v0.1.1
38192026-05-23T04:18:18.773Z Running `/home/build/.rustup/toolchains/1.94.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=6ef678284b2c1f15 -C extra-filename=-a626aa947a5d01c1 --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-79b04dba0041c8e4.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-7ef90ec8930aa1a2.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38202026-05-23T04:18:18.812Z Running `/home/build/.rustup/toolchains/1.94.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=570a051af1190c4f -C extra-filename=-25bb92595f18c8f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:18:18.815Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types_versions --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/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=61d70ed8d48af8da -C extra-filename=-6359cd8ed24a1cd3 --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-1ee2af51d6684b9c.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-b807fe3a46ca63c9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38222026-05-23T04:18:18.815Z Running `/home/build/.rustup/toolchains/1.94.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=9a18335c6a85b44e -C extra-filename=-859f9985b3b6115d --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-0f656ff4875bc8de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38232026-05-23T04:18:18.815Z Running `/home/build/.rustup/toolchains/1.94.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=9b7eaa8b837d6aee -C extra-filename=-62d06a8cd2db10be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38242026-05-23T04:18:18.815Z Running `/home/build/.rustup/toolchains/1.94.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=e2d794c607e1e7ff -C extra-filename=-f96c12586c1889bc --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-033f92b7d2688a9a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38252026-05-23T04:18:18.816Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name rdb_types --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/7696ee4/rdb-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=25c1415a0e720f67 -C extra-filename=-2127fe1f76ab4e39 --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-51942bd86105ab8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38262026-05-23T04:18:19.093Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
38272026-05-23T04:18:19.096Z Compiling newtype_derive v0.1.6
38282026-05-23T04:18:19.096Z Compiling strip-ansi-escapes v0.2.1
38292026-05-23T04:18:19.096Z Compiling nibble_vec v0.1.0
38302026-05-23T04:18:19.096Z Compiling home v0.5.12
38312026-05-23T04:18:19.096Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/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=2851ec4b3d438c44 -C extra-filename=-67444dcf9f506086 --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-01e0def4c6020b1d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38322026-05-23T04:18:19.096Z Running `/home/build/.rustup/toolchains/1.94.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=07e0eeac62cc3026 -C extra-filename=-2ca8f6c584800249 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38332026-05-23T04:18:19.096Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=700479ad0e783263 -C extra-filename=-9e10bb6c9b485c45 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-9e10bb6c9b485c45 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38342026-05-23T04:18:19.096Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/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=d4fcd24cdf5e259c -C extra-filename=-06bed6ddf665ddd0 --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-38e8a5c56c9e7b6b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-d2427ec1198cf67b.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38352026-05-23T04:18:19.096Z Running `/home/build/.rustup/toolchains/1.94.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=e8beeec1d3d9b818 -C extra-filename=-0d80a98082e378fc --out-dir /work/oxidecomputer/omicron/target/debug/build/stacker-0d80a98082e378fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38362026-05-23T04:18:19.374Z Compiling hickory-resolver v0.24.4
38372026-05-23T04:18:19.374Z Compiling hickory-resolver v0.25.2
38382026-05-23T04:18:19.377Z Compiling const_format v0.2.35
38392026-05-23T04:18:19.377Z Compiling endian-type v0.1.2
38402026-05-23T04:18:19.377Z Compiling recursive-proc-macro-impl v0.1.1
38412026-05-23T04:18:19.377Z Compiling peg-macros v0.8.5
38422026-05-23T04:18:19.377Z Compiling sqlparser_derive v0.5.0
38432026-05-23T04:18:19.377Z Compiling nom v8.0.0
38442026-05-23T04:18:19.377Z Compiling winnow v0.6.26
38452026-05-23T04:18:19.377Z Compiling unicode_categories v0.1.1
38462026-05-23T04:18:19.377Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/2c6efef/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=155372e963a63a56 -C extra-filename=-13261dedb29b7278 --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-7a5027bc9f094a03.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-09bd07aaa811ce70.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-253c1fb9aca3f6c0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-cb388b4807b3b38d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38472026-05-23T04:18:19.377Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/ca2cb23/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=99655784d4fcf9bb -C extra-filename=-7fe3a144c7d0724d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-20818eb2682fe51d.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-993b4dc07ce00e56.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-101e55dc32a0ada4.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-4e32d6a762cd6d96.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-998d3e58729545f6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-62f80cec681d4a81.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-88d5ce6deff68a2c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0681911c5a3fd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-9b7c13def3deae20.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
38482026-05-23T04:18:19.377Z Running `/home/build/.rustup/toolchains/1.94.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=cb1873e16b4e76d6 -C extra-filename=-3895659be43078d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-3895659be43078d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-5cb7ce6385f83707.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38492026-05-23T04:18:19.377Z Running `/home/build/.rustup/toolchains/1.94.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=43f3b03b55c23dd8 -C extra-filename=-7199a57ac63de693 --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-fd6ba8a01932ff99.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38502026-05-23T04:18:19.378Z Running `/home/build/.rustup/toolchains/1.94.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=7ae379b61c53a01a -C extra-filename=-9a21c600f3fe06a1 --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-033f92b7d2688a9a.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1cc3d69a5b340d4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38512026-05-23T04:18:19.378Z Running `/home/build/.rustup/toolchains/1.94.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=ea90a123f48994d9 -C extra-filename=-80e541eacc8a163b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38522026-05-23T04:18:19.378Z Running `/home/build/.rustup/toolchains/1.94.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=051dc94a6d604807 -C extra-filename=-129169b27369193c --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-b50d0eeaa2ae1808.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38532026-05-23T04:18:19.565Z Running `/home/build/.rustup/toolchains/1.94.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=6502e03650b8ed7c -C extra-filename=-100cc9c613435fb1 --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-aa8953624d325365.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-4f97e12286901990.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1da99390fe30d311.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-3f9c2a9c19a71c2c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38542026-05-23T04:18:19.568Z Running `/home/build/.rustup/toolchains/1.94.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=9ab8af0f6b296cec -C extra-filename=-2f634437a101627f --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-aa8953624d325365.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-6fcabc641a336514.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-3f9c2a9c19a71c2c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38552026-05-23T04:18:19.568Z Running `/home/build/.rustup/toolchains/1.94.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=816e0732380af321 -C extra-filename=-33eeed745c52ea4d --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-0daec2edec49c79a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38562026-05-23T04:18:19.568Z Compiling derive_more v2.1.1
38572026-05-23T04:18:19.568Z Compiling reedline v0.40.0
38582026-05-23T04:18:19.568Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
38592026-05-23T04:18:19.601Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
38602026-05-23T04:18:19.604Z Running `/home/build/.rustup/toolchains/1.94.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=c9c68834961c6ade -C extra-filename=-b1f3d3a12720494f --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-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38612026-05-23T04:18:19.604Z Running `/home/build/.rustup/toolchains/1.94.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=52a22e0d6cd2100e -C extra-filename=-7d492a479d7016e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38622026-05-23T04:18:19.604Z Running `/home/build/.rustup/toolchains/1.94.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=891ee3888f2b605d -C extra-filename=-c0a6705721dfc792 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38632026-05-23T04:18:19.604Z Running `/home/build/.rustup/toolchains/1.94.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=70dc533b3f4b5e07 -C extra-filename=-90bed323691ab3cb --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-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38642026-05-23T04:18:19.604Z Running `/home/build/.rustup/toolchains/1.94.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=1bdff86b16d15cbc -C extra-filename=-ededbccc433bf0ae --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-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38652026-05-23T04:18:19.604Z Running `/home/build/.rustup/toolchains/1.94.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=011fed256dab1b8b -C extra-filename=-0fa385db4b9308b0 --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-6ea17d19d7865e8f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38662026-05-23T04:18:19.604Z Running `/home/build/.rustup/toolchains/1.94.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=4ed2e54aec2e7dd5 -C extra-filename=-0cab858faf43422e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38672026-05-23T04:18:19.826Z Running `/home/build/.rustup/toolchains/1.94.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=753332e7dcfabc21 -C extra-filename=-0994b0c1fe05393f --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-a5e76b76f07ba7c4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38682026-05-23T04:18:19.830Z Running `/home/build/.rustup/toolchains/1.94.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=6e436968aab650d5 -C extra-filename=-25805d5433221715 --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-033f92b7d2688a9a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-faad5fa6f4ba4a5e.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-f6d9845e3c86ab5b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-62d06a8cd2db10be.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-129169b27369193c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-45bbb3e0d8c95d13.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38692026-05-23T04:18:19.830Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-9e10bb6c9b485c45/build-script-build`
38702026-05-23T04:18:19.830Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=e83e5f9ae624aa30 -C extra-filename=-8ec506a74000e545 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-8ec506a74000e545 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38712026-05-23T04:18:19.830Z Compiling nix v0.28.0
38722026-05-23T04:18:19.830Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38732026-05-23T04:18:19.830Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
38742026-05-23T04:18:19.830Z Compiling filetime v0.2.27
38752026-05-23T04:18:19.860Z Compiling xattr v1.6.1
38762026-05-23T04:18:19.863Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/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=651ca142f55ac1fe -C extra-filename=-6be5bdda9e411dd2 --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-67444dcf9f506086.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38772026-05-23T04:18:19.863Z Running `/work/oxidecomputer/omicron/target/debug/build/stacker-0d80a98082e378fc/build-script-build`
38782026-05-23T04:18:20.051Z Compiling psm v0.1.30
38792026-05-23T04:18:20.054Z Compiling subprocess v0.2.15
38802026-05-23T04:18:20.054Z Compiling base64 v0.21.7
38812026-05-23T04:18:20.054Z Compiling headers-core v0.3.0
38822026-05-23T04:18:20.054Z Compiling yasna v0.5.2
38832026-05-23T04:18:20.055Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-3895659be43078d7/build-script-build`
38842026-05-23T04:18:20.089Z Running `/home/build/.rustup/toolchains/1.94.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=f488f431ba3e1e4a -C extra-filename=-543b74546a1d6fbb --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-543b74546a1d6fbb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-2ca8f6c584800249.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38852026-05-23T04:18:20.092Z Running `/home/build/.rustup/toolchains/1.94.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=1c9b2fcfc5c1fc7b -C extra-filename=-bcb7dd51ca81bac9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38862026-05-23T04:18:20.092Z Running `/home/build/.rustup/toolchains/1.94.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=cbec33c1b944733a -C extra-filename=-e91b31c2263d0cb1 --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-01e0def4c6020b1d.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-bf9199d9bf1772a7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38872026-05-23T04:18:20.092Z Running `/home/build/.rustup/toolchains/1.94.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=259a3b6d3ba4cc52 -C extra-filename=-42ab93db90545655 --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-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38882026-05-23T04:18:20.093Z Running `/home/build/.rustup/toolchains/1.94.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=0b2ae8f0c876a7c1 -C extra-filename=-7e62b53f6678b973 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-7e62b53f6678b973 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38892026-05-23T04:18:20.207Z Running `/home/build/.rustup/toolchains/1.94.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=49cf0b63752591e2 -C extra-filename=-ac68c59aa511e214 --out-dir /work/oxidecomputer/omicron/target/debug/build/psm-ac68c59aa511e214 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ar_archive_writer=/work/oxidecomputer/omicron/target/debug/deps/libar_archive_writer-859f9985b3b6115d.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38902026-05-23T04:18:20.244Z Compiling crossterm v0.29.0
38912026-05-23T04:18:20.248Z Compiling radix_trie v0.2.1
38922026-05-23T04:18:20.248Z Compiling dropshot-api-manager-types v0.7.2
38932026-05-23T04:18:20.283Z Running `/home/build/.rustup/toolchains/1.94.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=e6bb74c1a8801f8c -C extra-filename=-b66e83976bab5d24 --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-e058889f11375ada.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38942026-05-23T04:18:20.286Z Running `/home/build/.rustup/toolchains/1.94.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=f7930bab6671917a -C extra-filename=-de8b45ee1d4a05f8 --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38952026-05-23T04:18:20.286Z Running `/home/build/.rustup/toolchains/1.94.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=d45ab6ecfb017ff3 -C extra-filename=-f6080bf5a811f2ff --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-f1529167c9667213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38962026-05-23T04:18:20.286Z Running `/home/build/.rustup/toolchains/1.94.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=9b61347c6f026021 -C extra-filename=-dd4fa1a35289f367 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:18:20.286Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/2c6efef/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=88a5e77740e021e8 -C extra-filename=-6c573f0b1ed52987 --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-10536750ba824ae2.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-7a5027bc9f094a03.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-09bd07aaa811ce70.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-b1cc31195cf6c5ef.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-13261dedb29b7278.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-253c1fb9aca3f6c0.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-793719933d52d486.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.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)'`
38982026-05-23T04:18:20.286Z Running `/home/build/.rustup/toolchains/1.94.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=8beda756b173e392 -C extra-filename=-b5df0a67340ac3d3 --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-7d492a479d7016e4.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-7199a57ac63de693.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38992026-05-23T04:18:20.286Z Running `/home/build/.rustup/toolchains/1.94.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=9d1935ffe918243e -C extra-filename=-a08c36d7d15a113d --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-10536750ba824ae2.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0994b0c1fe05393f.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-f1440f2cce620e94.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-853b38597816e147.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39002026-05-23T04:18:20.286Z Running `/home/build/.rustup/toolchains/1.94.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=8c50e8ad8dc893ee -C extra-filename=-3808b7c2dba389df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39012026-05-23T04:18:20.359Z Compiling utf-8 v0.7.6
39022026-05-23T04:18:20.399Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
39032026-05-23T04:18:20.402Z Running `/home/build/.rustup/toolchains/1.94.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=c108111c758fd0f3 -C extra-filename=-9b4dcb7dd8572e1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39042026-05-23T04:18:20.483Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
39052026-05-23T04:18:20.486Z Running `/home/build/.rustup/toolchains/1.94.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=6ac1d11ae8d6e6d1 -C extra-filename=-46df762378d6d699 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-46df762378d6d699 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39062026-05-23T04:18:20.558Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/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=d2ee2caa44a840a3 -C extra-filename=-e3a6cbb274ddd91f --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-1ee2af51d6684b9c.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-6359cd8ed24a1cd3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39072026-05-23T04:18:20.638Z Compiling tar v0.4.45
39082026-05-23T04:18:20.642Z Compiling headers v0.4.1
39092026-05-23T04:18:20.642Z Running `/home/build/.rustup/toolchains/1.94.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=b6792a8144910385 -C extra-filename=-13e665606f435ce9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
39102026-05-23T04:18:20.755Z Compiling rcgen v0.12.1
39112026-05-23T04:18:20.758Z Compiling libefi-sys v0.1.0
39122026-05-23T04:18:20.758Z Compiling tungstenite v0.21.0
39132026-05-23T04:18:20.758Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-8ec506a74000e545/build-script-build`
39142026-05-23T04:18:20.795Z Running `/home/build/.rustup/toolchains/1.94.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=39792e29fb51c744 -C extra-filename=-9e5d1d8037063043 --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-42ab93db90545655.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-bcb7dd51ca81bac9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39152026-05-23T04:18:20.798Z Running `/home/build/.rustup/toolchains/1.94.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=e4743641479b4f66 -C extra-filename=-1d17b933e10e833d --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-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-b66e83976bab5d24.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-8f587c6ddd5813db.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a07cde80cd4a0a17.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39162026-05-23T04:18:20.924Z Compiling sqlformat v0.3.5
39172026-05-23T04:18:20.927Z Compiling bitfield-struct v0.6.2
39182026-05-23T04:18:20.964Z Running `/home/build/.rustup/toolchains/1.94.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=3ab7c9c273999813 -C extra-filename=-4631c617a980eb28 --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-a66b21d7e85e0d3c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-f6080bf5a811f2ff.rmeta --cap-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-69178f5f405916b0/out`
39192026-05-23T04:18:20.967Z Running `/home/build/.rustup/toolchains/1.94.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=444962f075578172 -C extra-filename=-50f6f6f75d12a0c5 --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-9ccc3691c9035196.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-38592406369b8a48.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-9b4dcb7dd8572e1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39202026-05-23T04:18:20.967Z Running `/home/build/.rustup/toolchains/1.94.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=c501deaf16b96283 -C extra-filename=-75e468c27f09179e --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-75e468c27f09179e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39212026-05-23T04:18:21.046Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39222026-05-23T04:18:21.049Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
39232026-05-23T04:18:21.049Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-543b74546a1d6fbb/build-script-build`
39242026-05-23T04:18:21.049Z Running `/home/build/.rustup/toolchains/1.94.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=fbf198c74e164449 -C extra-filename=-f7fb554c399c395e --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-c0a6705721dfc792.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-90bed323691ab3cb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39252026-05-23T04:18:21.049Z Running `/home/build/.rustup/toolchains/1.94.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=05ad3038b900d9b4 -C extra-filename=-146e83aea723331f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39262026-05-23T04:18:21.049Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-7e62b53f6678b973/build-script-build`
39272026-05-23T04:18:21.214Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
39282026-05-23T04:18:21.215Z Compiling qorb v0.4.1
39292026-05-23T04:18:21.218Z Compiling radium v0.7.0
39302026-05-23T04:18:21.218Z Compiling maybe-uninit v2.0.0
39312026-05-23T04:18:21.218Z Compiling tap v1.0.1
39322026-05-23T04:18:21.218Z Running `/home/build/.rustup/toolchains/1.94.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=e8e7efe113c1425e -C extra-filename=-e386cd846ec3269e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39332026-05-23T04:18:21.252Z Running `/home/build/.rustup/toolchains/1.94.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=2fe2e78202747ab3 -C extra-filename=-0ef895433b5c8064 --out-dir /work/oxidecomputer/omicron/target/debug/build/fmd-adm-sys-0ef895433b5c8064 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39342026-05-23T04:18:21.441Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/2c6efef/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=af6b4e7cf9c9c5ee -C extra-filename=-46b5b0d17dce412f --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-aa8953624d325365.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-7a5027bc9f094a03.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-6c573f0b1ed52987.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-793719933d52d486.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39352026-05-23T04:18:21.444Z Running `/home/build/.rustup/toolchains/1.94.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=a70cbbe2d6b124d4 -C extra-filename=-db4632270cccb91d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-100cc9c613435fb1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39362026-05-23T04:18:21.444Z Compiling typify v0.6.2
39372026-05-23T04:18:21.444Z Compiling steno v0.4.1
39382026-05-23T04:18:21.444Z Compiling peg v0.8.5
39392026-05-23T04:18:21.444Z Compiling zerocopy-derive v0.6.6
39402026-05-23T04:18:21.444Z Compiling funty v2.0.0
39412026-05-23T04:18:21.444Z Compiling crc-catalog v2.4.0
39422026-05-23T04:18:21.444Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-46df762378d6d699/build-script-build`
39432026-05-23T04:18:21.480Z Running `/home/build/.rustup/toolchains/1.94.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=5f4c8f669de0b02b -C extra-filename=-1f239757afdd21d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-1f239757afdd21d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39442026-05-23T04:18:21.483Z Running `/home/build/.rustup/toolchains/1.94.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=a9055361cee57932 -C extra-filename=-289fda8af79879a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-289fda8af79879a5 -L 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-05-23T04:18:21.483Z Running `/home/build/.rustup/toolchains/1.94.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=1632e1c1780ce542 -C extra-filename=-c1c2c47715ac2178 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39462026-05-23T04:18:21.629Z Running `/home/build/.rustup/toolchains/1.94.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=1c9906fee132e1ef -C extra-filename=-ec0eace3742f8f4b --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-ca8bf967818b2b61.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-070ce17485fd90b6.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39472026-05-23T04:18:21.632Z Running `/work/oxidecomputer/omicron/target/debug/build/psm-ac68c59aa511e214/build-script-build`
39482026-05-23T04:18:21.632Z Running `/home/build/.rustup/toolchains/1.94.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=df4f3c70792324e4 -C extra-filename=-897f70ed92fda8f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ccf6faf54f4a34d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39492026-05-23T04:18:21.633Z Compiling tokio-tungstenite v0.21.0
39502026-05-23T04:18:21.669Z Compiling wyz v0.5.1
39512026-05-23T04:18:21.672Z Compiling packed_struct v0.10.1
39522026-05-23T04:18:21.672Z Compiling bitfield-macros v0.19.4
39532026-05-23T04:18:21.709Z Running `/home/build/.rustup/toolchains/1.94.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=92f5dbfe8b82b361 -C extra-filename=-c6e2b792a2fde82c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39542026-05-23T04:18:21.712Z Running `/home/build/.rustup/toolchains/1.94.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=d85df449d6a394d8 -C extra-filename=-decbb1dc45c50d9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39552026-05-23T04:18:21.712Z Running `/home/build/.rustup/toolchains/1.94.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=6d72e53c19f12723 -C extra-filename=-65c9103bed1e9b17 --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-0fa385db4b9308b0.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39562026-05-23T04:18:21.712Z Running `/home/build/.rustup/toolchains/1.94.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=56b598f8a88e82df -C extra-filename=-8565648b02354f9d --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-10536750ba824ae2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
39572026-05-23T04:18:21.712Z Running `/home/build/.rustup/toolchains/1.94.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=fce1ffebaa942224 -C extra-filename=-a87d8ff45cf640d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39582026-05-23T04:18:21.712Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-75e468c27f09179e/build-script-build`
39592026-05-23T04:18:21.787Z Running `/work/oxidecomputer/omicron/target/debug/build/fmd-adm-sys-0ef895433b5c8064/build-script-build`
39602026-05-23T04:18:21.790Z Running `/home/build/.rustup/toolchains/1.94.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=2a532cdfb667da2c -C extra-filename=-8a5d201b0a2e6745 --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-36174b688f91e133.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-50f6f6f75d12a0c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39612026-05-23T04:18:21.790Z Running `/home/build/.rustup/toolchains/1.94.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=2612078ca5f713c7 -C extra-filename=-57d526702f8f8747 --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-c1c2c47715ac2178.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39622026-05-23T04:18:21.894Z Compiling progenitor-impl v0.14.0
39632026-05-23T04:18:21.897Z Compiling progenitor-impl v0.13.0
39642026-05-23T04:18:21.897Z Compiling packed_struct_codegen v0.10.1
39652026-05-23T04:18:21.897Z Compiling indexmap v1.9.3
39662026-05-23T04:18:21.930Z Running `/home/build/.rustup/toolchains/1.94.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=ff00eba98d99f851 -C extra-filename=-73e4e73fdada66c5 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-73e4e73fdada66c5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39672026-05-23T04:18:21.933Z Running `/home/build/.rustup/toolchains/1.94.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=e8c8c0271088ee42 -C extra-filename=-05b20e2e5b8be722 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39682026-05-23T04:18:22.192Z Running `/home/build/.rustup/toolchains/1.94.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=ea33178c02e90ef5 -C extra-filename=-48be6f6426585421 --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-5370b6ab3a93e0f8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-ec0eace3742f8f4b.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39692026-05-23T04:18:22.195Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39702026-05-23T04:18:22.196Z Compiling crc v3.4.0
39712026-05-23T04:18:22.196Z Compiling xshell-macros v0.2.7
39722026-05-23T04:18:22.196Z Compiling nodrop v0.1.14
39732026-05-23T04:18:22.196Z Compiling hashbrown v0.12.3
39742026-05-23T04:18:22.196Z Compiling ron v0.8.1
39752026-05-23T04:18:22.196Z Compiling hashbrown v0.13.2
39762026-05-23T04:18:22.196Z Compiling crc-any v2.5.0
39772026-05-23T04:18:22.196Z Running `/home/build/.rustup/toolchains/1.94.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=9412fd26540b3200 -C extra-filename=-1107c36ee46c0328 --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-5370b6ab3a93e0f8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-ec0eace3742f8f4b.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39782026-05-23T04:18:22.196Z Running `/home/build/.rustup/toolchains/1.94.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=9e2bea805b5e386f -C extra-filename=-18f218aad7f8981b --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-18f218aad7f8981b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-a5f282b36849bc49.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39792026-05-23T04:18:22.196Z Running `/home/build/.rustup/toolchains/1.94.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=b367cbd578e3d27c -C extra-filename=-2c5b4012fdeaaa56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
39802026-05-23T04:18:22.196Z Running `/home/build/.rustup/toolchains/1.94.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=2131a667e2227339 -C extra-filename=-d3a2260fd8ce3caf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39812026-05-23T04:18:22.196Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-289fda8af79879a5/build-script-build`
39822026-05-23T04:18:22.236Z Running `/home/build/.rustup/toolchains/1.94.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=2c306a3c03361b94 -C extra-filename=-a6e72d83245523e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-864157730925f2ec/out -l static=psm_s --cfg asm --cfg link_asm --cfg switchable_stack --check-cfg 'cfg(switchable_stack,asm,link_asm)'`
39832026-05-23T04:18:22.239Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-1f239757afdd21d8/build-script-build`
39842026-05-23T04:18:22.239Z Compiling path-slash v0.1.5
39852026-05-23T04:18:22.276Z Compiling git-stub v1.0.0
39862026-05-23T04:18:22.279Z Running `/home/build/.rustup/toolchains/1.94.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=0eebec97685ef343 -C extra-filename=-7bc7e60f65199121 --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`
39872026-05-23T04:18:22.279Z Running `/home/build/.rustup/toolchains/1.94.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=4816ff247b6f4b4f -C extra-filename=-560d2b56efad4d36 --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-dd4fa1a35289f367.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39882026-05-23T04:18:22.279Z Running `/home/build/.rustup/toolchains/1.94.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=3d259f8aad4b60f3 -C extra-filename=-befbd8ccf5bbeea0 --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-1efa74adc08c6063.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39892026-05-23T04:18:22.279Z Running `/home/build/.rustup/toolchains/1.94.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=26eca7512bf92f83 -C extra-filename=-d1b94cb05f463156 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39902026-05-23T04:18:22.279Z Running `/home/build/.rustup/toolchains/1.94.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=14b1d6a4cc0ce2b6 -C extra-filename=-147c502226db37b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39912026-05-23T04:18:22.279Z Running `/home/build/.rustup/toolchains/1.94.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=fdeb1585a0815001 -C extra-filename=-a3e9acc453f72690 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39922026-05-23T04:18:22.312Z Running `/home/build/.rustup/toolchains/1.94.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=dab592b7ef13a5b4 -C extra-filename=-3345789e57cdaf58 --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-a87d8ff45cf640d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39932026-05-23T04:18:22.348Z Running `/home/build/.rustup/toolchains/1.94.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=c27d5c925c6d5cb6 -C extra-filename=-313a96fe6ebd0b09 --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-146e83aea723331f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39942026-05-23T04:18:22.351Z Running `/home/build/.rustup/toolchains/1.94.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=f04ba05cade1c2c2 -C extra-filename=-7818962d0556daac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39952026-05-23T04:18:22.391Z Running `/home/build/.rustup/toolchains/1.94.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=a224da1f8fc2fc2e -C extra-filename=-42b72da845c58bf6 --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-14842183da3c6f4a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39962026-05-23T04:18:22.395Z Running `/home/build/.rustup/toolchains/1.94.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=354441ecb6c6b513 -C extra-filename=-6c431d054ca2b0eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
39972026-05-23T04:18:22.395Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
39982026-05-23T04:18:22.422Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-73e4e73fdada66c5/build-script-build`
39992026-05-23T04:18:22.494Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
40002026-05-23T04:18:22.567Z Running `/home/build/.rustup/toolchains/1.94.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=468602f36f63d285 -C extra-filename=-76018aa215a101e8 --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-01e0def4c6020b1d.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-2c5b4012fdeaaa56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40012026-05-23T04:18:22.653Z Compiling array-init v0.0.4
40022026-05-23T04:18:22.656Z Compiling half v1.8.3
40032026-05-23T04:18:22.690Z Compiling proc-macro-error-attr2 v2.0.0
40042026-05-23T04:18:22.695Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/2c6efef/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=02e667ee76d74f97 -C extra-filename=-73fadcb572786b06 --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-01e0def4c6020b1d.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-7fe3a144c7d0724d.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-6c573f0b1ed52987.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-46b5b0d17dce412f.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-253c1fb9aca3f6c0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40052026-05-23T04:18:22.695Z Running `/home/build/.rustup/toolchains/1.94.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=aa43832539692950 -C extra-filename=-501adfc8560ea4ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
40062026-05-23T04:18:22.695Z Running `/home/build/.rustup/toolchains/1.94.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=ddab1e52673f4d66 -C extra-filename=-7f20be138954f37b --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-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern psm=/work/oxidecomputer/omicron/target/debug/deps/libpsm-a6e72d83245523e5.rmeta --cap-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-864157730925f2ec/out`
40072026-05-23T04:18:22.695Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-18f218aad7f8981b/build-script-build`
40082026-05-23T04:18:22.921Z Running `/home/build/.rustup/toolchains/1.94.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=7b809f8ede4fe968 -C extra-filename=-737283aa05120af2 --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-a3e9acc453f72690.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40092026-05-23T04:18:22.924Z Compiling rustyline v14.0.0
40102026-05-23T04:18:22.924Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
40112026-05-23T04:18:22.924Z Compiling zerocopy v0.6.6
40122026-05-23T04:18:22.962Z Compiling maplit v1.0.2
40132026-05-23T04:18:23.005Z Running `/home/build/.rustup/toolchains/1.94.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=13aa3309cc7d162f -C extra-filename=-e54dfc1655ecf43f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40142026-05-23T04:18:23.038Z Running `/home/build/.rustup/toolchains/1.94.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=321241e9c218f9d8 -C extra-filename=-0543390fdd795464 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40152026-05-23T04:18:23.041Z Running `/home/build/.rustup/toolchains/1.94.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=b9bf4e17f42647e7 -C extra-filename=-3a9c68edcfc0b182 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
40162026-05-23T04:18:23.121Z Compiling recursive v0.1.1
40172026-05-23T04:18:23.124Z Compiling bitfield v0.19.4
40182026-05-23T04:18:23.124Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
40192026-05-23T04:18:23.124Z Running `/home/build/.rustup/toolchains/1.94.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=baf650438cf18f2f -C extra-filename=-bbf7a32a49279c54 --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-313a96fe6ebd0b09.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-e386cd846ec3269e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40202026-05-23T04:18:23.124Z Running `/home/build/.rustup/toolchains/1.94.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=e6b91f8e575c0bde -C extra-filename=-08c6f270fc9aa1c8 --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-10536750ba824ae2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-f6d9845e3c86ab5b.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-80e541eacc8a163b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-8565648b02354f9d.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-b5df0a67340ac3d3.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1e24df76c16f817b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40212026-05-23T04:18:23.164Z Running `/home/build/.rustup/toolchains/1.94.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=ad241f5f20c7bf23 -C extra-filename=-441bde8251a51daa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
40222026-05-23T04:18:23.238Z Running `/home/build/.rustup/toolchains/1.94.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=13c0736eb8160eb4 -C extra-filename=-1f7fb59fa0fc8bef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40232026-05-23T04:18:23.280Z Running `/home/build/.rustup/toolchains/1.94.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=f8491bb573d7f341 -C extra-filename=-5380644ed5721c0f --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-9ccc3691c9035196.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-decbb1dc45c50d9a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40242026-05-23T04:18:23.371Z Compiling xshell v0.2.7
40252026-05-23T04:18:23.374Z Compiling serde_cbor v0.11.2
40262026-05-23T04:18:23.374Z Compiling papergrid v0.17.0
40272026-05-23T04:18:23.406Z Compiling testing_table v0.3.0
40282026-05-23T04:18:23.409Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40292026-05-23T04:18:23.409Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
40302026-05-23T04:18:23.409Z Compiling fxhash v0.2.1
40312026-05-23T04:18:23.453Z Running `/home/build/.rustup/toolchains/1.94.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=995d2e47318c6427 -C extra-filename=-2dd97e14d80208ac --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-b1f3d3a12720494f.so --extern stacker=/work/oxidecomputer/omicron/target/debug/deps/libstacker-7f20be138954f37b.rmeta --cap-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-864157730925f2ec/out`
40322026-05-23T04:18:23.456Z Running `/home/build/.rustup/toolchains/1.94.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=540e7a6403a91490 -C extra-filename=-b889da87769e59f7 --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-01e0def4c6020b1d.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-bf9199d9bf1772a7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40332026-05-23T04:18:23.456Z Running `/home/build/.rustup/toolchains/1.94.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=98c07dedbd1dc33d -C extra-filename=-e03ffdc048cb3ed0 --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-d1b94cb05f463156.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
40342026-05-23T04:18:23.483Z Running `/home/build/.rustup/toolchains/1.94.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=627f49557fcdf9cb -C extra-filename=-4ef0b45840b847fd --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-05b20e2e5b8be722.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40352026-05-23T04:18:23.600Z Compiling sqlparser v0.61.0
40362026-05-23T04:18:23.604Z Compiling smallvec v0.6.14
40372026-05-23T04:18:23.604Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
40382026-05-23T04:18:23.604Z Compiling git-stub-vcs v0.1.0
40392026-05-23T04:18:23.604Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
40402026-05-23T04:18:23.604Z Compiling unicase v2.9.0
40412026-05-23T04:18:23.604Z Compiling crc8 v0.1.1
40422026-05-23T04:18:23.604Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
40432026-05-23T04:18:23.641Z Running `/home/build/.rustup/toolchains/1.94.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=78e793cc9152cfe8 -C extra-filename=-ca11d65f21dc5cf6 --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-7bc7e60f65199121.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40442026-05-23T04:18:23.679Z Running `/home/build/.rustup/toolchains/1.94.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=28ffa234826b6242 -C extra-filename=-ccfa7aa365f18a5c --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-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40452026-05-23T04:18:23.683Z Running `/home/build/.rustup/toolchains/1.94.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=a69e4b29548b2e22 -C extra-filename=-da172d19cc2ac3fb --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-10536750ba824ae2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40462026-05-23T04:18:23.683Z Running `/home/build/.rustup/toolchains/1.94.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=694c23d545ee9c90 -C extra-filename=-d44ada03f4aac874 --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-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40472026-05-23T04:18:23.683Z Running `/home/build/.rustup/toolchains/1.94.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=093194061ecc5a27 -C extra-filename=-5fc6c03f1838dc63 --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-330c87bd18ddc8ae.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6d38f3aad90247c6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40482026-05-23T04:18:23.683Z Running `/home/build/.rustup/toolchains/1.94.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=945543d4463b533c -C extra-filename=-d3533f7d368cf1c2 --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-e54dfc1655ecf43f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40492026-05-23T04:18:23.718Z Running `/home/build/.rustup/toolchains/1.94.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=5a8e39abb5c8a101 -C extra-filename=-592e0cbf24357969 --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-9ccc3691c9035196.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40502026-05-23T04:18:23.789Z Compiling bitvec v1.0.1
40512026-05-23T04:18:23.792Z Compiling proc-macro-error2 v2.0.1
40522026-05-23T04:18:23.792Z Compiling diff v0.1.13
40532026-05-23T04:18:23.792Z Compiling vergen-lib v0.1.6
40542026-05-23T04:18:23.793Z Compiling diesel_derives v2.3.7
40552026-05-23T04:18:23.793Z Running `/home/build/.rustup/toolchains/1.94.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=65356b351a9b5f48 -C extra-filename=-d000bd11ea7d48a6 --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-501adfc8560ea4ef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40562026-05-23T04:18:23.826Z Running `/home/build/.rustup/toolchains/1.94.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=59e47b2c1aedbf2b -C extra-filename=-0fee16111fe9c0a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:18:23.896Z Running `/home/build/.rustup/toolchains/1.94.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=cdb33f47b54de9fd -C extra-filename=-1e116711f70f27cf --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-9ccc3691c9035196.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-3345789e57cdaf58.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5380644ed5721c0f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40582026-05-23T04:18:23.899Z Running `/home/build/.rustup/toolchains/1.94.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=ab470d552b15d490 -C extra-filename=-ec261f49b4f878ae --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-ec261f49b4f878ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40592026-05-23T04:18:23.899Z Running `/home/build/.rustup/toolchains/1.94.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=42c02a93564e4360 -C extra-filename=-3caf5449bb6dc371 --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-3caf5449bb6dc371 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40602026-05-23T04:18:23.899Z Running `/home/build/.rustup/toolchains/1.94.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=60a4f63b5b2f2046 -C extra-filename=-ec6c9350b2915c40 --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-3d27c33688bca414.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-42b72da845c58bf6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40612026-05-23T04:18:23.899Z Running `/home/build/.rustup/toolchains/1.94.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=8d53d824c3386bee -C extra-filename=-2352b96d30be233f --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-153496f33718ff11.rmeta --extern recursive=/work/oxidecomputer/omicron/target/debug/deps/librecursive-2dd97e14d80208ac.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-0cab858faf43422e.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-864157730925f2ec/out`
40622026-05-23T04:18:23.938Z Running `/home/build/.rustup/toolchains/1.94.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=2a353f8407627a06 -C extra-filename=-d91f8b7d2415b14d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40632026-05-23T04:18:24.007Z Compiling object v0.30.4
40642026-05-23T04:18:24.010Z Compiling dsl_auto_type v0.2.0
40652026-05-23T04:18:24.010Z Compiling diesel_table_macro_syntax v0.3.0
40662026-05-23T04:18:24.010Z Compiling vergen-gitcl v1.0.8
40672026-05-23T04:18:24.010Z Compiling scheduled-thread-pool v0.2.7
40682026-05-23T04:18:24.010Z Compiling downcast-rs v2.0.2
40692026-05-23T04:18:24.010Z Compiling parking_lot_core v0.8.6
40702026-05-23T04:18:24.046Z Running `/home/build/.rustup/toolchains/1.94.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=f7ae597d5ca7ee60 -C extra-filename=-4494f7fbe91c66d0 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-4494f7fbe91c66d0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40712026-05-23T04:18:24.049Z Running `/home/build/.rustup/toolchains/1.94.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=400fbe22f5a290a0 -C extra-filename=-16c8ec8c305c3f38 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel_derives-16c8ec8c305c3f38 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40722026-05-23T04:18:24.049Z Running `/home/build/.rustup/toolchains/1.94.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=608bdb10c04bfe1c -C extra-filename=-42e5572c7af819b4 --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-0543390fdd795464.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40732026-05-23T04:18:24.049Z Running `/home/build/.rustup/toolchains/1.94.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=0aa73623e2f7338c -C extra-filename=-ce8240904e94ca51 --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-c6e2b792a2fde82c.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-441bde8251a51daa.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-c1c2c47715ac2178.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-57d526702f8f8747.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40742026-05-23T04:18:24.049Z Running `/home/build/.rustup/toolchains/1.94.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=5c90279b8e1debc5 -C extra-filename=-89e26fc4232fb772 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:18:24.165Z Running `/home/build/.rustup/toolchains/1.94.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=9fefca88fc3b27fe -C extra-filename=-039e156271399c90 --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-6607a922dcc8bcfe.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40762026-05-23T04:18:24.169Z Running `/home/build/.rustup/toolchains/1.94.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=4d96ec40852a95b6 -C extra-filename=-6a24b29c50b42134 --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-74759b175612c26b.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-befbd8ccf5bbeea0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e03ffdc048cb3ed0.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40772026-05-23T04:18:24.169Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
40782026-05-23T04:18:24.169Z Compiling kstat-rs v0.2.4
40792026-05-23T04:18:24.202Z Compiling dirs-sys-next v0.1.2
40802026-05-23T04:18:24.205Z Running `/home/build/.rustup/toolchains/1.94.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=4a7e6af7c6efab71 -C extra-filename=-98cfe07c2d8a807c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40812026-05-23T04:18:24.205Z Running `/home/build/.rustup/toolchains/1.94.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=883df1afae08db99 -C extra-filename=-e8ecabee8e1c2764 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-e8ecabee8e1c2764 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40822026-05-23T04:18:24.206Z Running `/home/build/.rustup/toolchains/1.94.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=683019f16f63bee9 -C extra-filename=-d591d44c8f3e06a0 --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-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40832026-05-23T04:18:24.206Z Running `/home/build/.rustup/toolchains/1.94.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=e2f80d872c6a76d3 -C extra-filename=-292c926930142aea --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-62949386ed40d690.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40842026-05-23T04:18:24.206Z Running `/home/build/.rustup/toolchains/1.94.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=576b50fe026ab920 -C extra-filename=-015863a2f25735d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-015863a2f25735d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40852026-05-23T04:18:24.245Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-ec261f49b4f878ae/build-script-build`
40862026-05-23T04:18:24.250Z Compiling serde-hex v0.1.0
40872026-05-23T04:18:24.250Z Compiling crunchy v0.2.4
40882026-05-23T04:18:24.250Z Running `/home/build/.rustup/toolchains/1.94.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=1666159b740464c2 -C extra-filename=-1129bd28206c6101 --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-560d2b56efad4d36.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-1e116711f70f27cf.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5380644ed5721c0f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40892026-05-23T04:18:24.282Z Running `/home/build/.rustup/toolchains/1.94.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=5a5c376b88abda9b -C extra-filename=-a04602486a2c081a --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-01e0def4c6020b1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40902026-05-23T04:18:24.286Z Running `/home/build/.rustup/toolchains/1.94.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=7329ad2a8babec8a -C extra-filename=-a7a65fe746be8b7b --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40912026-05-23T04:18:24.314Z Compiling clang-sys v1.8.1
40922026-05-23T04:18:24.317Z Compiling prefix-trie v0.7.0
40932026-05-23T04:18:24.317Z Compiling tiny-keccak v2.0.2
40942026-05-23T04:18:24.395Z Running `/home/build/.rustup/toolchains/1.94.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=ae0de30961dc640b -C extra-filename=-7654f875398eb98b --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-737283aa05120af2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d000bd11ea7d48a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40952026-05-23T04:18:24.398Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-3caf5449bb6dc371/build-script-build`
40962026-05-23T04:18:24.398Z Running `/home/build/.rustup/toolchains/1.94.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=e312fb4ddfc01a4e -C extra-filename=-88ee58c191fe4f95 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-88ee58c191fe4f95 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40972026-05-23T04:18:24.471Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
40982026-05-23T04:18:24.474Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
40992026-05-23T04:18:24.474Z Running `/home/build/.rustup/toolchains/1.94.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=51f0439b9341fdd5 -C extra-filename=-4215f02aa04f62d8 --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-a2842e0873418566.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41002026-05-23T04:18:24.474Z Running `/home/build/.rustup/toolchains/1.94.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=c8a5ebf52cb6a700 -C extra-filename=-7dd0b1dc4a27f0f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-7dd0b1dc4a27f0f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41012026-05-23T04:18:24.474Z Running `/home/build/.rustup/toolchains/1.94.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=d09b2af169597885 -C extra-filename=-80bf1403ea7d9b5f --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-80bf1403ea7d9b5f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41022026-05-23T04:18:24.580Z Compiling dirs-next v2.0.0
41032026-05-23T04:18:24.584Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
41042026-05-23T04:18:24.584Z Compiling arc-swap v1.8.2
41052026-05-23T04:18:24.619Z Running `/home/build/.rustup/toolchains/1.94.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=8775558b2115f4cd -C extra-filename=-b1ebea172c3bc886 --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-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-da172d19cc2ac3fb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41062026-05-23T04:18:24.622Z Running `/home/build/.rustup/toolchains/1.94.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=f3a47c8ca2625d7d -C extra-filename=-eee360b8cb33a6bb --out-dir /work/oxidecomputer/omicron/target/debug/build/ntp-admin-v1-client-eee360b8cb33a6bb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-ec6c9350b2915c40.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41072026-05-23T04:18:24.622Z Running `/home/build/.rustup/toolchains/1.94.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=4a82a6ede9b76022 -C extra-filename=-3d344358330094a4 --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-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.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/`
41082026-05-23T04:18:24.659Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-4494f7fbe91c66d0/build-script-build`
41092026-05-23T04:18:24.662Z Compiling nanorand v0.7.0
41102026-05-23T04:18:24.662Z Running `/home/build/.rustup/toolchains/1.94.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=66441a66f237315d -C extra-filename=-7bab5aaedd533df9 --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-aa8953624d325365.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-a7a65fe746be8b7b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41112026-05-23T04:18:24.663Z Running `/home/build/.rustup/toolchains/1.94.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=242844e86dd2a2e1 -C extra-filename=-2b053f444fdd14b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/dns-server-2b053f444fdd14b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-ec6c9350b2915c40.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41122026-05-23T04:18:24.700Z Running `/home/build/.rustup/toolchains/1.94.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=a2e082b51bb21798 -C extra-filename=-90e8f2c254a14af8 --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-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41132026-05-23T04:18:24.703Z Compiling tabled_derive v0.11.0
41142026-05-23T04:18:24.738Z Compiling salty v0.3.0
41152026-05-23T04:18:24.741Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel_derives-16c8ec8c305c3f38/build-script-build`
41162026-05-23T04:18:24.741Z Running `/home/build/.rustup/toolchains/1.94.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=068db0188a650a44 -C extra-filename=-6dfa3e2e840533b7 --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-9ef7dfa7d7bb714e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41172026-05-23T04:18:24.741Z Running `/home/build/.rustup/toolchains/1.94.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=cd41e9f0785ae9ff -C extra-filename=-5b15255986a63e54 --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-5370b6ab3a93e0f8.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-42e5572c7af819b4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41182026-05-23T04:18:24.777Z Running `/home/build/.rustup/toolchains/1.94.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=601fb19bbe3f6c21 -C extra-filename=-c9d07f392c202303 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-c9d07f392c202303 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41192026-05-23T04:18:24.780Z Compiling progenitor-macro v0.13.0
41202026-05-23T04:18:24.780Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-88ee58c191fe4f95/build-script-build`
41212026-05-23T04:18:24.819Z Compiling progenitor-macro v0.14.0
41222026-05-23T04:18:24.822Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-80bf1403ea7d9b5f/build-script-build`
41232026-05-23T04:18:24.822Z Running `/home/build/.rustup/toolchains/1.94.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=65f53c83929f92c2 -C extra-filename=-17bef58f0259aa08 --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-09da23b035805750.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-1107c36ee46c0328.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-1d56f86b93447a7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41242026-05-23T04:18:24.822Z Compiling bit-vec v0.6.3
41252026-05-23T04:18:24.857Z Running `/home/build/.rustup/toolchains/1.94.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=aece6ff291be57cf -C extra-filename=-b7d10b3985533604 --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-09da23b035805750.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-48be6f6426585421.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-1d56f86b93447a7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41262026-05-23T04:18:24.860Z Compiling primeorder v0.13.6
41272026-05-23T04:18:24.898Z Running `/home/build/.rustup/toolchains/1.94.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=ddc1d86f5fc63f75 -C extra-filename=-4e3e526b209fed09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41282026-05-23T04:18:24.936Z Compiling itertools v0.10.5
41292026-05-23T04:18:24.940Z Running `/home/build/.rustup/toolchains/1.94.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=cc0eaffb1c59b795 -C extra-filename=-f975d5147940ae2c --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-ae11fbee9e1da3a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41302026-05-23T04:18:24.975Z Compiling hickory-server v0.25.2
41312026-05-23T04:18:25.008Z Running `/home/build/.rustup/toolchains/1.94.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=5e7ada034f00810d -C extra-filename=-0bdb4d1729bd24d1 --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-4d7aa96ddad28561.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41322026-05-23T04:18:25.012Z Compiling r2d2 v0.8.10
41332026-05-23T04:18:25.012Z Running `/home/build/.rustup/toolchains/1.94.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=0103a5c850c85ed6 -C extra-filename=-1217c5f5fc243f1f --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-3d40f90b1355ed80.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-5f1c8d19066dc220.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-4215f02aa04f62d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41342026-05-23T04:18:25.047Z Compiling flume v0.11.1
41352026-05-23T04:18:25.051Z Compiling ena v0.14.4
41362026-05-23T04:18:25.078Z Running `/home/build/.rustup/toolchains/1.94.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=c93c011c9f0a1ec6 -C extra-filename=-a4aac3f0f88b1175 --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-153496f33718ff11.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-292c926930142aea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41372026-05-23T04:18:25.081Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-e8ecabee8e1c2764/build-script-build`
41382026-05-23T04:18:25.081Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-7dd0b1dc4a27f0f5/build-script-build`
41392026-05-23T04:18:25.081Z Running `/home/build/.rustup/toolchains/1.94.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=27a2cb527f6e5059 -C extra-filename=-2d74b937c2014210 --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-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-6dfa3e2e840533b7.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41402026-05-23T04:18:25.115Z Running `/home/build/.rustup/toolchains/1.94.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=121ed0db79b34a25 -C extra-filename=-d295b41b556b03bc --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-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41412026-05-23T04:18:25.154Z Compiling libloading v0.8.9
41422026-05-23T04:18:25.157Z Compiling bindgen v0.71.1
41432026-05-23T04:18:25.192Z Running `/home/build/.rustup/toolchains/1.94.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=dcd22c592a8a9346 -C extra-filename=-988b520d8785f0dd --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-aa8953624d325365.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41442026-05-23T04:18:25.195Z Running `/home/build/.rustup/toolchains/1.94.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=eae53c7b3ce42c6f -C extra-filename=-25395a1e951b6a85 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-25395a1e951b6a85 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41452026-05-23T04:18:25.266Z Compiling term v0.7.0
41462026-05-23T04:18:25.269Z Running `/home/build/.rustup/toolchains/1.94.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=60eba7721296d64a -C extra-filename=-43827a5359ab79cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-fd1d071cffe3b781.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)'`
41472026-05-23T04:18:25.340Z Running `/home/build/.rustup/toolchains/1.94.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=4add9cdda43458e2 -C extra-filename=-4b62239cf4d8d529 --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-7bab5aaedd533df9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41482026-05-23T04:18:25.371Z Compiling slog-scope v4.4.1
41492026-05-23T04:18:25.374Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-015863a2f25735d1/build-script-build`
41502026-05-23T04:18:25.374Z Running `/home/build/.rustup/toolchains/1.94.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=335d5d2551232a8c -C extra-filename=-6d3551e82eddac88 --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-ce8240904e94ca51.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-d3a2260fd8ce3caf.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41512026-05-23T04:18:25.412Z Running `/home/build/.rustup/toolchains/1.94.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=6818b20dcfa613bd -C extra-filename=-49d2450e36001f53 --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-90e8f2c254a14af8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41522026-05-23T04:18:25.448Z Compiling regex-syntax v0.6.29
41532026-05-23T04:18:25.451Z Running `/home/build/.rustup/toolchains/1.94.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=5b075bfd32791468 -C extra-filename=-e49192f09e1d1610 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41542026-05-23T04:18:25.451Z Running `/home/build/.rustup/toolchains/1.94.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=1e00ec4975c0a1ed -C extra-filename=-4ebebc69f093df9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41552026-05-23T04:18:25.487Z Compiling cexpr v0.6.0
41562026-05-23T04:18:25.490Z Running `/home/build/.rustup/toolchains/1.94.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=557da5e4034658e1 -C extra-filename=-7c6d49e0ee2993de --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-642be4af1a5a9ef4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41572026-05-23T04:18:25.560Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41582026-05-23T04:18:25.663Z Running `/home/build/.rustup/toolchains/1.94.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=8cdbe4cb911bf831 -C extra-filename=-0ab80e32425d03a6 --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-1034a81c89142beb.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-c7f9bdf8f54edfdf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41592026-05-23T04:18:25.666Z Compiling bit-set v0.5.3
41602026-05-23T04:18:25.666Z Running `/home/build/.rustup/toolchains/1.94.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=976a4875b8f5a378 -C extra-filename=-efd76ad06cfa374f --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-d591d44c8f3e06a0.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-039e156271399c90.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41612026-05-23T04:18:25.701Z Compiling rustc-hash v2.1.1
41622026-05-23T04:18:25.704Z Running `/home/build/.rustup/toolchains/1.94.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=c6e0e74f082dd95e -C extra-filename=-81f29c4a17e961ba --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-4e3e526b209fed09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41632026-05-23T04:18:25.739Z Running `/home/build/.rustup/toolchains/1.94.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=1da7d4560588b34a -C extra-filename=-e33874ae1f2a5c15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41642026-05-23T04:18:25.742Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-c9d07f392c202303/build-script-build`
41652026-05-23T04:18:25.846Z Running `/work/oxidecomputer/omicron/target/debug/build/dns-server-2b053f444fdd14b9/build-script-build`
41662026-05-23T04:18:25.849Z Running `/home/build/.rustup/toolchains/1.94.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=6b4e339e7378bf0b -C extra-filename=-e6d3c8372e7cee78 --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-d7e788ba801484ae.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-988b520d8785f0dd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41672026-05-23T04:18:25.923Z Compiling libxml v0.3.3
41682026-05-23T04:18:25.926Z Compiling p384 v0.13.1
41692026-05-23T04:18:25.961Z Running `/home/build/.rustup/toolchains/1.94.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=f15109f406252719 -C extra-filename=-bdfb326f976e2156 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-bdfb326f976e2156 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41702026-05-23T04:18:26.003Z Compiling strum_macros v0.24.3
41712026-05-23T04:18:26.007Z Compiling indoc v1.0.9
41722026-05-23T04:18:26.007Z Running `/home/build/.rustup/toolchains/1.94.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=d52913da101e1e9b -C extra-filename=-749f93daa76cecbe --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-49e819e9bc7c00a1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-f975d5147940ae2c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41732026-05-23T04:18:26.007Z Running `/work/oxidecomputer/omicron/target/debug/build/ntp-admin-v1-client-eee360b8cb33a6bb/build-script-build`
41742026-05-23T04:18:26.007Z Running `/home/build/.rustup/toolchains/1.94.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=216ac6bbef0d1555 -C extra-filename=-936e412f76a84e0a --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-445c8839df6eec4c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41752026-05-23T04:18:26.007Z Running `/home/build/.rustup/toolchains/1.94.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=f9d833b6edb20199 -C extra-filename=-5e3caf26cddc1468 --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`
41762026-05-23T04:18:26.076Z Compiling quick-xml v0.37.5
41772026-05-23T04:18:26.079Z Running `/home/build/.rustup/toolchains/1.94.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=467c3d7f04dd244c -C extra-filename=-2830efaff709bf8a --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-9d0bb49b988bc1dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41782026-05-23T04:18:26.079Z Compiling impl-trait-for-tuples v0.2.3
41792026-05-23T04:18:26.114Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-25395a1e951b6a85/build-script-build`
41802026-05-23T04:18:26.117Z Running `/home/build/.rustup/toolchains/1.94.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=bbcbf7b4474abd64 -C extra-filename=-2495d898a92491df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41812026-05-23T04:18:26.159Z Running `/home/build/.rustup/toolchains/1.94.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=f63223eb176dadc5 -C extra-filename=-c56db14a5b06353c --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-e49192f09e1d1610.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41822026-05-23T04:18:26.189Z Compiling oso-derive v0.27.3
41832026-05-23T04:18:26.192Z Compiling openssl-probe v0.1.6
41842026-05-23T04:18:26.193Z Running `/home/build/.rustup/toolchains/1.94.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=2444f87030898419 -C extra-filename=-c88d3041c87251da --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-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41852026-05-23T04:18:26.222Z Running `/home/build/.rustup/toolchains/1.94.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=9f5cca5d510575cd -C extra-filename=-5943aa0198da3b68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41862026-05-23T04:18:26.225Z Running `/home/build/.rustup/toolchains/1.94.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=c33ed8471e329fc5 -C extra-filename=-e8befdbc00eb9d8b --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-aa8953624d325365.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-86d1f25375d74a93.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41872026-05-23T04:18:26.431Z Compiling typify-impl v0.4.3
41882026-05-23T04:18:26.434Z Running `/home/build/.rustup/toolchains/1.94.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.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=c95aa522b0643ede -C extra-filename=-64c4429d2f700e58 --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-5370b6ab3a93e0f8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41892026-05-23T04:18:26.497Z Running `/home/build/.rustup/toolchains/1.94.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=56d59ebd8cb53b91 -C extra-filename=-9ab5843b6b4b023c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-fd1d071cffe3b781.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-de6bc424e8842dd4.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-43827a5359ab79cb.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)'`
41902026-05-23T04:18:26.607Z Compiling ascii-canvas v3.0.0
41912026-05-23T04:18:26.610Z Running `/home/build/.rustup/toolchains/1.94.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=fc245c42d8666907 -C extra-filename=-863b23910bccd35b --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-4b62239cf4d8d529.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41922026-05-23T04:18:26.722Z Compiling slog-stdlog v4.1.1
41932026-05-23T04:18:26.725Z Running `/home/build/.rustup/toolchains/1.94.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=2eeac314a206fea2 -C extra-filename=-c9ad73fa8c1d743b --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-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
41942026-05-23T04:18:26.725Z Running `/home/build/.rustup/toolchains/1.94.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=3c8ccb0e77fbe45b -C extra-filename=-54640c9482fa4464 --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-153496f33718ff11.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-49d2450e36001f53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41952026-05-23T04:18:26.760Z Compiling trait-variant v0.1.2
41962026-05-23T04:18:26.763Z Running `/home/build/.rustup/toolchains/1.94.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=2316a0d074b9422c -C extra-filename=-20a7eae657d9e63d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41972026-05-23T04:18:26.792Z Compiling fs-err v2.11.0
41982026-05-23T04:18:26.795Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
41992026-05-23T04:18:26.795Z Running `/home/build/.rustup/toolchains/1.94.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=e4311fb109163367 -C extra-filename=-49149b8ac9d54ad8 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-49149b8ac9d54ad8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-a5f282b36849bc49.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42002026-05-23T04:18:26.908Z Compiling tabled v0.20.0
42012026-05-23T04:18:26.911Z Compiling predicates-tree v1.0.13
42022026-05-23T04:18:26.911Z Running `/home/build/.rustup/toolchains/1.94.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=ffe321aae11094f4 -C extra-filename=-67114daed709fb2a --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-67114daed709fb2a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42032026-05-23T04:18:26.940Z Compiling parking_lot v0.11.2
42042026-05-23T04:18:26.943Z Compiling assert_matches v1.5.0
42052026-05-23T04:18:26.943Z Running `/home/build/.rustup/toolchains/1.94.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=ba699798bca79f0b -C extra-filename=-6877e4f36627a62e --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-5fc6c03f1838dc63.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-5b15255986a63e54.so --extern testing_table=/work/oxidecomputer/omicron/target/debug/deps/libtesting_table-d44ada03f4aac874.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42062026-05-23T04:18:26.943Z Running `/home/build/.rustup/toolchains/1.94.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=8f2861c8f8c0a86a -C extra-filename=-aa2fee6586458543 --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-4ac1a54594d09143.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42072026-05-23T04:18:26.943Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
42082026-05-23T04:18:26.977Z Running `/home/build/.rustup/toolchains/1.94.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=850394474644004f -C extra-filename=-8a3d1e256d59ce6a --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-86d1f25375d74a93.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-37b593e45a181d21.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-e8befdbc00eb9d8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42092026-05-23T04:18:26.980Z Running `/home/build/.rustup/toolchains/1.94.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=84dc8859297ec220 -C extra-filename=-b146f4d917ffff0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42102026-05-23T04:18:26.981Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/90efdc6/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=af8387aa7a31cb9a -C extra-filename=-2335065f1cc0e588 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b889da87769e59f7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42112026-05-23T04:18:27.017Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-bdfb326f976e2156/build-script-build`
42122026-05-23T04:18:27.053Z Compiling bb8 v0.8.6
42132026-05-23T04:18:27.056Z Running `/home/build/.rustup/toolchains/1.94.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=138d8dc8b4660d1d -C extra-filename=-87d7fba5f722ae1f --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-3d40f90b1355ed80.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-62949386ed40d690.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42142026-05-23T04:18:27.129Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42152026-05-23T04:18:27.132Z Running `/home/build/.rustup/toolchains/1.94.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=7cb3214b51f243e8 -C extra-filename=-726b0e09a433a647 --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-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42162026-05-23T04:18:27.242Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42172026-05-23T04:18:27.281Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
42182026-05-23T04:18:27.284Z Running `/home/build/.rustup/toolchains/1.94.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=a379f488d35174cf -C extra-filename=-bb36046d5d0c123e --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-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3136d8787cee3542.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-0ab80e32425d03a6.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-c9ad73fa8c1d743b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42192026-05-23T04:18:27.319Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
42202026-05-23T04:18:27.323Z Running `/home/build/.rustup/toolchains/1.94.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=38720fa602fbaa8a -C extra-filename=-61d6aee1bf595309 --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-01e0def4c6020b1d.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`
42212026-05-23T04:18:27.323Z Running `/home/build/.rustup/toolchains/1.94.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=cb7a5e52cd8d45bb -C extra-filename=-79789e0c8459793b --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-79789e0c8459793b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42222026-05-23T04:18:27.323Z Running `/home/build/.rustup/toolchains/1.94.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=d8935b072060e356 -C extra-filename=-b5a16f3dd1673259 --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-4ef0b45840b847fd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-6d3551e82eddac88.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42232026-05-23T04:18:27.393Z Compiling corncobs v0.1.4
42242026-05-23T04:18:27.397Z Running `/home/build/.rustup/toolchains/1.94.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=05de0b724bd79261 -C extra-filename=-d945b2c55f29d708 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42252026-05-23T04:18:27.472Z Compiling sled v0.34.7
42262026-05-23T04:18:27.475Z Running `/home/build/.rustup/toolchains/1.94.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=0518769d78c7ac03 -C extra-filename=-8acd779beeb1face --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-74759b175612c26b.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-592e0cbf24357969.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-8a3d1e256d59ce6a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42272026-05-23T04:18:27.554Z Compiling lalrpop v0.19.12
42282026-05-23T04:18:27.596Z Compiling slog-envlogger v2.2.0
42292026-05-23T04:18:27.599Z Running `/home/build/.rustup/toolchains/1.94.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=20fab3aacab15551 -C extra-filename=-706a99e16fcbe5ff --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-863b23910bccd35b.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-81f29c4a17e961ba.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-89e26fc4232fb772.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-d295b41b556b03bc.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-20b7496aabe07267.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0bdb4d1729bd24d1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ccf6faf54f4a34d3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-4ebebc69f093df9f.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4dd8f72c85e6b2bf.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-c56db14a5b06353c.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-926f5fabeb167efb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42302026-05-23T04:18:27.638Z Compiling parse-size v1.1.0
42312026-05-23T04:18:27.642Z Running `/home/build/.rustup/toolchains/1.94.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=3848f0cb3bde2e13 -C extra-filename=-6874541e8b31c114 --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-153496f33718ff11.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-49d2450e36001f53.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-54640c9482fa4464.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42322026-05-23T04:18:27.642Z Compiling secrecy v0.8.0
42332026-05-23T04:18:27.678Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-49149b8ac9d54ad8/build-script-build`
42342026-05-23T04:18:27.681Z Running `/home/build/.rustup/toolchains/1.94.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=617628a60e3077c3 -C extra-filename=-53b3c6bb35e26b47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42352026-05-23T04:18:27.681Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-67114daed709fb2a/build-script-build`
42362026-05-23T04:18:27.682Z Compiling mime_guess v2.0.5
42372026-05-23T04:18:27.682Z Compiling ignore v0.4.25
42382026-05-23T04:18:27.682Z Running `/home/build/.rustup/toolchains/1.94.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=638b29623d6ab2a9 -C extra-filename=-e7c482e92d8ec671 --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-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42392026-05-23T04:18:27.718Z Compiling illumos-nvpair-sys v0.2.0
42402026-05-23T04:18:27.721Z Running `/home/build/.rustup/toolchains/1.94.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=1ca9c56a54b0e56a -C extra-filename=-26e14e65ef03aaee --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-26e14e65ef03aaee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d91f8b7d2415b14d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42412026-05-23T04:18:27.721Z Running `/home/build/.rustup/toolchains/1.94.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=16b966c6ee1aea08 -C extra-filename=-b4a53016c005d6d9 --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-51872676107046e4.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-7ed5b5014e10b2ab.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rmeta --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-1b0901582467a41f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42422026-05-23T04:18:27.759Z Compiling nonempty v0.12.0
42432026-05-23T04:18:27.762Z Running `/home/build/.rustup/toolchains/1.94.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=97dfedf0d8cc9741 -C extra-filename=-76feba21e2fd766a --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-nvpair-sys-76feba21e2fd766a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42442026-05-23T04:18:27.762Z Running `/home/build/.rustup/toolchains/1.94.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=7f27b619215f8f2e -C extra-filename=-641f0cbb9f6ed962 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42452026-05-23T04:18:27.793Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-79789e0c8459793b/build-script-build`
42462026-05-23T04:18:27.930Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42472026-05-23T04:18:27.968Z Running `/home/build/.rustup/toolchains/1.94.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=7def881f39bbb669 -C extra-filename=-377886be39c1f034 --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-10536750ba824ae2.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-7c6d49e0ee2993de.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-e6d3c8372e7cee78.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-fa4aea552415bcb1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42482026-05-23T04:18:27.971Z Running `/home/build/.rustup/toolchains/1.94.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=1bda9fe9ac2aa868 -C extra-filename=-ed41fcc14fde772a --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-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.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/`
42492026-05-23T04:18:27.972Z Running `/home/build/.rustup/toolchains/1.94.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=8754b90324976f96 -C extra-filename=-b1fb3636e30508e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
42502026-05-23T04:18:27.972Z Running `/home/build/.rustup/toolchains/1.94.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=ee9daf87a86bf0b1 -C extra-filename=-8a7be1db8082819c --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-1187af0aead528db.rmeta --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-d945b2c55f29d708.rmeta --extern dice_util_barcode=/work/oxidecomputer/omicron/target/debug/deps/libdice_util_barcode-726b0e09a433a647.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-983444725a874fd5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42512026-05-23T04:18:28.007Z Compiling http-range v0.1.5
42522026-05-23T04:18:28.010Z Running `/home/build/.rustup/toolchains/1.94.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=590a67b7c1fa1540 -C extra-filename=-7fb963e4479516a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42532026-05-23T04:18:28.046Z Compiling signal-hook-tokio v0.3.1
42542026-05-23T04:18:28.049Z Running `/home/build/.rustup/toolchains/1.94.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=d1cb9f2e4531c30a -C extra-filename=-10c920bdeb10a557 --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-d2281c904bfe50c1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42552026-05-23T04:18:28.049Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42562026-05-23T04:18:28.120Z Compiling atty v0.2.14
42572026-05-23T04:18:28.123Z Running `/home/build/.rustup/toolchains/1.94.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=be70e2479de2b7b1 -C extra-filename=-ae76072ae87a9f09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern trait_variant=/work/oxidecomputer/omicron/target/debug/deps/libtrait_variant-20a7eae657d9e63d.so --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d91f8b7d2415b14d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-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-69178f5f405916b0/out`
42582026-05-23T04:18:28.162Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
42592026-05-23T04:18:28.165Z Running `/home/build/.rustup/toolchains/1.94.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=520306544ac77b3c -C extra-filename=-6804a3d52d287432 --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42602026-05-23T04:18:28.202Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
42612026-05-23T04:18:28.206Z Running `/home/build/.rustup/toolchains/1.94.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=5839475ed86c5672 -C extra-filename=-37c556b03824e829 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-37c556b03824e829 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42622026-05-23T04:18:28.206Z Running `/home/build/.rustup/toolchains/1.94.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=2ad0aabb9de5e2ab -C extra-filename=-cdbdd0633c582abb --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-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3136d8787cee3542.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-0ab80e32425d03a6.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-c9ad73fa8c1d743b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42632026-05-23T04:18:28.241Z Compiling tungstenite v0.23.0
42642026-05-23T04:18:28.244Z Compiling void v1.0.2
42652026-05-23T04:18:28.244Z Running `/home/build/.rustup/toolchains/1.94.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=a44ccaa191a59d5a -C extra-filename=-1ae5c4d4cabb8aae --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-9ccc3691c9035196.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-38592406369b8a48.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-9b4dcb7dd8572e1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42662026-05-23T04:18:28.282Z Running `/home/build/.rustup/toolchains/1.94.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=abc14917721dc455 -C extra-filename=-6a57c6d5d7bfbd36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42672026-05-23T04:18:28.335Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
42682026-05-23T04:18:28.373Z Compiling nix v0.27.1
42692026-05-23T04:18:28.376Z Compiling serde_bytes v0.11.19
42702026-05-23T04:18:28.410Z Running `/home/build/.rustup/toolchains/1.94.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=bc5b88065a11acd0 -C extra-filename=-9ce3e326118bb501 --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-9ccc3691c9035196.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-3345789e57cdaf58.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5380644ed5721c0f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42712026-05-23T04:18:28.413Z Compiling rand_seeder v0.4.0
42722026-05-23T04:18:28.441Z Compiling is_ci v1.2.0
42732026-05-23T04:18:28.444Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-nvpair-sys-76feba21e2fd766a/build-script-build`
42742026-05-23T04:18:28.444Z Running `/home/build/.rustup/toolchains/1.94.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=5392fd135b1f2f25 -C extra-filename=-e416b75830014548 --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-9741ffcf9f049a12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42752026-05-23T04:18:28.444Z Running `/home/build/.rustup/toolchains/1.94.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=8d2d1d363778861a -C extra-filename=-fe0de38d77a52f20 --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-10536750ba824ae2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-0b48cbbe548ec97c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42762026-05-23T04:18:28.478Z Compiling yansi v1.0.1
42772026-05-23T04:18:28.481Z Running `/home/build/.rustup/toolchains/1.94.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=380ee52064d52995 -C extra-filename=-1afc9ac3053176b1 --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-3159a94201069dd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42782026-05-23T04:18:28.481Z Running `/home/build/.rustup/toolchains/1.94.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=988185de362b3813 -C extra-filename=-21f8d414bac0df95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42792026-05-23T04:18:28.518Z Compiling darling_core v0.23.0
42802026-05-23T04:18:28.522Z Running `/home/build/.rustup/toolchains/1.94.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=7fdd2aef503948b6 -C extra-filename=-0e425d1906f10dfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:18:28.522Z Running `/home/build/.rustup/toolchains/1.94.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=9033e49462a22f0c -C extra-filename=-e3d39429bf8034cc --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-64e259f385e87aa0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-417a3d6901854ea7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42822026-05-23T04:18:28.660Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42832026-05-23T04:18:28.663Z Running `/home/build/.rustup/toolchains/1.94.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=0dbcc90584bdd7e4 -C extra-filename=-6b5e9ba8ed660446 --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-bb36046d5d0c123e.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-049a193beba92f2c.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-98fd6867a764390a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-ed41fcc14fde772a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-749f93daa76cecbe.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-0ab80e32425d03a6.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
42842026-05-23T04:18:28.732Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-37c556b03824e829/build-script-build`
42852026-05-23T04:18:28.769Z Compiling globwalk v0.9.1
42862026-05-23T04:18:28.772Z Running `/home/build/.rustup/toolchains/1.94.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=14428e55e5b7e34d -C extra-filename=-1cc714be6d260e56 --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-10536750ba824ae2.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-b4a53016c005d6d9.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42872026-05-23T04:18:28.881Z Compiling indoc v2.0.7
42882026-05-23T04:18:28.918Z Running `/home/build/.rustup/toolchains/1.94.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=f997843797b648f8 -C extra-filename=-97c7a5d61f7aebaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
42892026-05-23T04:18:28.921Z Compiling instability v0.3.11
42902026-05-23T04:18:28.956Z Running `/home/build/.rustup/toolchains/1.94.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=d7684bfbc721a6e9 -C extra-filename=-0ba76edb0334224c --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`
42912026-05-23T04:18:28.994Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42922026-05-23T04:18:28.997Z Compiling castaway v0.2.4
42932026-05-23T04:18:28.997Z Running `/home/build/.rustup/toolchains/1.94.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=44c40724eab3e64a -C extra-filename=-4eeb1ad0493f47fd --out-dir /work/oxidecomputer/omicron/target/debug/build/instability-4eeb1ad0493f47fd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42942026-05-23T04:18:28.997Z Running `/home/build/.rustup/toolchains/1.94.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=a11a1cbd6078e151 -C extra-filename=-f915c3e0ef2a5241 --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-10536750ba824ae2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42952026-05-23T04:18:28.997Z Running `/home/build/.rustup/toolchains/1.94.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=6f04348e7b8570a1 -C extra-filename=-13ed4e745cc703e2 --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-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42962026-05-23T04:18:29.075Z Compiling camino-tempfile-ext v0.3.3
42972026-05-23T04:18:29.222Z Running `/home/build/.rustup/toolchains/1.94.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=00e2a134e77678e9 -C extra-filename=-9e811ee2e4e07863 --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-31b8b798a759197d.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b2bde8d747fc73bb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-1cc714be6d260e56.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2f47e298a04381f5.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-4ac1a54594d09143.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-aa2fee6586458543.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42982026-05-23T04:18:29.264Z Compiling illumos-nvpair v0.3.0
42992026-05-23T04:18:29.267Z Compiling lzss v0.8.2
43002026-05-23T04:18:29.267Z Compiling pretty_assertions v1.4.1
43012026-05-23T04:18:29.301Z Running `/home/build/.rustup/toolchains/1.94.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=8cd959b34bdd516f -C extra-filename=-3f1f18e843068b41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6877e4f36627a62e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-b1ebea172c3bc886.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-da172d19cc2ac3fb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
43022026-05-23T04:18:29.343Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
43032026-05-23T04:18:29.346Z Compiling compact_str v0.8.1
43042026-05-23T04:18:29.346Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-26e14e65ef03aaee/build-script-build`
43052026-05-23T04:18:29.346Z Running `/home/build/.rustup/toolchains/1.94.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=aeac6fdbdaea6185 -C extra-filename=-5fbbdcbeeb865a0f --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-89e26fc4232fb772.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-0e425d1906f10dfd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43062026-05-23T04:18:29.346Z Running `/home/build/.rustup/toolchains/1.94.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=99cec4d5589b3fc9 -C extra-filename=-ad7439a3c7a5f54e --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-6a57c6d5d7bfbd36.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43072026-05-23T04:18:29.346Z Running `/home/build/.rustup/toolchains/1.94.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=3c8c521243b20a71 -C extra-filename=-ac99841e4b4394c5 --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-97c7a5d61f7aebaf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43082026-05-23T04:18:29.375Z Compiling unicode-truncate v1.1.0
43092026-05-23T04:18:29.411Z Running `/home/build/.rustup/toolchains/1.94.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=e9f6301439f6fbd0 -C extra-filename=-4dcc5c18bc376931 --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-4dcc5c18bc376931 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-48e697dd107668e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43102026-05-23T04:18:29.415Z Running `/home/build/.rustup/toolchains/1.94.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=88a826ce7d4105b5 -C extra-filename=-09a1e1e60637cc67 --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-13ed4e745cc703e2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f08bb8b248c5184c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43112026-05-23T04:18:29.415Z Running `/home/build/.rustup/toolchains/1.94.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=f0db4132ce0ca99f -C extra-filename=-b162fcfe2f8ee1fb --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-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.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/`
43122026-05-23T04:18:29.415Z Running `/work/oxidecomputer/omicron/target/debug/build/instability-4eeb1ad0493f47fd/build-script-build`
43132026-05-23T04:18:29.452Z Running `/home/build/.rustup/toolchains/1.94.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=2d589a7837e5157f -C extra-filename=-2762c27bd5f54408 --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-e4c83b89c41d405d.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43142026-05-23T04:18:29.456Z Compiling lru v0.12.5
43152026-05-23T04:18:29.495Z Running `/home/build/.rustup/toolchains/1.94.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=720abcb279e191d7 -C extra-filename=-ad33d0f5c3bf8af3 --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-74cdada1b096953c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43162026-05-23T04:18:29.533Z Running `/home/build/.rustup/toolchains/1.94.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=a0a330e808def8bb -C extra-filename=-52eb442f5b469a00 --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-a07cde80cd4a0a17.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d91f8b7d2415b14d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43172026-05-23T04:18:29.570Z Compiling cassowary v0.3.0
43182026-05-23T04:18:29.573Z Running `/home/build/.rustup/toolchains/1.94.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=bb389ff6872a4efc -C extra-filename=-fb9d3523f140aa76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43192026-05-23T04:18:29.604Z Compiling console v0.16.2
43202026-05-23T04:18:29.607Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
43212026-05-23T04:18:29.607Z Running `/home/build/.rustup/toolchains/1.94.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=3f92ab426d55bf73 -C extra-filename=-13e18458a0eb3c0c --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-01e0def4c6020b1d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43222026-05-23T04:18:29.645Z Compiling unit-prefix v0.5.2
43232026-05-23T04:18:29.648Z Compiling supports-color v3.0.2
43242026-05-23T04:18:29.648Z Running `/home/build/.rustup/toolchains/1.94.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=a58bb38e386656b6 -C extra-filename=-3cb0d68ccbef8cb7 --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-cdbdd0633c582abb.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-049a193beba92f2c.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-98fd6867a764390a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-b162fcfe2f8ee1fb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-749f93daa76cecbe.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-0ab80e32425d03a6.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
43252026-05-23T04:18:29.648Z Running `/home/build/.rustup/toolchains/1.94.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=24b3869d57079524 -C extra-filename=-56f61e67ff407fd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43262026-05-23T04:18:29.648Z Running `/home/build/.rustup/toolchains/1.94.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=88c0b629a7a9679d -C extra-filename=-a77efd49990fac37 --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-21f8d414bac0df95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43272026-05-23T04:18:29.788Z Compiling tokio-tungstenite v0.23.1
43282026-05-23T04:18:29.824Z Compiling libz-sys v1.1.24
43292026-05-23T04:18:29.839Z Running `/home/build/.rustup/toolchains/1.94.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=3d5935b2806c0914 -C extra-filename=-4a3eb8f33cf00e98 --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-36174b688f91e133.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-1ae5c4d4cabb8aae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43302026-05-23T04:18:29.839Z Running `/home/build/.rustup/toolchains/1.94.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=661e8d94232282e0 -C extra-filename=-236390480cc502d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-236390480cc502d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-faac664678c803f7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43312026-05-23T04:18:29.863Z Compiling typeid v1.0.3
43322026-05-23T04:18:29.902Z Running `/home/build/.rustup/toolchains/1.94.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=e1e42c509610158c -C extra-filename=-d5bf8aecf1dc2053 --out-dir /work/oxidecomputer/omicron/target/debug/build/typeid-d5bf8aecf1dc2053 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43332026-05-23T04:18:29.982Z Compiling hyper-staticfile v0.10.1
43342026-05-23T04:18:30.022Z Running `/home/build/.rustup/toolchains/1.94.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=339ac94abd0d68f2 -C extra-filename=-c6da9003b115e512 --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-36174b688f91e133.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-8f587c6ddd5813db.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-52eb442f5b469a00.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43352026-05-23T04:18:30.097Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
43362026-05-23T04:18:30.138Z Running `/home/build/.rustup/toolchains/1.94.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=2350b04ab7bd5c10 -C extra-filename=-354b975885232484 --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-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-f915c3e0ef2a5241.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43372026-05-23T04:18:30.178Z Compiling indicatif v0.18.4
43382026-05-23T04:18:30.182Z Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43392026-05-23T04:18:30.182Z Running `/home/build/.rustup/toolchains/1.94.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=b3fea271eedab03c -C extra-filename=-ceac3ed82a681911 --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-13e18458a0eb3c0c.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --extern unit_prefix=/work/oxidecomputer/omicron/target/debug/deps/libunit_prefix-56f61e67ff407fd1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43402026-05-23T04:18:30.182Z Compiling libgit2-sys v0.18.3+1.9.2
43412026-05-23T04:18:30.225Z Running `/home/build/.rustup/toolchains/1.94.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=a5d5355a61e5ba59 -C extra-filename=-1bc2225f57f68dc5 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-1bc2225f57f68dc5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43422026-05-23T04:18:30.225Z Running `/home/build/.rustup/toolchains/1.94.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=5b32351a9609154c -C extra-filename=-a5d6d9d7d142ca7c --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-5370b6ab3a93e0f8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43432026-05-23T04:18:30.264Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
43442026-05-23T04:18:30.267Z Running `/home/build/.rustup/toolchains/1.94.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=16ab354e678b1a94 -C extra-filename=-4ce1784a6670809f --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-6c431d054ca2b0eb.rmeta --extern illumos_nvpair=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair-ac99841e4b4394c5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/fm/amd64`
43452026-05-23T04:18:30.305Z Compiling erased-serde v0.4.9
43462026-05-23T04:18:30.308Z Compiling colored v2.2.0
43472026-05-23T04:18:30.308Z Compiling hex-literal v0.4.1
43482026-05-23T04:18:30.311Z Compiling shell-words v1.1.1
43492026-05-23T04:18:30.389Z Running `/home/build/.rustup/toolchains/1.94.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=54494c8355f7d01f -C extra-filename=-e663e6cc4092f6a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/erased-serde-e663e6cc4092f6a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43502026-05-23T04:18:30.393Z Running `/home/build/.rustup/toolchains/1.94.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=f25d009c7b689e8e -C extra-filename=-cf740bb0db11076e --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-dd9102c781fc5d0d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43512026-05-23T04:18:30.393Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-4dcc5c18bc376931/build-script-build`
43522026-05-23T04:18:30.393Z Compiling vergen-git2 v9.1.0
43532026-05-23T04:18:30.393Z Compiling petname v2.0.2
43542026-05-23T04:18:30.393Z Running `/home/build/.rustup/toolchains/1.94.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=1cc81d43c9f10985 -C extra-filename=-b5165e8cf40f6df7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43552026-05-23T04:18:30.393Z Running `/home/build/.rustup/toolchains/1.94.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=ee4d90bd27a11025 -C extra-filename=-8f8d3c65f5d982ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43562026-05-23T04:18:30.424Z Compiling ordered-float v2.10.1
43572026-05-23T04:18:30.427Z Running `/home/build/.rustup/toolchains/1.94.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=167092b28eee3c48 -C extra-filename=-0ff28ef7d142a91c --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-git2-0ff28ef7d142a91c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-64ebcc41add088b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43582026-05-23T04:18:30.427Z Running `/home/build/.rustup/toolchains/1.94.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=0c5be79d3993f77a -C extra-filename=-2d3520e89520f793 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-2d3520e89520f793 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43592026-05-23T04:18:30.427Z Running `/home/build/.rustup/toolchains/1.94.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=6faec9cfc2c9b5c6 -C extra-filename=-6aa5a7e9fa034105 --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-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43602026-05-23T04:18:30.457Z Compiling rustls v0.21.12
43612026-05-23T04:18:30.460Z Running `/work/oxidecomputer/omicron/target/debug/build/typeid-d5bf8aecf1dc2053/build-script-build`
43622026-05-23T04:18:30.499Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#50ed5312)
43632026-05-23T04:18:30.502Z Running `/home/build/.rustup/toolchains/1.94.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=b26e62f01a415237 -C extra-filename=-2c3095dff1e17bc7 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-2c3095dff1e17bc7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43642026-05-23T04:18:30.502Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/50ed531/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=d8102d7ed36a4190 -C extra-filename=-f96c8b020ed5821b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b889da87769e59f7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43652026-05-23T04:18:30.574Z Compiling cargo-platform v0.2.0
43662026-05-23T04:18:30.615Z Compiling rustls-webpki v0.101.7
43672026-05-23T04:18:30.618Z Compiling sct v0.7.1
43682026-05-23T04:18:30.721Z Compiling sapling-renderdag v0.1.0
43692026-05-23T04:18:30.761Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
43702026-05-23T04:18:30.764Z Compiling rtoolbox v0.0.3
43712026-05-23T04:18:30.764Z Compiling sync-ptr v0.1.4
43722026-05-23T04:18:30.796Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-236390480cc502d1/build-script-build`
43732026-05-23T04:18:30.800Z Running `/home/build/.rustup/toolchains/1.94.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=4f18e819991888eb -C extra-filename=-ba8751c2e29d74c8 --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-7c1963df26100967.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9b3a004f0bbfd40d.rmeta --cap-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-69178f5f405916b0/out`
43742026-05-23T04:18:30.800Z Running `/home/build/.rustup/toolchains/1.94.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=80f95e5f9e319730 -C extra-filename=-69bdf975ec13cfea --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-7c1963df26100967.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9b3a004f0bbfd40d.rmeta --cap-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-69178f5f405916b0/out`
43752026-05-23T04:18:30.800Z Running `/home/build/.rustup/toolchains/1.94.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=2ebbcb4f91904d93 -C extra-filename=-15b6800d8783cad8 --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-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43762026-05-23T04:18:30.800Z Compiling rustls-pemfile v1.0.4
43772026-05-23T04:18:30.803Z Running `/home/build/.rustup/toolchains/1.94.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=82f9241ff1d31bb9 -C extra-filename=-c2f2141c6783f627 --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-10536750ba824ae2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43782026-05-23T04:18:30.803Z Running `/home/build/.rustup/toolchains/1.94.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=2940ee57430c36a3 -C extra-filename=-e717f386453137b2 --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43792026-05-23T04:18:30.838Z Running `/home/build/.rustup/toolchains/1.94.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=13c421f7e450b7ce -C extra-filename=-bba3ac83cd412b40 --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-9ccc3691c9035196.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-147c502226db37b3.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-98fd6867a764390a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-b5a16f3dd1673259.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-6d3551e82eddac88.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-022452df65051dc0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-7654f875398eb98b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43802026-05-23T04:18:30.842Z Running `/home/build/.rustup/toolchains/1.94.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=5479e60d1483b072 -C extra-filename=-0e7bc15c43fcc926 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43812026-05-23T04:18:30.842Z Running `/home/build/.rustup/toolchains/1.94.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=c033db3d1f60e86f -C extra-filename=-4e07fe3b1ac697d1 --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-dd4fa1a35289f367.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43822026-05-23T04:18:30.842Z Running `/home/build/.rustup/toolchains/1.94.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=c4f74c6752dbfa38 -C extra-filename=-054dfd6b469e10b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
43832026-05-23T04:18:30.879Z Compiling polyval v0.6.2
43842026-05-23T04:18:30.888Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-2c3095dff1e17bc7/build-script-build`
43852026-05-23T04:18:30.917Z Running `/home/build/.rustup/toolchains/1.94.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=7f7b5d5844256cd3 -C extra-filename=-c3c45e0a4ed3ccea --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-aa8953624d325365.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-194905f61176ced2.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-62b35ad4ac622f8d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43862026-05-23T04:18:30.990Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-1bc2225f57f68dc5/build-script-build`
43872026-05-23T04:18:31.030Z Compiling serde-value v0.7.0
43882026-05-23T04:18:31.070Z Running `/home/build/.rustup/toolchains/1.94.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=d860fc101139dfa1 -C extra-filename=-33cce48b3b451862 --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-01e0def4c6020b1d.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`
43892026-05-23T04:18:31.073Z Running `/work/oxidecomputer/omicron/target/debug/build/erased-serde-e663e6cc4092f6a5/build-script-build`
43902026-05-23T04:18:31.110Z Running `/home/build/.rustup/toolchains/1.94.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=4665478ccbd7d4f9 -C extra-filename=-62441e9394aa2889 --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-6aa5a7e9fa034105.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43912026-05-23T04:18:31.114Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
43922026-05-23T04:18:31.148Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-0ff28ef7d142a91c/build-script-build`
43932026-05-23T04:18:31.152Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_types_versions --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/0d199ce/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=312f44f49fc00d34 -C extra-filename=-78c0eb8bdc6c538d --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-033f92b7d2688a9a.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-274fe36f6206b987.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43942026-05-23T04:18:31.186Z Compiling twox-hash v2.1.2
43952026-05-23T04:18:31.189Z Running `/home/build/.rustup/toolchains/1.94.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=17fa2190a70dcb82 -C extra-filename=-b08e3228e586ace4 --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-7cc7d279d5622af3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43962026-05-23T04:18:31.257Z Running `/home/build/.rustup/toolchains/1.94.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=6090cae788cf229a -C extra-filename=-6050fb9e4c0e13f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6877e4f36627a62e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-354b975885232484.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-f915c3e0ef2a5241.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
43972026-05-23T04:18:31.261Z Compiling rpassword v7.4.0
43982026-05-23T04:18:31.291Z Running `/home/build/.rustup/toolchains/1.94.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=98a7d7a7fe9c15e1 -C extra-filename=-705712b8e3d16c10 --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-01e0def4c6020b1d.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-e717f386453137b2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43992026-05-23T04:18:31.408Z Compiling target-lexicon v0.13.3
44002026-05-23T04:18:31.411Z Compiling gimli v0.32.3
44012026-05-23T04:18:31.444Z Running `/home/build/.rustup/toolchains/1.94.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=dc950b0157715f8a -C extra-filename=-9ec067b559fe780d --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-153496f33718ff11.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-69bdf975ec13cfea.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-ba8751c2e29d74c8.rmeta --cap-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-69178f5f405916b0/out`
44022026-05-23T04:18:31.447Z Running `/home/build/.rustup/toolchains/1.94.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=3583d2bf09eb1f7e -C extra-filename=-7c8c177ca14c0b79 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-7c8c177ca14c0b79 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44032026-05-23T04:18:31.447Z Running `/home/build/.rustup/toolchains/1.94.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=a7c8f81a645739b4 -C extra-filename=-4861ccf70752530c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:18:31.447Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-2d3520e89520f793/build-script-build`
44052026-05-23T04:18:31.486Z Compiling ghash v0.5.1
44062026-05-23T04:18:31.523Z Compiling fatfs v0.3.6
44072026-05-23T04:18:31.527Z Running `/home/build/.rustup/toolchains/1.94.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=31ca499ea00b2183 -C extra-filename=-3444b17711140f50 --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-194905f61176ced2.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-c3c45e0a4ed3ccea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44082026-05-23T04:18:31.567Z Compiling darling_macro v0.23.0
44092026-05-23T04:18:31.571Z Running `/home/build/.rustup/toolchains/1.94.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=a7d41060c8b71d52 -C extra-filename=-9a2a794f60006656 --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-d567866028523e0c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44102026-05-23T04:18:31.643Z Compiling ctr v0.9.2
44112026-05-23T04:18:31.646Z Running `/home/build/.rustup/toolchains/1.94.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=5ca832bcddcb0022 -C extra-filename=-c011faf4b4fa9cb1 --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-e3d39429bf8034cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44122026-05-23T04:18:31.686Z Compiling concurrent-queue v2.5.0
44132026-05-23T04:18:31.689Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
44142026-05-23T04:18:31.689Z Compiling parking v2.2.1
44152026-05-23T04:18:31.689Z Running `/home/build/.rustup/toolchains/1.94.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=4862a82a51e2da40 -C extra-filename=-0ec0dd7cf53592d7 --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-69486b200cd4237f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44162026-05-23T04:18:31.728Z Running `/home/build/.rustup/toolchains/1.94.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=77d65acc903fce26 -C extra-filename=-9208fa60cc6a4aa4 --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-37faa1f68eac4450.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44172026-05-23T04:18:31.731Z Running `/home/build/.rustup/toolchains/1.94.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=4ba27f17dfe2b864 -C extra-filename=-fbb23238c31c2af9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44182026-05-23T04:18:31.731Z Running `/home/build/.rustup/toolchains/1.94.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=3c8aba64f024e108 -C extra-filename=-b88efff433eb214c --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-10536750ba824ae2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44192026-05-23T04:18:31.731Z Compiling plotters-backend v0.3.7
44202026-05-23T04:18:31.770Z Running `/home/build/.rustup/toolchains/1.94.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=662369ddf27d7ee6 -C extra-filename=-af0f54a82e012a54 --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-9741ffcf9f049a12.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-054dfd6b469e10b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_diagnostic_namespace)'`
44212026-05-23T04:18:31.773Z Running `/home/build/.rustup/toolchains/1.94.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=97b02d5b24b157a6 -C extra-filename=-dc87a065c92efcd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:18:31.891Z Compiling typify-macro v0.4.3
44232026-05-23T04:18:31.894Z Compiling rustc-demangle v0.1.27
44242026-05-23T04:18:31.894Z Compiling seq-macro v0.3.6
44252026-05-23T04:18:31.925Z Running `/home/build/.rustup/toolchains/1.94.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=83f7cac1c1b5aba0 -C extra-filename=-f11165e2511dac4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44262026-05-23T04:18:31.928Z Running `/home/build/.rustup/toolchains/1.94.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.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=c59e0aa198c7b1a3 -C extra-filename=-8ecb76ab9090f880 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-64c4429d2f700e58.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44272026-05-23T04:18:31.928Z Running `/home/build/.rustup/toolchains/1.94.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=547dbac0eb2ee586 -C extra-filename=-7c1a316b965e4453 --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`
44282026-05-23T04:18:31.964Z Compiling guppy-workspace-hack v0.1.0
44292026-05-23T04:18:32.045Z Compiling diesel v2.3.7
44302026-05-23T04:18:32.048Z Compiling ssh-encoding v0.2.0
44312026-05-23T04:18:32.048Z Compiling blowfish v0.9.1
44322026-05-23T04:18:32.048Z Compiling constant_time_eq v0.4.2
44332026-05-23T04:18:32.048Z Running `/home/build/.rustup/toolchains/1.94.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=045b3dbc6891f154 -C extra-filename=-533a0252cc64e979 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-533a0252cc64e979 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44342026-05-23T04:18:32.048Z Compiling target-spec v3.5.7
44352026-05-23T04:18:32.048Z Compiling arrayvec v0.7.6
44362026-05-23T04:18:32.087Z Running `/home/build/.rustup/toolchains/1.94.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=45cc0a0fc6db705e -C extra-filename=-bfc2b60907f3047d --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-10536750ba824ae2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-efd76ad06cfa374f.so --extern downcast_rs=/work/oxidecomputer/omicron/target/debug/deps/libdowncast_rs-98cfe07c2d8a807c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-092fdc84cc87cee5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-a4aac3f0f88b1175.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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`
44372026-05-23T04:18:32.090Z Running `/home/build/.rustup/toolchains/1.94.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=07a92c0203b451c0 -C extra-filename=-8ea57d9cb0fd08eb --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-8703aae8b2f9644d.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44382026-05-23T04:18:32.090Z Running `/home/build/.rustup/toolchains/1.94.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=8b85bdedc468fbea -C extra-filename=-7b2e30ba596f55e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44392026-05-23T04:18:32.090Z Running `/home/build/.rustup/toolchains/1.94.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=45c65795d103386d -C extra-filename=-f75fbc3e44793983 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-f75fbc3e44793983 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44402026-05-23T04:18:32.090Z Running `/home/build/.rustup/toolchains/1.94.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=92eb6b2dc3293cb3 -C extra-filename=-6f5069703403cac0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44412026-05-23T04:18:32.090Z Compiling event-listener v5.4.1
44422026-05-23T04:18:32.129Z Running `/home/build/.rustup/toolchains/1.94.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=14e2e35cd6fb18e2 -C extra-filename=-187d26a1282f01d0 --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-9ccc3691c9035196.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44432026-05-23T04:18:32.132Z Compiling aes-gcm v0.10.3
44442026-05-23T04:18:32.132Z Running `/home/build/.rustup/toolchains/1.94.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=f88c7bc91ceb129d -C extra-filename=-3ee2a06a8789d405 --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-9208fa60cc6a4aa4.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-fbb23238c31c2af9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44452026-05-23T04:18:32.132Z Compiling arrayref v0.3.9
44462026-05-23T04:18:32.168Z Running `/home/build/.rustup/toolchains/1.94.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=2319612a9cb9b3b0 -C extra-filename=-9b917f0270faa50c --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-93d2eec279556c05.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-9e5a2e6526d87ae3.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-0ec0dd7cf53592d7.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-3444b17711140f50.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44472026-05-23T04:18:32.171Z Compiling cast v0.3.0
44482026-05-23T04:18:32.203Z Running `/home/build/.rustup/toolchains/1.94.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=0059b26e0630c760 -C extra-filename=-2808bd0dbb1f93b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44492026-05-23T04:18:32.206Z Running `/home/build/.rustup/toolchains/1.94.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=20b89815aabd5a1a -C extra-filename=-aa2da469ba72084b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:18:32.206Z Running `/home/build/.rustup/toolchains/1.94.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=39479e55cef14575 -C extra-filename=-1742c399fba28143 --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-a121c9cfd8c3a9f0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44512026-05-23T04:18:32.242Z Compiling supports-color v2.1.0
44522026-05-23T04:18:32.245Z Running `/home/build/.rustup/toolchains/1.94.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=fce19a39b9ad0222 -C extra-filename=-9a19bc4c765ccc06 --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-20b7496aabe07267.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-21f8d414bac0df95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44532026-05-23T04:18:32.426Z Compiling serde-untagged v0.1.9
44542026-05-23T04:18:32.460Z Compiling darling v0.23.0
44552026-05-23T04:18:32.464Z Running `/home/build/.rustup/toolchains/1.94.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=a31e0c73d74b51d1 -C extra-filename=-c24ea79e2b327063 --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-af0f54a82e012a54.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-054dfd6b469e10b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44562026-05-23T04:18:32.464Z Compiling plotters-svg v0.3.7
44572026-05-23T04:18:32.495Z Running `/home/build/.rustup/toolchains/1.94.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=7ebace7cf7852312 -C extra-filename=-8f65a09e134bfefb --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-e3d39429bf8034cc.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-c011faf4b4fa9cb1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44582026-05-23T04:18:32.499Z Compiling event-listener-strategy v0.5.4
44592026-05-23T04:18:32.499Z Running `/home/build/.rustup/toolchains/1.94.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=a078ef41f141e8ef -C extra-filename=-b3791a31a16f97ac --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-dc87a065c92efcd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44602026-05-23T04:18:32.499Z Running `/home/build/.rustup/toolchains/1.94.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=bb42518894e92c05 -C extra-filename=-a065e2fdecc6ccfe --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-3ee2a06a8789d405.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44612026-05-23T04:18:32.572Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
44622026-05-23T04:18:32.612Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
44632026-05-23T04:18:32.616Z Compiling bcrypt-pbkdf v0.10.0
44642026-05-23T04:18:32.616Z Running `/home/build/.rustup/toolchains/1.94.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=5463b881c27db054 -C extra-filename=-35cb00c959fe46fe --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-53a27ea6ba2abd9c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-b5a16f3dd1673259.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-bba3ac83cd412b40.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-6a24b29c50b42134.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-7818962d0556daac.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-022452df65051dc0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-1e116711f70f27cf.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-1129bd28206c6101.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cb3de09cc01b79f.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5380644ed5721c0f.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rmeta --cap-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-8d5ec0b3ef58e788/out/lib`
44652026-05-23T04:18:32.616Z Running `/home/build/.rustup/toolchains/1.94.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=642377f11efba9cd -C extra-filename=-898ddb0f77ef26c8 --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-53a27ea6ba2abd9c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-b5a16f3dd1673259.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-bba3ac83cd412b40.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-6a24b29c50b42134.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-7818962d0556daac.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-022452df65051dc0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-1e116711f70f27cf.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-1129bd28206c6101.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cb3de09cc01b79f.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5380644ed5721c0f.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rmeta --cap-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-8d5ec0b3ef58e788/out/lib`
44662026-05-23T04:18:32.616Z Running `/home/build/.rustup/toolchains/1.94.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=31fa0227f312593a -C extra-filename=-fc6434fc905af5d3 --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-187d26a1282f01d0.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-6d67ee51243c300b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44672026-05-23T04:18:32.725Z Compiling textwrap v0.15.2
44682026-05-23T04:18:32.728Z Compiling supports-unicode v2.1.0
44692026-05-23T04:18:32.728Z Running `/home/build/.rustup/toolchains/1.94.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=83ed46f122a493f7 -C extra-filename=-2bfc76941337ddbd --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-20b7496aabe07267.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44702026-05-23T04:18:32.728Z Running `/home/build/.rustup/toolchains/1.94.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=0d46d22bb6dfd7d4 -C extra-filename=-a8c75c4712fc10b2 --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-d142be9420a73f99.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-e8c393500322ecae.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44712026-05-23T04:18:32.731Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-7c8c177ca14c0b79/build-script-build`
44722026-05-23T04:18:32.767Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-f75fbc3e44793983/build-script-build`
44732026-05-23T04:18:32.770Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-533a0252cc64e979/build-script-build`
44742026-05-23T04:18:32.770Z Compiling plotters v0.3.7
44752026-05-23T04:18:32.809Z Compiling supports-hyperlinks v2.1.0
44762026-05-23T04:18:32.812Z Running `/home/build/.rustup/toolchains/1.94.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=ee76aed00a6d7f7e -C extra-filename=-e2cdec78a2c72467 --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-6933dc604de72165.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-dc87a065c92efcd2.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-b3791a31a16f97ac.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44772026-05-23T04:18:32.847Z Running `/home/build/.rustup/toolchains/1.94.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=9f170bcc9a7dedf8 -C extra-filename=-73ac578f036e0378 --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-8f65a09e134bfefb.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-0ba76edb0334224c.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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)'`
44782026-05-23T04:18:32.850Z Running `/home/build/.rustup/toolchains/1.94.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=5707aec7e7099a7b -C extra-filename=-4c0848ccc50d44aa --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-20b7496aabe07267.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44792026-05-23T04:18:32.921Z Compiling hashbrown v0.14.5
44802026-05-23T04:18:32.959Z Compiling tinytemplate v1.2.1
44812026-05-23T04:18:32.964Z Compiling miette-derive v5.10.0
44822026-05-23T04:18:32.964Z Running `/home/build/.rustup/toolchains/1.94.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=90a5af32d28c9668 -C extra-filename=-4aec69489f95c103 --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-1efa74adc08c6063.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-3318559a2770f550.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44832026-05-23T04:18:32.964Z Running `/home/build/.rustup/toolchains/1.94.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=3559a27d47648c48 -C extra-filename=-8a20650dcb848e7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44842026-05-23T04:18:32.964Z Running `/home/build/.rustup/toolchains/1.94.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=a8584ee7d4ea3017 -C extra-filename=-2d1681f51f2b35b1 --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-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44852026-05-23T04:18:32.995Z Running `/home/build/.rustup/toolchains/1.94.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=e959d4f061c84851 -C extra-filename=-9c7fecb2fdccaab9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44862026-05-23T04:18:32.998Z Running `/home/build/.rustup/toolchains/1.94.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=5851ce4e72f24ef1 -C extra-filename=-0d632e822407c4cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"'`
44872026-05-23T04:18:32.998Z Compiling password-hash v0.4.2
44882026-05-23T04:18:32.998Z Compiling terminal_size v0.1.17
44892026-05-23T04:18:33.027Z Running `/home/build/.rustup/toolchains/1.94.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=6abfa1a8fc3b5491 -C extra-filename=-02f64cbcd641420a --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-8703aae8b2f9644d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44902026-05-23T04:18:33.030Z Running `/home/build/.rustup/toolchains/1.94.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=dc48038a9713e023 -C extra-filename=-425e42dc448e7a10 --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44912026-05-23T04:18:33.063Z Compiling tokio-rustls v0.24.1
44922026-05-23T04:18:33.100Z Running `/home/build/.rustup/toolchains/1.94.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=8fd0bc66852e2d13 -C extra-filename=-45a61a51f52e2b02 --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-9ec067b559fe780d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-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-69178f5f405916b0/out`
44932026-05-23T04:18:33.139Z Compiling futures-timer v3.0.3
44942026-05-23T04:18:33.142Z Running `/home/build/.rustup/toolchains/1.94.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=27c800e845804174 -C extra-filename=-f72573976e36801e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44952026-05-23T04:18:33.172Z Compiling oorandom v11.1.5
44962026-05-23T04:18:33.206Z Running `/home/build/.rustup/toolchains/1.94.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=4a6670bc8258809d -C extra-filename=-7bfce6c1a8bdf7d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44972026-05-23T04:18:33.209Z Compiling owo-colors v3.5.0
44982026-05-23T04:18:33.237Z Running `/home/build/.rustup/toolchains/1.94.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=40edac7813ea4eb3 -C extra-filename=-f57e697abd1dec75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44992026-05-23T04:18:33.274Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
45002026-05-23T04:18:33.277Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2024 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/745a508/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=059d42320ddc7f02 -C extra-filename=-89f3c21a8a97431e --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-3d40f90b1355ed80.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9e96caab0b7280d5.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-592e0cbf24357969.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-eaa0a13843f60114.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-35cb00c959fe46fe.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1da99390fe30d311.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-ad7439a3c7a5f54e.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-fe0de38d77a52f20.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-983444725a874fd5.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-e416b75830014548.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d3533f7d368cf1c2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0681911c5a3fd6.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4dd8f72c85e6b2bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-9ce3e326118bb501.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rmeta --cap-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-8d5ec0b3ef58e788/out/lib`
45012026-05-23T04:18:33.376Z Compiling ssh-cipher v0.2.0
45022026-05-23T04:18:33.409Z Running `/home/build/.rustup/toolchains/1.94.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=4d78ec9a54133508 -C extra-filename=-aab2b9588848d634 --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-9e5a2e6526d87ae3.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-9b917f0270faa50c.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-88ba594f3dfe4056.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-1ba3b2f5180705c2.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-0ec0dd7cf53592d7.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-50be9b3de423c6b1.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-8ea57d9cb0fd08eb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45032026-05-23T04:18:33.441Z Compiling cargo-util-schemas v0.8.2
45042026-05-23T04:18:33.476Z Compiling criterion-plot v0.6.0
45052026-05-23T04:18:33.480Z Compiling anes v0.1.6
45062026-05-23T04:18:33.480Z Running `/home/build/.rustup/toolchains/1.94.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=9b93a6a7f414e8d9 -C extra-filename=-c9c6ef66560a8226 --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-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_untagged=/work/oxidecomputer/omicron/target/debug/deps/libserde_untagged-c24ea79e2b327063.rmeta --extern serde_value=/work/oxidecomputer/omicron/target/debug/deps/libserde_value-62441e9394aa2889.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-926f5fabeb167efb.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45072026-05-23T04:18:33.480Z Running `/home/build/.rustup/toolchains/1.94.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=05cd42350cdcc0be -C extra-filename=-e7f70a01a72d5ece --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-aa2da469ba72084b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45082026-05-23T04:18:33.512Z Compiling async-lock v3.4.2
45092026-05-23T04:18:33.515Z Running `/home/build/.rustup/toolchains/1.94.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=1ef39e16ef2f2454 -C extra-filename=-d1209bcec19c5b18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45102026-05-23T04:18:33.516Z Running `/home/build/.rustup/toolchains/1.94.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=3089e0ed1be58492 -C extra-filename=-d1c977452574cbe2 --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-3ee2a06a8789d405.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-a065e2fdecc6ccfe.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45112026-05-23T04:18:33.619Z Compiling p256 v0.13.2
45122026-05-23T04:18:33.654Z Running `/home/build/.rustup/toolchains/1.94.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=8f4182a2e3082d80 -C extra-filename=-dfa02c8e62099e06 --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-49e819e9bc7c00a1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-f975d5147940ae2c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45132026-05-23T04:18:33.657Z Compiling addr2line v0.25.1
45142026-05-23T04:18:33.694Z Running `/home/build/.rustup/toolchains/1.94.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=333b1060df34d460 -C extra-filename=-e6df32431690ea2a --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-4861ccf70752530c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45152026-05-23T04:18:33.805Z Compiling pbkdf2 v0.11.0
45162026-05-23T04:18:33.841Z Running `/home/build/.rustup/toolchains/1.94.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=759df9b582b158c5 -C extra-filename=-d0ab5189a8c0a4e3 --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-53a27ea6ba2abd9c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-02f64cbcd641420a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45172026-05-23T04:18:33.879Z Compiling p521 v0.13.3
45182026-05-23T04:18:33.914Z Compiling knuffel-derive v3.2.0
45192026-05-23T04:18:33.918Z Running `/home/build/.rustup/toolchains/1.94.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=6e106fd27d6356c5 -C extra-filename=-4d6e15ae667c6c74 --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-9a1fee2dec1666ec.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49e819e9bc7c00a1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-f975d5147940ae2c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45202026-05-23T04:18:33.918Z Running `/home/build/.rustup/toolchains/1.94.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=69a3bfc0cd4d1fb0 -C extra-filename=-626baad98d318b26 --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-445c8839df6eec4c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-e859150291f6621f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45212026-05-23T04:18:34.025Z Compiling cfg-expr v0.20.6
45222026-05-23T04:18:34.066Z Running `/home/build/.rustup/toolchains/1.94.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=38f55fa2618c7343 -C extra-filename=-f5523eb8fecb71de --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-fd6ba8a01932ff99.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-0d632e822407c4cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45232026-05-23T04:18:34.069Z Compiling backtrace v0.3.76
45242026-05-23T04:18:34.105Z Running `/home/build/.rustup/toolchains/1.94.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=adc4a0e4bb999afe -C extra-filename=-000da4315414660d --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-e6df32431690ea2a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-187942c6dbec225b.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-f11165e2511dac4d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45252026-05-23T04:18:34.108Z Compiling chumsky v0.9.3
45262026-05-23T04:18:34.147Z Running `/home/build/.rustup/toolchains/1.94.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=31ba9bf950d5c602 -C extra-filename=-05e45401d59941c2 --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-4aec69489f95c103.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45272026-05-23T04:18:34.182Z Compiling pathdiff v0.2.3
45282026-05-23T04:18:34.186Z Compiling blake3 v1.8.3
45292026-05-23T04:18:34.186Z Running `/home/build/.rustup/toolchains/1.94.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=f5603d1f40f168c6 -C extra-filename=-704be69533d1daf5 --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-14842183da3c6f4a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45302026-05-23T04:18:34.186Z Compiling russh-cryptovec v0.7.3
45312026-05-23T04:18:34.186Z Running `/home/build/.rustup/toolchains/1.94.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.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="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=e6de16af197e523f -C extra-filename=-45c50ae4497d9df9 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-45c50ae4497d9df9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45322026-05-23T04:18:34.223Z Compiling nested v0.1.1
45332026-05-23T04:18:34.226Z Running `/home/build/.rustup/toolchains/1.94.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=9240efa4acc264d1 -C extra-filename=-5a46858381a0adbd --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45342026-05-23T04:18:34.256Z Running `/home/build/.rustup/toolchains/1.94.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=f5c549c1cf401f12 -C extra-filename=-8a695a6485ea906f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45352026-05-23T04:18:34.259Z Compiling criterion v0.7.0
45362026-05-23T04:18:34.259Z Compiling ssh-key v0.6.7
45372026-05-23T04:18:34.291Z Running `/home/build/.rustup/toolchains/1.94.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=4b1892f484677388 -C extra-filename=-643aa422e84f7957 --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-fc6434fc905af5d3.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-049a193beba92f2c.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b0d5beb18e29a641.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-022452df65051dc0.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-1280a515f15e0a11.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-ffbfecf1a59b140f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-aab2b9588848d634.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-8ea57d9cb0fd08eb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45382026-05-23T04:18:34.294Z Running `/home/build/.rustup/toolchains/1.94.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=37008d2ba37f73e8 -C extra-filename=-85c665bbda1b40ba --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-d1209bcec19c5b18.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-aa2da469ba72084b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-e7f70a01a72d5ece.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-7bfce6c1a8bdf7d3.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-e2cdec78a2c72467.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-2d1681f51f2b35b1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45392026-05-23T04:18:34.294Z Compiling md5 v0.7.0
45402026-05-23T04:18:34.324Z Compiling ratatui v0.29.0
45412026-05-23T04:18:34.327Z Running `/home/build/.rustup/toolchains/1.94.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=d43e2bc14d4ac9d2 -C extra-filename=-5805290730a93ba5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45422026-05-23T04:18:34.327Z Running `/home/build/.rustup/toolchains/1.94.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=a8966808b13cdadd -C extra-filename=-4331bb2d1fd57d73 --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-10536750ba824ae2.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-fb9d3523f140aa76.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-09a1e1e60637cc67.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-faad5fa6f4ba4a5e.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-0ba76edb0334224c.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-73ac578f036e0378.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-ad33d0f5c3bf8af3.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-1b927ed9105fe228.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-2762c27bd5f54408.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45432026-05-23T04:18:34.365Z Compiling async-object-pool v0.2.0
45442026-05-23T04:18:34.369Z Running `/home/build/.rustup/toolchains/1.94.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=b00242dba2a29af0 -C extra-filename=-6d7af4494022d7b8 --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-d1c977452574cbe2.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-3ee2a06a8789d405.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45452026-05-23T04:18:34.405Z Compiling num-bigint v0.4.6
45462026-05-23T04:18:34.408Z Compiling assert-json-diff v2.0.2
45472026-05-23T04:18:34.408Z Running `/home/build/.rustup/toolchains/1.94.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=3efb2b17718a889d -C extra-filename=-eecd146925883045 --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-7b8b4079daab0ed4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45482026-05-23T04:18:34.408Z Compiling des v0.8.1
45492026-05-23T04:18:34.447Z Running `/home/build/.rustup/toolchains/1.94.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=49775af6a7ec27a5 -C extra-filename=-2ff6e70ea58ee2d9 --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-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45502026-05-23T04:18:34.450Z Running `/home/build/.rustup/toolchains/1.94.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=6d862824bf1e66c7 -C extra-filename=-254d75eaa485390d --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-69486b200cd4237f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45512026-05-23T04:18:34.450Z Compiling serde_regex v1.1.0
45522026-05-23T04:18:34.487Z Running `/home/build/.rustup/toolchains/1.94.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=5b248ca7f3d78cad -C extra-filename=-60c674ef51210b33 --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-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45532026-05-23T04:18:34.527Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45542026-05-23T04:18:34.530Z Compiling path-tree v0.8.3
45552026-05-23T04:18:34.530Z Running `/home/build/.rustup/toolchains/1.94.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=4e624c29a0c19895 -C extra-filename=-fd401fe8815a65ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45562026-05-23T04:18:34.530Z Running `/home/build/.rustup/toolchains/1.94.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=6ea301fd19f41df2 -C extra-filename=-ae8ed33f76e5e95c --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-fd6ba8a01932ff99.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45572026-05-23T04:18:34.530Z Compiling stringmetrics v2.2.2
45582026-05-23T04:18:34.566Z Running `/home/build/.rustup/toolchains/1.94.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=a24945462d73f1e8 -C extra-filename=-d1c8a857a282f108 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45592026-05-23T04:18:34.607Z Compiling hickory-client v0.25.2
45602026-05-23T04:18:34.610Z Running `/home/build/.rustup/toolchains/1.94.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=ea2b7037ad3399be -C extra-filename=-442b4a9336586c38 --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-f5523eb8fecb71de.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-8a20650dcb848e7f.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-0d632e822407c4cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45612026-05-23T04:18:34.644Z Running `/home/build/.rustup/toolchains/1.94.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=e1763a0fca709cfc -C extra-filename=-9fd52ddc87f75c76 --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-aa8953624d325365.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-b5df0a67340ac3d3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45622026-05-23T04:18:34.647Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45632026-05-23T04:18:34.685Z Compiling socket2 v0.5.10
45642026-05-23T04:18:34.688Z Running `/home/build/.rustup/toolchains/1.94.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=54c01597153d2b7d -C extra-filename=-13ad0e3f0f5054ef --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-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45652026-05-23T04:18:34.725Z Running `/home/build/.rustup/toolchains/1.94.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=76dad5f036941db4 -C extra-filename=-b929bb79b7ad5e10 --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45662026-05-23T04:18:34.728Z Compiling target-triple v1.0.0
45672026-05-23T04:18:34.758Z Running `/home/build/.rustup/toolchains/1.94.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=303c43a3c32238a0 -C extra-filename=-deaf34428f217083 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-deaf34428f217083 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45682026-05-23T04:18:34.760Z Compiling assert_cmd v2.1.2
45692026-05-23T04:18:34.800Z Running `/home/build/.rustup/toolchains/1.94.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=548dd037062f9333 -C extra-filename=-7545e646cbf47487 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-7545e646cbf47487 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45702026-05-23T04:18:34.837Z Compiling httpmock v0.8.3
45712026-05-23T04:18:34.840Z Running `/home/build/.rustup/toolchains/1.94.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=9f69bb53a8f523b0 -C extra-filename=-f038e62f8dba66c9 --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-2ff6e70ea58ee2d9.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-6d7af4494022d7b8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-f72573976e36801e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d86354d4394907f1.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-ae8ed33f76e5e95c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-60c674ef51210b33.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-d1c8a857a282f108.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-793719933d52d486.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45722026-05-23T04:18:34.840Z Compiling internet-checksum v0.2.1
45732026-05-23T04:18:34.879Z Running `/home/build/.rustup/toolchains/1.94.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=34aa77ad4d83f57c -C extra-filename=-d246f09691ba3066 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45742026-05-23T04:18:34.919Z Compiling typify v0.4.3
45752026-05-23T04:18:34.922Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-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="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=988ac8d337197dbc -C extra-filename=-bea20a2bd8b3f06e --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-64c4429d2f700e58.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-8ecb76ab9090f880.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45762026-05-23T04:18:34.922Z Compiling cargo_metadata v0.21.0
45772026-05-23T04:18:34.957Z Compiling guppy v0.17.25
45782026-05-23T04:18:34.961Z Running `/home/build/.rustup/toolchains/1.94.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=345b64ac45302a18 -C extra-filename=-0315e6aa71703e60 --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-14842183da3c6f4a.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-15b6800d8783cad8.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-c9c6ef66560a8226.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45792026-05-23T04:18:34.995Z Compiling topological-sort v0.2.2
45802026-05-23T04:18:34.998Z Running `/home/build/.rustup/toolchains/1.94.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=01a0a6a072b951cb -C extra-filename=-2884642a5c7261b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45812026-05-23T04:18:34.998Z Running `/home/build/.rustup/toolchains/1.94.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=e663704858b1dd06 -C extra-filename=-3a7174b5570e438e --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-1efa74adc08c6063.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-332df5877033d257.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-3482c46276f5baf9.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-8a20650dcb848e7f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-8a695a6485ea906f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-704be69533d1daf5.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-442b4a9336586c38.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45822026-05-23T04:18:34.998Z Compiling escape8259 v0.5.3
45832026-05-23T04:18:34.998Z Running `/home/build/.rustup/toolchains/1.94.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=24d2caba46d19314 -C extra-filename=-7230bf58f08a5e2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45842026-05-23T04:18:35.109Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
45852026-05-23T04:18:35.113Z Compiling multimap v0.10.1
45862026-05-23T04:18:35.143Z Running `/home/build/.rustup/toolchains/1.94.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=f112d80e0cec137f -C extra-filename=-8db620224eb36e3b --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-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3136d8787cee3542.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-0ab80e32425d03a6.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-c9ad73fa8c1d743b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45872026-05-23T04:18:35.146Z Running `/home/build/.rustup/toolchains/1.94.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=3b2950837afe5921 -C extra-filename=-28016e2a567056cc --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-e2d769cd5cabec2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45882026-05-23T04:18:35.184Z Compiling progenitor-impl v0.11.2
45892026-05-23T04:18:35.223Z Compiling fancy-regex v0.14.0
45902026-05-23T04:18:35.226Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81094a4d3de7d228 -C extra-filename=-f81ed9c1af2a16fb --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-5370b6ab3a93e0f8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-bea20a2bd8b3f06e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45912026-05-23T04:18:35.226Z Running `/home/build/.rustup/toolchains/1.94.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=4e26d28106f5abcc -C extra-filename=-d699bf8046918c34 --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-54f21ffbb79648bf.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45922026-05-23T04:18:35.263Z Compiling rstest_macros v0.25.0
45932026-05-23T04:18:35.266Z Compiling linkme-impl v0.3.35
45942026-05-23T04:18:35.267Z Running `/home/build/.rustup/toolchains/1.94.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=570a04c01a235da8 -C extra-filename=-c807ca9e32964c09 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-c807ca9e32964c09 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c6b05ceb18b87f18.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45952026-05-23T04:18:35.267Z Running `/home/build/.rustup/toolchains/1.94.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=6265cfcefc13fc04 -C extra-filename=-694f3e356f71d2e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/linkme-impl-694f3e356f71d2e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45962026-05-23T04:18:35.267Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45972026-05-23T04:18:35.305Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-deaf34428f217083/build-script-build`
45982026-05-23T04:18:35.309Z Running `/home/build/.rustup/toolchains/1.94.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=a751f27f3853294a -C extra-filename=-7e36af1ea28bddb2 --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`
45992026-05-23T04:18:35.343Z Compiling approx v0.5.1
46002026-05-23T04:18:35.380Z Running `/home/build/.rustup/toolchains/1.94.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=53ae93be6df1aa57 -C extra-filename=-883c3d25adb1e1a3 --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-6933dc604de72165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46012026-05-23T04:18:35.455Z Compiling uzers v0.12.2
46022026-05-23T04:18:35.491Z Running `/home/build/.rustup/toolchains/1.94.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=d392faad4311fcac -C extra-filename=-72bc6e03324ec0ab --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-01e0def4c6020b1d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46032026-05-23T04:18:35.530Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46042026-05-23T04:18:35.533Z Compiling termcolor v1.4.1
46052026-05-23T04:18:35.533Z Running `/home/build/.rustup/toolchains/1.94.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=18b9ba36f9c0f9ac -C extra-filename=-3c5c410d401f5832 --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-fd401fe8815a65ce.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-4f97e12286901990.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46062026-05-23T04:18:35.533Z Running `/home/build/.rustup/toolchains/1.94.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=3528b18032353d95 -C extra-filename=-8bcc17db1b340a54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-05-23T04:18:35.533Z Compiling relative-path v1.9.3
46082026-05-23T04:18:35.570Z Running `/home/build/.rustup/toolchains/1.94.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=2bf597c25fdad306 -C extra-filename=-377b2e0d62ee541f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46092026-05-23T04:18:35.639Z Compiling backtrace-ext v0.2.1
46102026-05-23T04:18:35.677Z Running `/home/build/.rustup/toolchains/1.94.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=1b991bf7fd0a99b5 -C extra-filename=-5f86d5045e0fd826 --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-000da4315414660d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46112026-05-23T04:18:35.713Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-45c50ae4497d9df9/build-script-build`
46122026-05-23T04:18:35.752Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-impl-694f3e356f71d2e2/build-script-build`
46132026-05-23T04:18:35.785Z Compiling libtest-mimic v0.8.1
46142026-05-23T04:18:35.788Z Running `/home/build/.rustup/toolchains/1.94.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=4e425647f07e9579 -C extra-filename=-254369c785bf1e7a --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-31b8b798a759197d.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b2bde8d747fc73bb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-7230bf58f08a5e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46152026-05-23T04:18:35.828Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-c807ca9e32964c09/build-script-build`
46162026-05-23T04:18:35.833Z Compiling russh-keys v0.45.0
46172026-05-23T04:18:35.866Z Running `/home/build/.rustup/toolchains/1.94.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=806698b20038141a -C extra-filename=-119f792b47a4d0fa --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-9e5a2e6526d87ae3.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-fc6434fc905af5d3.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-2a871f514c487102.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-88ba594f3dfe4056.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-0ec0dd7cf53592d7.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49e819e9bc7c00a1.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-049a193beba92f2c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-80e541eacc8a163b.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5bc8a8fdb2d028e8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-5805290730a93ba5.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-dfa02c8e62099e06.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-749f93daa76cecbe.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-4d6e15ae667c6c74.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-d0ab5189a8c0a4e3.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-a712c90eecdb129e.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-a1368c53ec7b4534.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-022452df65051dc0.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-5a46858381a0adbd.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-1280a515f15e0a11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-8ea57d9cb0fd08eb.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-643aa422e84f7957.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9e6f97d623d79a8e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46182026-05-23T04:18:35.905Z Compiling miette v5.10.0
46192026-05-23T04:18:35.908Z Running `/home/build/.rustup/toolchains/1.94.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=cc0db4a02c55a539 -C extra-filename=-743bd94a9b8889c2 --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-000da4315414660d.rmeta --extern backtrace_ext=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace_ext-5f86d5045e0fd826.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-20b7496aabe07267.rmeta --extern miette_derive=/work/oxidecomputer/omicron/target/debug/deps/libmiette_derive-9c7fecb2fdccaab9.so --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f57e697abd1dec75.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9a19bc4c765ccc06.rmeta --extern supports_hyperlinks=/work/oxidecomputer/omicron/target/debug/deps/libsupports_hyperlinks-4c0848ccc50d44aa.rmeta --extern supports_unicode=/work/oxidecomputer/omicron/target/debug/deps/libsupports_unicode-2bfc76941337ddbd.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-425e42dc448e7a10.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a8c75c4712fc10b2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46202026-05-23T04:18:35.945Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-7545e646cbf47487/build-script-build`
46212026-05-23T04:18:35.948Z Compiling linkme v0.3.35
46222026-05-23T04:18:35.983Z Running `/home/build/.rustup/toolchains/1.94.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=7233e0a9174c0e3b -C extra-filename=-e6a411ea08c61a58 --out-dir /work/oxidecomputer/omicron/target/debug/build/linkme-e6a411ea08c61a58 -L 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-05-23T04:18:36.021Z Running `/home/build/.rustup/toolchains/1.94.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=a423e7a6ae122c9c -C extra-filename=-1ff457746abc8c9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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)'`
46242026-05-23T04:18:36.024Z Compiling tui-tree-widget v0.23.1
46252026-05-23T04:18:36.062Z Running `/home/build/.rustup/toolchains/1.94.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=4288606d493f102c -C extra-filename=-bb5e5dd21baec1db --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-4331bb2d1fd57d73.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8050cade88cb721a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46262026-05-23T04:18:36.101Z Compiling support-bundle-viewer v0.1.2
46272026-05-23T04:18:36.138Z Running `/home/build/.rustup/toolchains/1.94.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=3fb6aec0b4a3913c -C extra-filename=-54b57450fa5a0fb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-faad5fa6f4ba4a5e.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rmeta --cap-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-2eff88127f6082d9/out`
46282026-05-23T04:18:36.141Z Running `/home/build/.rustup/toolchains/1.94.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=e61a3cefac3a07ba -C extra-filename=-e842e7fa7c3f5846 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"))'`
46292026-05-23T04:18:36.180Z Compiling datatest-stable v0.3.3
46302026-05-23T04:18:36.214Z Running `/home/build/.rustup/toolchains/1.94.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=8af9e4ebfaccf6ef -C extra-filename=-ff648e9c92f8b9da --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-14842183da3c6f4a.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-d699bf8046918c34.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-254369c785bf1e7a.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46312026-05-23T04:18:36.227Z Running `/home/build/.rustup/toolchains/1.94.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=d61f59899781618c -C extra-filename=-a9c422302363244d --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-aa8953624d325365.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-d46b3d92b71d1ee4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-377b2e0d62ee541f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-0f21955b4831b187.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46322026-05-23T04:18:36.228Z Compiling blake2b_simd v1.0.4
46332026-05-23T04:18:36.251Z Running `/home/build/.rustup/toolchains/1.94.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=a3a1fbab60d5124b -C extra-filename=-3209e854eec92586 --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-2808bd0dbb1f93b6.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-7b2e30ba596f55e4.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-6f5069703403cac0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46342026-05-23T04:18:36.361Z Compiling trybuild v1.0.116
46352026-05-23T04:18:36.402Z Compiling httptest v0.16.4
46362026-05-23T04:18:36.405Z Running `/home/build/.rustup/toolchains/1.94.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=35ab3485b4bc46e0 -C extra-filename=-802f824273970342 --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-d7e788ba801484ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-e842e7fa7c3f5846.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-8bcc17db1b340a54.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26ca01fa6a73f661.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46372026-05-23T04:18:36.431Z Running `/home/build/.rustup/toolchains/1.94.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=8552f6970136662f -C extra-filename=-d03f5ce545e52596 --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-d7011e9bfeca9f9e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-44f9d96f1d23d9ae.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d86354d4394907f1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46382026-05-23T04:18:36.434Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-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="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=b833aaafcf27a950 -C extra-filename=-43fa2bec1e1c51a5 --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-2808bd0dbb1f93b6.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-7b2e30ba596f55e4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-6f5069703403cac0.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5023923d33062f0e.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-20761e9cc32e3f9e.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-44047f1696432bcb.rmeta --cap-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-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/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()))'`
46392026-05-23T04:18:36.469Z Compiling partial-io v0.5.4
46402026-05-23T04:18:36.472Z Compiling rand_distr v0.5.1
46412026-05-23T04:18:36.473Z Running `/home/build/.rustup/toolchains/1.94.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=39050bf4d653339a -C extra-filename=-51baf9810e5e1a2b --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-6933dc604de72165.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46422026-05-23T04:18:36.473Z Running `/home/build/.rustup/toolchains/1.94.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=2a0940c379cfdcde -C extra-filename=-6440ad616f2fb204 --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-6fe428b826511ab9.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-3beb6f327bb7e026.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46432026-05-23T04:18:36.473Z Running `/home/build/.rustup/toolchains/1.94.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=3be1ef9c42a19aa5 -C extra-filename=-34e27a8221220f64 --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-b2bde8d747fc73bb.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2f47e298a04381f5.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-4ac1a54594d09143.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-aa2fee6586458543.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-aee2972910b9b9b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46442026-05-23T04:18:36.648Z Compiling drift v0.2.0
46452026-05-23T04:18:36.651Z Running `/home/build/.rustup/toolchains/1.94.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=ab5bad976c3b3dbe -C extra-filename=-31de7d279230ddd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46462026-05-23T04:18:36.651Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-e6a411ea08c61a58/build-script-build`
46472026-05-23T04:18:36.766Z Compiling constant_time_eq v0.3.1
46482026-05-23T04:18:36.797Z Running `/home/build/.rustup/toolchains/1.94.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=7a3613d7e3a9a769 -C extra-filename=-b333ac2576747dd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46492026-05-23T04:18:36.834Z Compiling similar-asserts v1.7.0
46502026-05-23T04:18:36.838Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46512026-05-23T04:18:36.838Z Running `/home/build/.rustup/toolchains/1.94.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=89afc388a7d806ef -C extra-filename=-44ced2dc62887ebc --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-f4c7a5ecc60f8628.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46522026-05-23T04:18:36.838Z Compiling cargo_toml v0.21.0
46532026-05-23T04:18:36.873Z Running `/home/build/.rustup/toolchains/1.94.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=b6dacb4f9ac6d4b7 -C extra-filename=-9c0494be1d663a46 --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-e2d769cd5cabec2d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46542026-05-23T04:18:36.873Z Running `/home/build/.rustup/toolchains/1.94.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=9ecfc143b7a30942 -C extra-filename=-bfc22a3f9e5edd20 --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-1034a81c89142beb.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-c7f9bdf8f54edfdf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46552026-05-23T04:18:36.966Z Compiling russh v0.45.0
46562026-05-23T04:18:36.969Z Running `/home/build/.rustup/toolchains/1.94.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=ab7312757efdd729 -C extra-filename=-23d9be48160147b7 --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-9e5a2e6526d87ae3.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-9b917f0270faa50c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-88ba594f3dfe4056.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-1ba3b2f5180705c2.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-0ec0dd7cf53592d7.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-78d4bbafc7faaf08.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-254d75eaa485390d.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-eecd146925883045.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-dfa02c8e62099e06.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-749f93daa76cecbe.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-4d6e15ae667c6c74.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-50be9b3de423c6b1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-5df1b6f5f7e59625.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-5a46858381a0adbd.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-119f792b47a4d0fa.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-8ea57d9cb0fd08eb.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-643aa422e84f7957.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46572026-05-23T04:18:37.018Z Compiling rust-argon2 v2.1.0
46582026-05-23T04:18:37.022Z Running `/home/build/.rustup/toolchains/1.94.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=f1ab9180957dbe87 -C extra-filename=-585356b8a260a2cf --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-dd4fa1a35289f367.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-3209e854eec92586.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-b333ac2576747dd0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46592026-05-23T04:18:37.112Z Compiling knuffel v3.2.0
46602026-05-23T04:18:37.116Z Running `/home/build/.rustup/toolchains/1.94.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=a5c043e54f42eab7 -C extra-filename=-6e7b90e7b0a20662 --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-dd4fa1a35289f367.rmeta --extern chumsky=/work/oxidecomputer/omicron/target/debug/deps/libchumsky-05e45401d59941c2.rmeta --extern knuffel_derive=/work/oxidecomputer/omicron/target/debug/deps/libknuffel_derive-626baad98d318b26.so --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-743bd94a9b8889c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46612026-05-23T04:18:37.158Z Compiling termios v0.3.3
46622026-05-23T04:18:37.161Z Running `/home/build/.rustup/toolchains/1.94.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=01f8bc6648d492c7 -C extra-filename=-0eb532fb73bdb026 --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-01e0def4c6020b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46632026-05-23T04:18:37.198Z Running `/home/build/.rustup/toolchains/1.94.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=69657bd79e28a872 -C extra-filename=-0b76831001ade886 --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-1ff457746abc8c9d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46642026-05-23T04:18:37.239Z Running `/home/build/.rustup/toolchains/1.94.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=6b3d03a94aa08776 -C extra-filename=-c9f6459d88bb88bc --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-6001f0b76e0e63c7.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-7444b9fdcde38245.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46652026-05-23T04:18:37.243Z Running `/home/build/.rustup/toolchains/1.94.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=fc2bcd1f60e03dfd -C extra-filename=-2b1750f7f7bbab65 --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`
46662026-05-23T04:18:37.682Z Compiling dropshot-api-manager v0.7.2
46672026-05-23T04:18:37.685Z Running `/home/build/.rustup/toolchains/1.94.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=f5b1fc9c6e382519 -C extra-filename=-179650cff5900353 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern drift=/work/oxidecomputer/omicron/target/debug/deps/libdrift-31de7d279230ddd8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-42b72da845c58bf6.rmeta --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-ec6c9350b2915c40.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-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-69178f5f405916b0/out`
46682026-05-23T04:18:37.874Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
46692026-05-23T04:18:37.877Z Running `/home/build/.rustup/toolchains/1.94.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=e9e0551831d03718 -C extra-filename=-236ca9717a706c1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-8db620224eb36e3b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-6e7b90e7b0a20662.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-743bd94a9b8889c2.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-0ab80e32425d03a6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46702026-05-23T04:18:37.976Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
46712026-05-23T04:18:37.979Z Running `/home/build/.rustup/toolchains/1.94.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=224d0161441aad1e -C extra-filename=-ce1e8dbf48b1b935 --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-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-049a193beba92f2c.rmeta --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-282222ca4c7256bd.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-6e7b90e7b0a20662.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-743bd94a9b8889c2.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-749f93daa76cecbe.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-022452df65051dc0.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-ffbfecf1a59b140f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46722026-05-23T04:18:38.204Z Compiling progenitor-macro v0.11.2
46732026-05-23T04:18:38.207Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-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=51213adce04abddf -C extra-filename=-03e1af674eb9446a --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-09da23b035805750.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-f81ed9c1af2a16fb.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-1d56f86b93447a7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46742026-05-23T04:18:39.717Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46752026-05-23T04:18:39.720Z Running `/home/build/.rustup/toolchains/1.94.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=a470bef9fa33b64c -C extra-filename=-ee7caaad93618332 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0315e6aa71703e60.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-9c0494be1d663a46.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46762026-05-23T04:18:40.155Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
46772026-05-23T04:18:40.158Z Running `/home/build/.rustup/toolchains/1.94.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=6fcf13ec522f8242 -C extra-filename=-a8fcbd7d5a03eca8 --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-14842183da3c6f4a.rmeta --extern pki_playground=/work/oxidecomputer/omicron/target/debug/deps/libpki_playground-ce1e8dbf48b1b935.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46782026-05-23T04:18:40.437Z Compiling rstest v0.25.0
46792026-05-23T04:18:40.440Z Running `/home/build/.rustup/toolchains/1.94.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=8d1096adc614c348 -C extra-filename=-727f636edaff5f68 --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-f72573976e36801e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-a9c422302363244d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46802026-05-23T04:18:43.701Z Compiling samael v0.0.19
46812026-05-23T04:18:43.705Z Running `/home/build/.rustup/toolchains/1.94.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=48cee7a6926db9b9 -C extra-filename=-7d5ab1321f296e96 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-7d5ab1321f296e96 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-377886be39c1f034.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-daf175a1cd2d26ec.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46822026-05-23T04:18:45.217Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-7d5ab1321f296e96/build-script-bindings`
46832026-05-23T04:18:46.279Z Compiling polar-core v0.27.3
46842026-05-23T04:18:46.283Z Running `/home/build/.rustup/toolchains/1.94.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=0e1c25263db74b8e -C extra-filename=-fb19eb60da49759c --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-fb19eb60da49759c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-706a99e16fcbe5ff.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46852026-05-23T04:18:46.809Z Running `/home/build/.rustup/toolchains/1.94.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=7903aa9fdecc05a1 -C extra-filename=-d3678eae9ba68c5f --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-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-fd1d071cffe3b781.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-61d6aee1bf595309.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-5943aa0198da3b68.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-76075c4761c46f7c.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-2830efaff709bf8a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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)'`
46862026-05-23T04:18:46.868Z Running `/home/build/.rustup/toolchains/1.94.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=c35b1a6919ed16a1 -C extra-filename=-10a280045273c4e2 --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-01e0def4c6020b1d.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-33cce48b3b451862.rmeta --cap-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-c0841d6fb37ee677/out/build -L native=/usr/lib/amd64 -l static=git2 --cfg libgit2_vendored --check-cfg 'cfg(libgit2_vendored,)'`
46872026-05-23T04:18:47.119Z Compiling git2 v0.20.4
46882026-05-23T04:18:47.122Z Running `/home/build/.rustup/toolchains/1.94.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=f534c4a67b0b2415 -C extra-filename=-256431f41a983903 --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-10536750ba824ae2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-10a280045273c4e2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-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-c0841d6fb37ee677/out/build -L native=/usr/lib/amd64`
46892026-05-23T04:18:47.306Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-fb19eb60da49759c/build-script-build`
46902026-05-23T04:18:47.619Z Compiling async-bb8-diesel v0.2.1
46912026-05-23T04:18:47.619Z Compiling diesel-dtrace v0.5.0
46922026-05-23T04:18:47.622Z Running `/home/build/.rustup/toolchains/1.94.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=015bf38797d8b6ba -C extra-filename=-c6da6d562eb4080b --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-3d40f90b1355ed80.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-87d7fba5f722ae1f.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.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`
46932026-05-23T04:18:47.622Z Running `/home/build/.rustup/toolchains/1.94.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=fb22edd13dd887d4 -C extra-filename=-0c9c36c08b3ce601 --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-bfc2b60907f3047d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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`
46942026-05-23T04:18:47.833Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-5b704d6e2620c347/build-script-build`
46952026-05-23T04:18:47.836Z Running `/home/build/.rustup/toolchains/1.94.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=5ae95b5a108cfd6d -C extra-filename=-761e1d07a2076259 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-fd2399a9b192b759/out -l static=aws_lc_0_40_0_crypto --cfg universal`
46962026-05-23T04:18:47.911Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-573fefe0732e62d2/build-script-build`
46972026-05-23T04:18:48.306Z Running `/home/build/.rustup/toolchains/1.94.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=f9452c32e852bad2 -C extra-filename=-9f652f089a5c8555 --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-761e1d07a2076259.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-32a02797568f8843.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-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-fd2399a9b192b759/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
46982026-05-23T04:18:48.500Z Running `/home/build/.rustup/toolchains/1.94.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=dfa1ab5d109f8e7b -C extra-filename=-68f634f1f98399ae --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-5e3caf26cddc1468.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-936e412f76a84e0a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46992026-05-23T04:18:49.121Z Compiling rustls-webpki v0.103.9
47002026-05-23T04:18:49.124Z Running `/home/build/.rustup/toolchains/1.94.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=29de0876cbca650b -C extra-filename=-5ec4b1d1a79aba91 --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-9f652f089a5c8555.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9b3a004f0bbfd40d.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47012026-05-23T04:18:49.151Z Running `/home/build/.rustup/toolchains/1.94.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=cc165fb795574b22 -C extra-filename=-826e553da98d898e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-fd1d071cffe3b781.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-256431f41a983903.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-de6bc424e8842dd4.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-fe80409af43af2ce.rmeta --cap-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-c0841d6fb37ee677/out/build -L native=/usr/lib/amd64 --check-cfg 'cfg(nightly)'`
47022026-05-23T04:18:49.569Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
47032026-05-23T04:18:49.573Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/3c1708d/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=a20d22fd15269775 -C extra-filename=-bb29bf960af3b024 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-bb29bf960af3b024 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-de6bc424e8842dd4.rlib --extern vergen_git2=/work/oxidecomputer/omicron/target/debug/deps/libvergen_git2-826e553da98d898e.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-c0841d6fb37ee677/out/build -L native=/usr/lib/amd64`
47042026-05-23T04:18:49.602Z Running `/home/build/.rustup/toolchains/1.94.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=3b85ef11a571191e -C extra-filename=-67f73645eb23c367 --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-9f652f089a5c8555.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-5ec4b1d1a79aba91.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47052026-05-23T04:18:50.634Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-bb29bf960af3b024/build-script-build`
47062026-05-23T04:18:51.506Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/3c1708d/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=f44d72942f585039 -C extra-filename=-87ea2d0650c1498a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-6804a3d52d287432.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-38e8a5c56c9e7b6b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-4e07fe3b1ac697d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-45a61a51f52e2b02.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26ca01fa6a73f661.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-b08e3228e586ace4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-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-69178f5f405916b0/out`
47072026-05-23T04:18:51.960Z Compiling oso v0.27.3
47082026-05-23T04:18:51.963Z Running `/home/build/.rustup/toolchains/1.94.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=d6d5a60161f7d62b -C extra-filename=-ea6d9bc132bfadfa --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-2495d898a92491df.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-c88d3041c87251da.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-68f634f1f98399ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47092026-05-23T04:18:52.099Z Compiling tokio-rustls v0.26.4
47102026-05-23T04:18:52.103Z Compiling rustls-platform-verifier v0.6.2
47112026-05-23T04:18:52.103Z Running `/home/build/.rustup/toolchains/1.94.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=763ac6316b9de070 -C extra-filename=-19cdcf99954fd9c8 --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-67f73645eb23c367.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47122026-05-23T04:18:52.103Z Running `/home/build/.rustup/toolchains/1.94.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=bbec94ed5d0f5286 -C extra-filename=-a65f348049248575 --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-153496f33718ff11.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-67f73645eb23c367.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-82a3566533314666.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-5ec4b1d1a79aba91.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47132026-05-23T04:18:52.343Z Compiling hyper-rustls v0.27.7
47142026-05-23T04:18:52.346Z Running `/home/build/.rustup/toolchains/1.94.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=3b23955c42825c66 -C extra-filename=-74e103db03a7b92e --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-e058889f11375ada.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d86354d4394907f1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-67f73645eb23c367.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-82a3566533314666.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-19cdcf99954fd9c8.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-50531a82ebede228.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47152026-05-23T04:18:52.346Z Running `/home/build/.rustup/toolchains/1.94.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=56fab3d311d962ce -C extra-filename=-5701a4d928e7499d --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-bb36046d5d0c123e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern dice_mfg_msgs=/work/oxidecomputer/omicron/target/debug/deps/libdice_mfg_msgs-8a7be1db8082819c.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-6b5e9ba8ed660446.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-049a193beba92f2c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-5964f9015a3cbd42.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-3d344358330094a4.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-67f73645eb23c367.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c482e92d8ec671.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-19cdcf99954fd9c8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/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/`
47162026-05-23T04:18:52.587Z Compiling reqwest v0.13.2
47172026-05-23T04:18:52.587Z Compiling reqwest v0.12.28
47182026-05-23T04:18:52.591Z Running `/home/build/.rustup/toolchains/1.94.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=de7b4f53dd63e9f7 -C extra-filename=-9a1ef1aff94e4e2c --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-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-130cf1e3a1a54232.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-ef4e9b54cb022e5f.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-b80f917dbb73e1c3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-74e103db03a7b92e.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d86354d4394907f1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a07cde80cd4a0a17.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-67f73645eb23c367.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/omicron/target/debug/deps/librustls_platform_verifier-a65f348049248575.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-930b93cd044331fb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-19cdcf99954fd9c8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-b92f8da7dfb06323.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-3a976e17718507ec.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47192026-05-23T04:18:52.591Z Running `/home/build/.rustup/toolchains/1.94.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=99822d10739d84a7 -C extra-filename=-1b163db9e614b168 --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-ce299ebbb1d61b46.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-ef4e9b54cb022e5f.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-b80f917dbb73e1c3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-74e103db03a7b92e.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-792cbf7a6e2f6491.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d86354d4394907f1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a07cde80cd4a0a17.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-799617a53a7426b4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d7acc1d49ffab29c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-67f73645eb23c367.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-0e97d1dfeec5d08b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-930b93cd044331fb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-2ae5af5186a98128.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-19cdcf99954fd9c8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-b92f8da7dfb06323.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-3a976e17718507ec.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-b069a8570b2e898f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-50531a82ebede228.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/lib/amd64`
47202026-05-23T04:18:53.960Z Compiling progenitor-client v0.14.0
47212026-05-23T04:18:53.961Z Compiling progenitor-client v0.13.0
47222026-05-23T04:18:53.964Z Running `/home/build/.rustup/toolchains/1.94.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=3ce2e862371b828f -C extra-filename=-0a0dea326cf2a884 --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-63b95c6de5767e6e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47232026-05-23T04:18:53.964Z Running `/home/build/.rustup/toolchains/1.94.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=356266a91ee08880 -C extra-filename=-cdd50db3d2bc0d46 --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-63b95c6de5767e6e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47242026-05-23T04:18:54.026Z Compiling tough v0.22.0
47252026-05-23T04:18:54.030Z Compiling progenitor-client v0.11.2
47262026-05-23T04:18:54.030Z Compiling omicron-zone-package v0.12.2
47272026-05-23T04:18:54.030Z Running `/home/build/.rustup/toolchains/1.94.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=d1ff8ea06633c14d -C extra-filename=-aa34a231e3f3e7fe --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-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9f652f089a5c8555.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-7ed5b5014e10b2ab.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-e032aed7fc9ef562.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b163db9e614b168.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-67f73645eb23c367.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-e0f97fa48dd87c46.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-3bd40da03ad7a498.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-bbdfa85da1bca7a6.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-32a02797568f8843.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/lib/amd64`
47282026-05-23T04:18:54.030Z Running `/home/build/.rustup/toolchains/1.94.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=229b4e78ab1c325e -C extra-filename=-4d2f29745438c1d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-43fa2bec1e1c51a5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-42ab93db90545655.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b163db9e614b168.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-bbc60baec4eff5fe.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cb3de09cc01b79f.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2884642a5c7261b1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cap-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-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/lib/amd64`
47292026-05-23T04:18:54.030Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=31587397b7004dbd -C extra-filename=-c67a495e3e6b4995 --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-63b95c6de5767e6e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b163db9e614b168.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/lib/amd64`
47302026-05-23T04:18:54.233Z Compiling progenitor v0.13.0
47312026-05-23T04:18:54.236Z Running `/home/build/.rustup/toolchains/1.94.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=d9b95cf88f194ede -C extra-filename=-8fa38643cbc63470 --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-cdd50db3d2bc0d46.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-1107c36ee46c0328.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-17bef58f0259aa08.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47322026-05-23T04:18:54.269Z Compiling progenitor-extras v0.2.0
47332026-05-23T04:18:54.272Z Running `/home/build/.rustup/toolchains/1.94.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=608a49cb35973d87 -C extra-filename=-1939807e6be6156e --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-ee97001c3cfca795.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0a0dea326cf2a884.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47342026-05-23T04:18:54.311Z Compiling progenitor v0.14.0
47352026-05-23T04:18:54.314Z Running `/home/build/.rustup/toolchains/1.94.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=9cf562269e50b9c5 -C extra-filename=-e3d89e712686cfca --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-0a0dea326cf2a884.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-48be6f6426585421.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-b7d10b3985533604.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47362026-05-23T04:18:54.348Z Compiling progenitor v0.11.2
47372026-05-23T04:18:54.352Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-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="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=b239abff330431ee -C extra-filename=-64a70dce7867377d --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-c67a495e3e6b4995.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-f81ed9c1af2a16fb.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-03e1af674eb9446a.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/lib/amd64`
47382026-05-23T04:18:54.396Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
47392026-05-23T04:18:54.399Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/7696ee4/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=22b104ca69118bb2 -C extra-filename=-1a9b72772503ce50 --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-033f92b7d2688a9a.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-20818eb2682fe51d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8fa38643cbc63470.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-2127fe1f76ab4e39.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-793719933d52d486.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47402026-05-23T04:18:54.438Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
47412026-05-23T04:18:54.441Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/90efdc6/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 --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "default", "multicast", "tofino_asic"))' -C metadata=92b283543ada8eaa -C extra-filename=-0d8f888a5d802a38 --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-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-2335065f1cc0e588.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-0fee16111fe9c0a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8fa38643cbc63470.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-3f1f18e843068b41.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47422026-05-23T04:18:54.474Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
47432026-05-23T04:18:54.477Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
47442026-05-23T04:18:54.477Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/3c1708d/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=e8230da1a2618df3 -C extra-filename=-62c80b8fe1be1e5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-38e8a5c56c9e7b6b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8fa38643cbc63470.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47452026-05-23T04:18:54.477Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/3c1708d/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=57b7195bd297b6f9 -C extra-filename=-6161d0b82d613780 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-38e8a5c56c9e7b6b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8fa38643cbc63470.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47462026-05-23T04:18:54.543Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#50ed5312)
47472026-05-23T04:18:54.548Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/50ed531/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=6f4b7337cd404230 -C extra-filename=-f1789a7f9fa1492a --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-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-f96c8b020ed5821b.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-0fee16111fe9c0a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8fa38643cbc63470.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-3f1f18e843068b41.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47482026-05-23T04:18:54.577Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
47492026-05-23T04:18:54.580Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/75518ad/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=ae475b68c403dc22 -C extra-filename=-6de895597b074294 --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-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd4fa1a35289f367.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-fa9d244fd45fc505.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0a0dea326cf2a884.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-ea02b1fe4a1bfc83.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8a5d201b0a2e6745.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
47502026-05-23T04:18:54.613Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
47512026-05-23T04:18:54.616Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/75518ad/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=1d671dcadd60c529 -C extra-filename=-e78abffc16007a55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-6804a3d52d287432.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd4fa1a35289f367.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-ea02b1fe4a1bfc83.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0343af94318f702a.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-b4ee98076e497d6b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8a5d201b0a2e6745.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out`
47522026-05-23T04:18:56.416Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
47532026-05-23T04:18:56.419Z Running `/home/build/.rustup/toolchains/1.94.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=e9017481434bd910 -C extra-filename=-27e0b513e837638c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9f652f089a5c8555.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b1fb3636e30508e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-898ddb0f77ef26c8.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-53b3c6bb35e26b47.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-759d3b0cdfed70c6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa34a231e3f3e7fe.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ccfa7aa365f18a5c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
47542026-05-23T04:18:56.978Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
47552026-05-23T04:18:56.983Z Running `/home/build/.rustup/toolchains/1.94.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=c3c77f5393dcf213 -C extra-filename=-b20ea9738e167af9 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-b20ea9738e167af9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-1efa74adc08c6063.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2b3e0a333636a188.rlib --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-31b8b798a759197d.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9f652f089a5c8555.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-14d0ce7904083a99.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-05ae4e093b7516a8.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-faad5fa6f4ba4a5e.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b1a2d0ece26f531c.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-78d4bbafc7faaf08.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-c3b0ab18196b7f56.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-430384416dcc468a.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49e819e9bc7c00a1.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-049a193beba92f2c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-98fd6867a764390a.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a898c7cc874d883a.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5bdddceadc240b18.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-563d05d7861c894f.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-eaa0a13843f60114.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4043be771473f5c2.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-7cd91c71ab4e74b0.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-445c8839df6eec4c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-74e103db03a7b92e.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d86354d4394907f1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5bc8a8fdb2d028e8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b0d5beb18e29a641.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ccf6faf54f4a34d3.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-a5327e4ac3908c74.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3e12d9698381657b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2f47e298a04381f5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-802db6b9faa97ef0.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1b8abf09d7a0e388.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b163db9e614b168.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-022452df65051dc0.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-9a82faff30e4a240.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-67f73645eb23c367.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-5ec4b1d1a79aba91.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-009a344edb02b1bf.so --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4dd8f72c85e6b2bf.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-adc5358a0f3e2899.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-763e69004c310e8b.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-19cdcf99954fd9c8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cb3de09cc01b79f.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9d99588b1a787199.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa34a231e3f3e7fe.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1f4c7a2c0e97718e.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-582b8bfcbfeb32b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-de6bc424e8842dd4.rlib --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-fe80409af43af2ce.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
47562026-05-23T04:18:57.239Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-b20ea9738e167af9/build-script-build`
47572026-05-23T04:18:57.298Z Running `/home/build/.rustup/toolchains/1.94.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=a876846ee393c838 -C extra-filename=-2733e67329ee40c1 --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-1efa74adc08c6063.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2b3e0a333636a188.rlib --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-31b8b798a759197d.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9f652f089a5c8555.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-05ae4e093b7516a8.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-faad5fa6f4ba4a5e.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b1a2d0ece26f531c.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-78d4bbafc7faaf08.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-c3b0ab18196b7f56.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-430384416dcc468a.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49e819e9bc7c00a1.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-049a193beba92f2c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-98fd6867a764390a.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a898c7cc874d883a.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5bdddceadc240b18.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-563d05d7861c894f.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-eaa0a13843f60114.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4043be771473f5c2.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-7cd91c71ab4e74b0.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-74e103db03a7b92e.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d86354d4394907f1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5bc8a8fdb2d028e8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b0d5beb18e29a641.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ccf6faf54f4a34d3.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-a5327e4ac3908c74.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3e12d9698381657b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2f47e298a04381f5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-802db6b9faa97ef0.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1b8abf09d7a0e388.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b163db9e614b168.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-022452df65051dc0.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-9a82faff30e4a240.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-67f73645eb23c367.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-5ec4b1d1a79aba91.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4dd8f72c85e6b2bf.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-19cdcf99954fd9c8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cb3de09cc01b79f.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9d99588b1a787199.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa34a231e3f3e7fe.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1f4c7a2c0e97718e.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-582b8bfcbfeb32b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
47582026-05-23T04:18:57.298Z Running `/home/build/.rustup/toolchains/1.94.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=50c7d5f2904400e5 -C extra-filename=-ed3c0d9776564c53 --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-1efa74adc08c6063.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2b3e0a333636a188.rmeta --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-31b8b798a759197d.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9f652f089a5c8555.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-05ae4e093b7516a8.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-faad5fa6f4ba4a5e.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b1a2d0ece26f531c.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-78d4bbafc7faaf08.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rmeta --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-c3b0ab18196b7f56.rmeta --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-430384416dcc468a.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49e819e9bc7c00a1.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-049a193beba92f2c.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-98fd6867a764390a.rmeta --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a898c7cc874d883a.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5bdddceadc240b18.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-563d05d7861c894f.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-eaa0a13843f60114.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rmeta --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4043be771473f5c2.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-7cd91c71ab4e74b0.rmeta --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rmeta --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-74e103db03a7b92e.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d86354d4394907f1.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5bc8a8fdb2d028e8.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b0d5beb18e29a641.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rmeta --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ccf6faf54f4a34d3.rmeta --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-a5327e4ac3908c74.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3e12d9698381657b.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2f47e298a04381f5.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-802db6b9faa97ef0.rmeta --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1b8abf09d7a0e388.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rmeta --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b163db9e614b168.rmeta --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-022452df65051dc0.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-9a82faff30e4a240.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-67f73645eb23c367.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-5ec4b1d1a79aba91.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4dd8f72c85e6b2bf.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-19cdcf99954fd9c8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cb3de09cc01b79f.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9d99588b1a787199.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa34a231e3f3e7fe.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rmeta --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1f4c7a2c0e97718e.rmeta --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-582b8bfcbfeb32b7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
47592026-05-23T04:18:57.426Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
47602026-05-23T04:18:57.426Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
47612026-05-23T04:18:57.426Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47622026-05-23T04:18:57.430Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
47632026-05-23T04:18:57.430Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
47642026-05-23T04:18:57.430Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
47652026-05-23T04:18:57.430Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47662026-05-23T04:18:57.430Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47672026-05-23T04:18:57.430Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47682026-05-23T04:18:57.430Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
47692026-05-23T04:18:57.430Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
47702026-05-23T04:18:57.430Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
47712026-05-23T04:18:57.430Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
47722026-05-23T04:18:57.430Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
47732026-05-23T04:18:57.430Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
47742026-05-23T04:18:57.430Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
47752026-05-23T04:18:57.460Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
47762026-05-23T04:18:57.464Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
47772026-05-23T04:18:57.499Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
47782026-05-23T04:18:57.503Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
47792026-05-23T04:18:57.503Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
47802026-05-23T04:18:57.503Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
47812026-05-23T04:18:57.503Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47822026-05-23T04:18:57.503Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
47832026-05-23T04:18:57.503Z Running `/home/build/.rustup/toolchains/1.94.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=bc6dbc33bfe3e13a -C extra-filename=-a4527300e1a17644 --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-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
47842026-05-23T04:18:57.503Z Running `/home/build/.rustup/toolchains/1.94.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=ae77949af21e67be -C extra-filename=-bd991c1e02285851 --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-6001f0b76e0e63c7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
47852026-05-23T04:18:57.531Z Running `/home/build/.rustup/toolchains/1.94.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=4a86bd957773b2c8 -C extra-filename=-395c2a193315db60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
47862026-05-23T04:18:57.567Z Running `/home/build/.rustup/toolchains/1.94.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=d6693118d3ad3133 -C extra-filename=-44598357a4953364 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-aff3a9f0b77ba266.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-a5393bade2e03a8a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
47872026-05-23T04:18:57.571Z Running `/home/build/.rustup/toolchains/1.94.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=256b71558109a143 -C extra-filename=-21d04d0008ec5099 --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-5eda8250a90bc255.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
47882026-05-23T04:18:57.571Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types_versions --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=2616a1cd897ba19d -C extra-filename=-cc07b6a312e17a2f --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-6001f0b76e0e63c7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
47892026-05-23T04:18:57.571Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=d6c4d5b1b5f4e6a8 -C extra-filename=-ee3472658ec057b0 --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-2056a469241411d0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
47902026-05-23T04:18:57.571Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' -C metadata=265ddb545d0da7b1 -C extra-filename=-53c02d4502fbc23f --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-53a27ea6ba2abd9c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
47912026-05-23T04:18:57.571Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ledger --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=b36a400f5590f192 -C extra-filename=-134d47adb866a631 --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-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
47922026-05-23T04:18:57.571Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types_versions --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=bb7971f5d6fdf923 -C extra-filename=-4db34505608c514d --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-033f92b7d2688a9a.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
47932026-05-23T04:18:57.571Z Running `/home/build/.rustup/toolchains/1.94.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=df6a1e544e37949e -C extra-filename=-d3890b2a4b8a7b2e --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-ed3c0d9776564c53.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
47942026-05-23T04:18:57.606Z Running `/home/build/.rustup/toolchains/1.94.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=324a4f3387a3a8c8 -C extra-filename=-200414a696957855 --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-033f92b7d2688a9a.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
47952026-05-23T04:18:57.609Z Running `/home/build/.rustup/toolchains/1.94.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=2d4a01c2960c654e -C extra-filename=-39a6c9a154ec078b --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-033f92b7d2688a9a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
47962026-05-23T04:18:57.643Z Running `/home/build/.rustup/toolchains/1.94.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=6db0b9cfeb136e8b -C extra-filename=-623f6ec3909707ff --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-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
47972026-05-23T04:18:57.743Z Running `/home/build/.rustup/toolchains/1.94.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=3d321c1f3c527fff -C extra-filename=-4606ab9f3f0f803a --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-033f92b7d2688a9a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
47982026-05-23T04:18:57.746Z Running `/home/build/.rustup/toolchains/1.94.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=a193a6d52fc21df9 -C extra-filename=-904b5786732b2b10 --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-ed3c0d9776564c53.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
47992026-05-23T04:18:57.746Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=de11a7c824a3f9d7 -C extra-filename=-dd0d0bb90708b39c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-aff3a9f0b77ba266.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-a5393bade2e03a8a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48002026-05-23T04:18:57.746Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager_types --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=d77455d73631f79f -C extra-filename=-1af1bc42a0af4bac --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-ed3c0d9776564c53.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48012026-05-23T04:18:57.815Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ereport_types --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=7737c8b69704b363 -C extra-filename=-68853bd0f6340338 --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-5eda8250a90bc255.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48022026-05-23T04:18:57.818Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=fc26a6812e8667d0 -C extra-filename=-120fc9b0dae469ad --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-6001f0b76e0e63c7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48032026-05-23T04:18:57.818Z Running `/home/build/.rustup/toolchains/1.94.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=bbdbd45671778f06 -C extra-filename=-4be5d6558a79b3aa --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-ed3c0d9776564c53.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48042026-05-23T04:18:57.847Z Running `/home/build/.rustup/toolchains/1.94.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=69c20357522e9344 -C extra-filename=-00730850ea809334 --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-2056a469241411d0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48052026-05-23T04:18:57.851Z Running `/home/build/.rustup/toolchains/1.94.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=22fb45147769732c -C extra-filename=-f8af81dd2db60d22 --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-53a27ea6ba2abd9c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48062026-05-23T04:18:57.851Z Running `/home/build/.rustup/toolchains/1.94.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=3b188c8eff79cdd7 -C extra-filename=-38b8186bb5f7a9e6 --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-6001f0b76e0e63c7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48072026-05-23T04:18:57.924Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
48082026-05-23T04:18:57.958Z Running `/home/build/.rustup/toolchains/1.94.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=26e20f42125296fd -C extra-filename=-4b9441892a6da9e6 --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-ed3c0d9776564c53.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48092026-05-23T04:18:58.032Z Running `/home/build/.rustup/toolchains/1.94.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=0c6e261afe82ebc3 -C extra-filename=-a36a0aff6a7f0957 --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-033f92b7d2688a9a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48102026-05-23T04:18:58.072Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
48112026-05-23T04:18:58.107Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=a3930a13368ecb4e -C extra-filename=-b1bf8f03fa63ce2d --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-4db34505608c514d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48122026-05-23T04:18:58.187Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
48132026-05-23T04:18:58.190Z Running `/home/build/.rustup/toolchains/1.94.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=4e2944f140f3924e -C extra-filename=-1847fa40e2df5430 --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-200414a696957855.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48142026-05-23T04:18:58.466Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
48152026-05-23T04:18:58.514Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
48162026-05-23T04:18:58.514Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
48172026-05-23T04:18:58.518Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
48182026-05-23T04:18:58.518Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
48192026-05-23T04:18:58.518Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
48202026-05-23T04:18:58.518Z Running `/home/build/.rustup/toolchains/1.94.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=bb66c9b7f43549c0 -C extra-filename=-19da945bf9ec03eb --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-ed3c0d9776564c53.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48212026-05-23T04:18:58.518Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
48222026-05-23T04:18:58.518Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
48232026-05-23T04:18:58.549Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
48242026-05-23T04:18:58.553Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48252026-05-23T04:18:58.553Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48262026-05-23T04:18:58.553Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48272026-05-23T04:18:58.553Z Running `/home/build/.rustup/toolchains/1.94.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=c427eac4bfa7c0ca -C extra-filename=-9f69239dd5562c72 --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-8664d818eaf5ace4.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-f8af81dd2db60d22.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48282026-05-23T04:18:58.553Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=4fa88cc2d4fc05f8 -C extra-filename=-17be24d1758dd6dd --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-ed3c0d9776564c53.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48292026-05-23T04:18:58.553Z Running `/home/build/.rustup/toolchains/1.94.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=fdf11cdd4e6ed5fd -C extra-filename=-e6f156c9677ec022 --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-ed3c0d9776564c53.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48302026-05-23T04:18:58.554Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types_versions --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=b80ad0f83396fcc4 -C extra-filename=-963f32193f7a01e8 --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-8664d818eaf5ace4.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-53c02d4502fbc23f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-120fc9b0dae469ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48312026-05-23T04:18:58.554Z Running `/home/build/.rustup/toolchains/1.94.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=d423066f99d63509 -C extra-filename=-cb2d476cd63e80af --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-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-df23c1fa9e15df3a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48322026-05-23T04:18:58.554Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=5baef7a36e506c19 -C extra-filename=-251a5eca2369f606 --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-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-134d47adb866a631.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-120fc9b0dae469ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-df23c1fa9e15df3a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48332026-05-23T04:18:58.584Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=be4a3f07899bde43 -C extra-filename=-ad727234c1e2caf4 --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-ed3c0d9776564c53.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48342026-05-23T04:18:58.588Z Running `/home/build/.rustup/toolchains/1.94.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=b0bd664165bdebc0 -C extra-filename=-242627c39ee21198 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-242627c39ee21198 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d3890b2a4b8a7b2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48352026-05-23T04:18:58.588Z Running `/home/build/.rustup/toolchains/1.94.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=723bcf58448a82d1 -C extra-filename=-05d652bca722e57f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-05d652bca722e57f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d3890b2a4b8a7b2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48362026-05-23T04:18:58.621Z Running `/home/build/.rustup/toolchains/1.94.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=689d7cad32b82e72 -C extra-filename=-a9f34a24964a972d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-a9f34a24964a972d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d3890b2a4b8a7b2e.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-9ab5843b6b4b023c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48372026-05-23T04:18:58.625Z Running `/home/build/.rustup/toolchains/1.94.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=a20f8105662187a8 -C extra-filename=-baa18c2096cdb219 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-baa18c2096cdb219 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d3890b2a4b8a7b2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48382026-05-23T04:18:58.884Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
48392026-05-23T04:18:58.968Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
48402026-05-23T04:18:58.971Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
48412026-05-23T04:18:58.971Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
48422026-05-23T04:18:58.971Z Running `/home/build/.rustup/toolchains/1.94.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=985122f1e0b748d4 -C extra-filename=-3c9d4467753cb2ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4606ab9f3f0f803a.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1847fa40e2df5430.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-904b5786732b2b10.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48432026-05-23T04:18:58.971Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48442026-05-23T04:18:58.971Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48452026-05-23T04:18:58.972Z Running `/home/build/.rustup/toolchains/1.94.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=3248e98e081c9e4b -C extra-filename=-209835c1f7326536 --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-5370b6ab3a93e0f8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-4b9441892a6da9e6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48462026-05-23T04:18:58.972Z Running `/home/build/.rustup/toolchains/1.94.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=58bdb30b756923ca -C extra-filename=-cad785b73111cc9c --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-5370b6ab3a93e0f8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-4b9441892a6da9e6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48472026-05-23T04:18:58.972Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
48482026-05-23T04:18:58.972Z Running `/home/build/.rustup/toolchains/1.94.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=a4efa87b6a733b38 -C extra-filename=-8faf11dce722cf26 --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-ed3c0d9776564c53.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48492026-05-23T04:18:58.972Z Running `/home/build/.rustup/toolchains/1.94.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=9695956a97bc0cc4 -C extra-filename=-bec42c8904898e5a --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-bec42c8904898e5a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d3890b2a4b8a7b2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48502026-05-23T04:18:59.009Z Running `/home/build/.rustup/toolchains/1.94.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=4e34f5808728e019 -C extra-filename=-979ea76799168b7a --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-5eda8250a90bc255.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48512026-05-23T04:18:59.013Z Running `/home/build/.rustup/toolchains/1.94.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=e92fc7a0a2fc1ba2 -C extra-filename=-5ab437cc7fb3cc50 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-5ab437cc7fb3cc50 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d3890b2a4b8a7b2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48522026-05-23T04:18:59.201Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-baa18c2096cdb219/build-script-build`
48532026-05-23T04:18:59.238Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-05d652bca722e57f/build-script-build`
48542026-05-23T04:18:59.280Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
48552026-05-23T04:18:59.319Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48562026-05-23T04:18:59.361Z Running `/home/build/.rustup/toolchains/1.94.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=f2ff76102e63bbc9 -C extra-filename=-ac827f4c913617f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-sled-agent-ac827f4c913617f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d3890b2a4b8a7b2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48572026-05-23T04:18:59.364Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
48582026-05-23T04:18:59.365Z Running `/home/build/.rustup/toolchains/1.94.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=ce17a8c54ebc1965 -C extra-filename=-51d2da6d7bf664cb --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-ed3c0d9776564c53.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-9f69239dd5562c72.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48592026-05-23T04:18:59.365Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
48602026-05-23T04:18:59.368Z Running `/home/build/.rustup/toolchains/1.94.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=79e167af9e2f007d -C extra-filename=-46b59588a31f760f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-19da945bf9ec03eb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9e96caab0b7280d5.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-ee97001c3cfca795.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern progenitor_client013=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cdd50db3d2bc0d46.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0a0dea326cf2a884.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-1939807e6be6156e.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-274fe36f6206b987.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48612026-05-23T04:18:59.368Z Running `/home/build/.rustup/toolchains/1.94.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=01b237907cd1d030 -C extra-filename=-4a37341575707d22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-19da945bf9ec03eb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9e96caab0b7280d5.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-ee97001c3cfca795.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern progenitor_client013=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cdd50db3d2bc0d46.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0a0dea326cf2a884.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-1939807e6be6156e.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-274fe36f6206b987.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48622026-05-23T04:18:59.368Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=cf4208cf1e5bf329 -C extra-filename=-e25a42c8cc09b5e2 --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-ed3c0d9776564c53.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-963f32193f7a01e8.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48632026-05-23T04:18:59.368Z Running `/home/build/.rustup/toolchains/1.94.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=09677c11fbaef23f -C extra-filename=-be649201dffde56c --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-bfc2b60907f3047d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/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`
48642026-05-23T04:18:59.522Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-242627c39ee21198/build-script-build`
48652026-05-23T04:18:59.562Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
48662026-05-23T04:18:59.565Z Running `/home/build/.rustup/toolchains/1.94.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=0fa58940abad57ff -C extra-filename=-f2b54bac2d015923 --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-63b95c6de5767e6e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48672026-05-23T04:18:59.565Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48682026-05-23T04:18:59.565Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-a9f34a24964a972d/build-script-build`
48692026-05-23T04:18:59.565Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-5ab437cc7fb3cc50/build-script-build`
48702026-05-23T04:18:59.602Z Running `/home/build/.rustup/toolchains/1.94.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=5672ca9817d1892c -C extra-filename=-7f258d68908d7e94 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-inventory-7f258d68908d7e94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d3890b2a4b8a7b2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48712026-05-23T04:18:59.602Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-bec42c8904898e5a/build-script-build`
48722026-05-23T04:18:59.678Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
48732026-05-23T04:18:59.709Z Running `/home/build/.rustup/toolchains/1.94.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=08828b046e17f67a -C extra-filename=-7c2c1f7875dd6664 --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-38b8186bb5f7a9e6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48742026-05-23T04:18:59.836Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
48752026-05-23T04:18:59.839Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
48762026-05-23T04:18:59.840Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48772026-05-23T04:18:59.840Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
48782026-05-23T04:18:59.840Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-sled-agent-ac827f4c913617f8/build-script-build`
48792026-05-23T04:18:59.923Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
48802026-05-23T04:18:59.927Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48812026-05-23T04:18:59.927Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48822026-05-23T04:18:59.927Z Running `/home/build/.rustup/toolchains/1.94.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=a904db3acb730b47 -C extra-filename=-e79fbcf5d5ff5694 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-f4c7a5ecc60f8628.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-27e0b513e837638c.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48832026-05-23T04:18:59.927Z Running `/home/build/.rustup/toolchains/1.94.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=80d1586243bf0f5c -C extra-filename=-f6e304ad5c116fb5 --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-32d2e3aba47f6c00.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3159a94201069dd2.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-1afc9ac3053176b1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48842026-05-23T04:19:00.005Z Running `/home/build/.rustup/toolchains/1.94.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=beb6be0ad18459ca -C extra-filename=-19a8a5c6f6da6072 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-19a8a5c6f6da6072 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d3890b2a4b8a7b2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48852026-05-23T04:19:00.009Z Running `/home/build/.rustup/toolchains/1.94.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=d36aba46c5ee671b -C extra-filename=-8bed0d162ac7f92a --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-8bed0d162ac7f92a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d3890b2a4b8a7b2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48862026-05-23T04:19:00.045Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48872026-05-23T04:19:00.048Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48882026-05-23T04:19:00.048Z Running `/home/build/.rustup/toolchains/1.94.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=77a52251c318d49b -C extra-filename=-2e4a1b437d268fdf --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-2e4a1b437d268fdf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d3890b2a4b8a7b2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48892026-05-23T04:19:00.048Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=8ed01ae5965845b6 -C extra-filename=-d3c6087e075c038e --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-cc07b6a312e17a2f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --cap-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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48902026-05-23T04:19:00.048Z Running `/home/build/.rustup/toolchains/1.94.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=a71ea7cbb3ddccc6 -C extra-filename=-aa8f311dbefcce30 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-aa8f311dbefcce30 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d3890b2a4b8a7b2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48912026-05-23T04:19:00.164Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
48922026-05-23T04:19:00.167Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48932026-05-23T04:19:00.167Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48942026-05-23T04:19:00.167Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48952026-05-23T04:19:00.167Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48962026-05-23T04:19:00.167Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48972026-05-23T04:19:00.206Z Running `/home/build/.rustup/toolchains/1.94.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=d84dcb0ade4918de -C extra-filename=-163d15ea62bb9913 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-networking-163d15ea62bb9913 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d3890b2a4b8a7b2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48982026-05-23T04:19:00.209Z Running `/home/build/.rustup/toolchains/1.94.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=c9a0c46a048db0a9 -C extra-filename=-232d1e06b7fc0c92 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-232d1e06b7fc0c92 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d3890b2a4b8a7b2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
48992026-05-23T04:19:00.325Z Running `/home/build/.rustup/toolchains/1.94.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=a98c97c0c915c62a -C extra-filename=-a4c952c57ddba976 --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-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49002026-05-23T04:19:00.328Z Running `/home/build/.rustup/toolchains/1.94.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=1b325b396c476c95 -C extra-filename=-52ff3cb943f65e5a --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-52ff3cb943f65e5a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d3890b2a4b8a7b2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49012026-05-23T04:19:00.365Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
49022026-05-23T04:19:00.368Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49032026-05-23T04:19:00.368Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
49042026-05-23T04:19:00.368Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
49052026-05-23T04:19:00.368Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
49062026-05-23T04:19:00.368Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
49072026-05-23T04:19:00.404Z Running `/home/build/.rustup/toolchains/1.94.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=a69ba47f4fe76e64 -C extra-filename=-86e578316b55ff54 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-86e578316b55ff54 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d3890b2a4b8a7b2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49082026-05-23T04:19:00.407Z Running `/home/build/.rustup/toolchains/1.94.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=d2a4b5d85fb13a5c -C extra-filename=-b6e7e56b10832c6d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-b6e7e56b10832c6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d3890b2a4b8a7b2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49092026-05-23T04:19:00.408Z Running `/home/build/.rustup/toolchains/1.94.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=6f58c301bdfdda58 -C extra-filename=-2279197407c2673d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-2279197407c2673d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d3890b2a4b8a7b2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49102026-05-23T04:19:00.408Z Running `/home/build/.rustup/toolchains/1.94.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=0e51d97fceb6a277 -C extra-filename=-5547636b11e2f7a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/support-bundle-collection-5547636b11e2f7a1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d3890b2a4b8a7b2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49112026-05-23T04:19:00.446Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49122026-05-23T04:19:00.483Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-inventory-7f258d68908d7e94/build-script-build`
49132026-05-23T04:19:00.525Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
49142026-05-23T04:19:00.528Z Running `/home/build/.rustup/toolchains/1.94.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=138b911fd2251c2d -C extra-filename=-54885cc3b2a80693 --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-ed3c0d9776564c53.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49152026-05-23T04:19:00.528Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-aa8f311dbefcce30/build-script-build`
49162026-05-23T04:19:00.567Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-8bed0d162ac7f92a/build-script-build`
49172026-05-23T04:19:00.571Z Running `/home/build/.rustup/toolchains/1.94.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=056b9cbd06a642c0 -C extra-filename=-d6e6e843ae250763 --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-ed3c0d9776564c53.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49182026-05-23T04:19:00.571Z Running `/home/build/.rustup/toolchains/1.94.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=24976aa09eafa31e -C extra-filename=-5f7403c341615c99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0a0dea326cf2a884.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49192026-05-23T04:19:00.571Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49202026-05-23T04:19:00.571Z Running `/home/build/.rustup/toolchains/1.94.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=952ced9e7a3e3020 -C extra-filename=-4b7f629d05364f2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49212026-05-23T04:19:00.571Z Running `/home/build/.rustup/toolchains/1.94.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=3e30d85885f9c1b7 -C extra-filename=-5956a27b27ac1f3b --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-13e665606f435ce9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49222026-05-23T04:19:00.571Z Running `/home/build/.rustup/toolchains/1.94.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=95374a2839804e09 -C extra-filename=-c9ac627543e55d42 --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-ed3c0d9776564c53.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49232026-05-23T04:19:00.607Z Running `/home/build/.rustup/toolchains/1.94.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' --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=6e5f963f3369706a -C extra-filename=-77458f984447adca --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-77458f984447adca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d3890b2a4b8a7b2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49242026-05-23T04:19:00.640Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=74327c1da0497a4f -C extra-filename=-e12ba87145ed3d1a --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-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-68853bd0f6340338.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d3c6087e075c038e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49252026-05-23T04:19:00.723Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
49262026-05-23T04:19:00.727Z Running `/home/build/.rustup/toolchains/1.94.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=2660307a7c4449c7 -C extra-filename=-6ac545e27305f92c --out-dir /work/oxidecomputer/omicron/target/debug/build/end-to-end-tests-6ac545e27305f92c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d3890b2a4b8a7b2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49272026-05-23T04:19:00.763Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-19a8a5c6f6da6072/build-script-build`
49282026-05-23T04:19:00.766Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
49292026-05-23T04:19:00.802Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-2e4a1b437d268fdf/build-script-build`
49302026-05-23T04:19:00.805Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-232d1e06b7fc0c92/build-script-build`
49312026-05-23T04:19:00.806Z Running `/home/build/.rustup/toolchains/1.94.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' --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=22471b41853d1ea8 -C extra-filename=-64ec30fddf69c7af --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-64ec30fddf69c7af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d3890b2a4b8a7b2e.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-9ab5843b6b4b023c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49322026-05-23T04:19:00.806Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-networking-163d15ea62bb9913/build-script-build`
49332026-05-23T04:19:00.841Z Running `/work/oxidecomputer/omicron/target/debug/build/support-bundle-collection-5547636b11e2f7a1/build-script-build`
49342026-05-23T04:19:00.844Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
49352026-05-23T04:19:00.844Z Running `/home/build/.rustup/toolchains/1.94.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=b17c60e5aba2c872 -C extra-filename=-4d9053c33b12200c --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-4d9053c33b12200c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d3890b2a4b8a7b2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49362026-05-23T04:19:00.844Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-86e578316b55ff54/build-script-build`
49372026-05-23T04:19:00.877Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
49382026-05-23T04:19:00.880Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
49392026-05-23T04:19:00.914Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-2279197407c2673d/build-script-build`
49402026-05-23T04:19:00.917Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-52ff3cb943f65e5a/build-script-build`
49412026-05-23T04:19:00.918Z Running `/home/build/.rustup/toolchains/1.94.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=119fff6233c434ce -C extra-filename=-2fcbffeabfe6d4f1 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-2fcbffeabfe6d4f1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d3890b2a4b8a7b2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49422026-05-23T04:19:00.952Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
49432026-05-23T04:19:00.955Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
49442026-05-23T04:19:00.955Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-b6e7e56b10832c6d/build-script-build`
49452026-05-23T04:19:00.955Z Running `/home/build/.rustup/toolchains/1.94.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=5984c40e04befed5 -C extra-filename=-8f49c7bcb897af2d --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-8f49c7bcb897af2d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d3890b2a4b8a7b2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49462026-05-23T04:19:00.955Z Running `/home/build/.rustup/toolchains/1.94.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=2193ca9362143514 -C extra-filename=-1be9a4931e6e16fe --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-1be9a4931e6e16fe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d3890b2a4b8a7b2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49472026-05-23T04:19:00.989Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
49482026-05-23T04:19:00.992Z Running `/home/build/.rustup/toolchains/1.94.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=b946f51fd7939bfe -C extra-filename=-d113f0276fd0a372 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0315e6aa71703e60.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-5956a27b27ac1f3b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49492026-05-23T04:19:00.992Z Running `/home/build/.rustup/toolchains/1.94.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=fc8d1020885afa76 -C extra-filename=-d248144e98cedc5e --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-c9ac627543e55d42.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49502026-05-23T04:19:00.992Z Running `/home/build/.rustup/toolchains/1.94.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=e6b05ca0a3008fff -C extra-filename=-4434313d996eac2d --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-4434313d996eac2d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d3890b2a4b8a7b2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49512026-05-23T04:19:01.023Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
49522026-05-23T04:19:01.026Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
49532026-05-23T04:19:01.062Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
49542026-05-23T04:19:01.065Z Running `/home/build/.rustup/toolchains/1.94.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=04f9099daa30927d -C extra-filename=-c4439abd8f69b28d --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-c4439abd8f69b28d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d3890b2a4b8a7b2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49552026-05-23T04:19:01.065Z Running `/home/build/.rustup/toolchains/1.94.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=27f8d2fdbf1cd6a1 -C extra-filename=-32569fb1c6905795 --out-dir /work/oxidecomputer/omicron/target/debug/build/schema-32569fb1c6905795 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d3890b2a4b8a7b2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49562026-05-23T04:19:01.065Z Running `/home/build/.rustup/toolchains/1.94.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=ddcccf32e09f6914 -C extra-filename=-1b593bcd20fb3345 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-1b593bcd20fb3345 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d3890b2a4b8a7b2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49572026-05-23T04:19:01.065Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
49582026-05-23T04:19:01.099Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
49592026-05-23T04:19:01.136Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_common --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/0d199ce/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=49fed383b6e41d13 -C extra-filename=-922469f9ab3f366c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f1789a7f9fa1492a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
49602026-05-23T04:19:01.139Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
49612026-05-23T04:19:01.173Z Running `/home/build/.rustup/toolchains/1.94.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=b2be0498508467d5 -C extra-filename=-9051a11d82ef5623 --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-ed3c0d9776564c53.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49622026-05-23T04:19:01.176Z Running `/home/build/.rustup/toolchains/1.94.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=e0f9e377182838a1 -C extra-filename=-7d3d4dd52b66e723 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0315e6aa71703e60.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49632026-05-23T04:19:01.213Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-77458f984447adca/build-script-build`
49642026-05-23T04:19:01.248Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
49652026-05-23T04:19:01.285Z Running `/home/build/.rustup/toolchains/1.94.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=46ac81f3c8cf6089 -C extra-filename=-cff2b36163471820 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49662026-05-23T04:19:01.362Z Running `/home/build/.rustup/toolchains/1.94.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=9ca13f89a20bdf11 -C extra-filename=-6460c3a5435364f7 --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-c9ac627543e55d42.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49672026-05-23T04:19:01.399Z Running `/home/build/.rustup/toolchains/1.94.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=0d663705c9758273 -C extra-filename=-064ad54a037f451e --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-38b8186bb5f7a9e6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49682026-05-23T04:19:01.402Z Running `/home/build/.rustup/toolchains/1.94.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=d40f4635c4070678 -C extra-filename=-b428ffd721e63784 --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-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49692026-05-23T04:19:01.436Z Running `/home/build/.rustup/toolchains/1.94.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=36c8f4dbf4dbe961 -C extra-filename=-1c10e8a69b9865d6 --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-8664d818eaf5ace4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-f8af81dd2db60d22.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49702026-05-23T04:19:01.474Z Running `/home/build/.rustup/toolchains/1.94.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=82833eac1060b8c6 -C extra-filename=-5bfc3c48d4c9ec83 --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-ed3c0d9776564c53.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-9f69239dd5562c72.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49712026-05-23T04:19:01.510Z Running `/work/oxidecomputer/omicron/target/debug/build/end-to-end-tests-6ac545e27305f92c/build-script-build`
49722026-05-23T04:19:01.548Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-8f49c7bcb897af2d/build-script-build`
49732026-05-23T04:19:01.692Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
49742026-05-23T04:19:01.730Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_client --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/0d199ce/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=2dfd780fd9c0d343 -C extra-filename=-d0f2a744489819b2 --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-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern lldpd_common=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_common-922469f9ab3f366c.rmeta --extern lldpd_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_types_versions-78c0eb8bdc6c538d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8fa38643cbc63470.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-274fe36f6206b987.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
49752026-05-23T04:19:01.842Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-2fcbffeabfe6d4f1/build-script-build`
49762026-05-23T04:19:01.845Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-4d9053c33b12200c/build-script-build`
49772026-05-23T04:19:01.918Z Running `/home/build/.rustup/toolchains/1.94.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=9b5368a7a6de7783 -C extra-filename=-71ceac9b920c9f5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-19da945bf9ec03eb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9e96caab0b7280d5.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-ee97001c3cfca795.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern progenitor_client013=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cdd50db3d2bc0d46.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0a0dea326cf2a884.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-1939807e6be6156e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-274fe36f6206b987.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49782026-05-23T04:19:01.946Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-1be9a4931e6e16fe/build-script-build`
49792026-05-23T04:19:01.985Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-1b593bcd20fb3345/build-script-build`
49802026-05-23T04:19:02.018Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-c4439abd8f69b28d/build-script-build`
49812026-05-23T04:19:02.022Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-64ec30fddf69c7af/build-script-build`
49822026-05-23T04:19:02.093Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-4434313d996eac2d/build-script-build`
49832026-05-23T04:19:02.131Z Running `/work/oxidecomputer/omicron/target/debug/build/schema-32569fb1c6905795/build-script-build`
49842026-05-23T04:19:02.134Z Running `/home/build/.rustup/toolchains/1.94.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=b4f63b9f4e149389 -C extra-filename=-4436ded5795309ea --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-32065407089088fb.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-4b9441892a6da9e6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49852026-05-23T04:19:02.135Z Running `/home/build/.rustup/toolchains/1.94.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=6268ccf239d79c89 -C extra-filename=-87bf7e70c272309e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4606ab9f3f0f803a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1847fa40e2df5430.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-904b5786732b2b10.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49862026-05-23T04:19:02.313Z Running `/home/build/.rustup/toolchains/1.94.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=21fda44830c3f880 -C extra-filename=-9bdaf8641c7c95f7 --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-32065407089088fb.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-4b9441892a6da9e6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49872026-05-23T04:19:02.316Z Running `/home/build/.rustup/toolchains/1.94.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=66d7bf4e2dd1a9c3 -C extra-filename=-c4a86c6682156d7b --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-b146f4d917ffff0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-df23c1fa9e15df3a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49882026-05-23T04:19:02.352Z Running `/home/build/.rustup/toolchains/1.94.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=b247a6e500e7916c -C extra-filename=-4d9bfb20c79e9a82 --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-200414a696957855.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49892026-05-23T04:19:02.391Z Running `/home/build/.rustup/toolchains/1.94.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=aec969f4a670f90f -C extra-filename=-83fe16dec107213f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-395c2a193315db60.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49902026-05-23T04:19:02.595Z Running `/home/build/.rustup/toolchains/1.94.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=2250b7ec0b5ded08 -C extra-filename=-d81203d051ce3bca --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-63b95c6de5767e6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49912026-05-23T04:19:02.635Z Running `/home/build/.rustup/toolchains/1.94.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=2dee6fc47eb461e5 -C extra-filename=-a7543776ed6723f6 --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-6001f0b76e0e63c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49922026-05-23T04:19:02.869Z Running `/home/build/.rustup/toolchains/1.94.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=fef59ba521555cad -C extra-filename=-e1b96fa1972a5f8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0315e6aa71703e60.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49932026-05-23T04:19:02.944Z Running `/home/build/.rustup/toolchains/1.94.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=f91c14c5d07659f5 -C extra-filename=-0a530b4e1d99b851 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-2056a469241411d0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85c665bbda1b40ba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-585356b8a260a2cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49942026-05-23T04:19:02.947Z Running `/home/build/.rustup/toolchains/1.94.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=cd962797fef79c93 -C extra-filename=-7b48a2f8320c9542 --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-ed3c0d9776564c53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49952026-05-23T04:19:02.985Z Running `/home/build/.rustup/toolchains/1.94.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=0c0df3bf7eddeb1e -C extra-filename=-66a0e648d719dff9 --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-ed3c0d9776564c53.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49962026-05-23T04:19:03.025Z Running `/home/build/.rustup/toolchains/1.94.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=156811d77c9091b1 -C extra-filename=-8abc91a31fb277fa --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-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49972026-05-23T04:19:03.028Z Running `/home/build/.rustup/toolchains/1.94.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=9535e4f9cdff82d4 -C extra-filename=-d6d8654df6916248 --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-32d2e3aba47f6c00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3159a94201069dd2.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-1afc9ac3053176b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49982026-05-23T04:19:03.028Z Running `/home/build/.rustup/toolchains/1.94.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=b08a2eb2bfe2e54a -C extra-filename=-48e48887ef7ef34b --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-ed3c0d9776564c53.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
49992026-05-23T04:19:03.236Z Running `/home/build/.rustup/toolchains/1.94.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=28be70567f30e338 -C extra-filename=-9374001f0691900c --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-033f92b7d2688a9a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50002026-05-23T04:19:03.279Z Running `/home/build/.rustup/toolchains/1.94.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=f36681d09aaa047a -C extra-filename=-dd2c795a2f83cb86 --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-ed3c0d9776564c53.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50012026-05-23T04:19:03.279Z Running `/home/build/.rustup/toolchains/1.94.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=b35ba0eb02373706 -C extra-filename=-23bd8eb21f99e5d0 --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-ed3c0d9776564c53.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50022026-05-23T04:19:03.380Z Running `/home/build/.rustup/toolchains/1.94.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=dbf3303c97d9fd28 -C extra-filename=-10e86a0d5180a395 --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-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50032026-05-23T04:19:03.383Z Running `/home/build/.rustup/toolchains/1.94.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=59ea4f3793bd3ee6 -C extra-filename=-16b570ebb096d45a --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-ed3c0d9776564c53.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50042026-05-23T04:19:03.467Z Running `/home/build/.rustup/toolchains/1.94.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=fd9bbbf870f01ad2 -C extra-filename=-61de55be5205771c --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-033f92b7d2688a9a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50052026-05-23T04:19:03.516Z Running `/home/build/.rustup/toolchains/1.94.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=4d4f8775311b0733 -C extra-filename=-99a94f449dc5c34e --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-ed3c0d9776564c53.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50062026-05-23T04:19:03.553Z Running `/home/build/.rustup/toolchains/1.94.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=cef6b67fa31ac475 -C extra-filename=-50b4093d0f2033bf --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-ed3c0d9776564c53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50072026-05-23T04:19:03.592Z Running `/home/build/.rustup/toolchains/1.94.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=6efd091132ea5801 -C extra-filename=-2008794727f67175 --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-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50082026-05-23T04:19:03.635Z Running `/home/build/.rustup/toolchains/1.94.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=d1d314e1500ad691 -C extra-filename=-f6b5d8f01354740b --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-033f92b7d2688a9a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50092026-05-23T04:19:03.678Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
50102026-05-23T04:19:03.682Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=722e6d9975e7b4d8 -C extra-filename=-929e61315c34c339 --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-63b95c6de5767e6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4a37341575707d22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50112026-05-23T04:19:03.721Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
50122026-05-23T04:19:03.774Z Running `/home/build/.rustup/toolchains/1.94.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=67281595e53ba8fc -C extra-filename=-c6f04e978ab28de6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cb2d476cd63e80af.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-8664d818eaf5ace4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-ea02b1fe4a1bfc83.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0343af94318f702a.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-9f69239dd5562c72.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50132026-05-23T04:19:03.789Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
50142026-05-23T04:19:03.792Z Running `/home/build/.rustup/toolchains/1.94.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=18c2cc15bdaaf7ce -C extra-filename=-91b9762b24decaca --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-63b95c6de5767e6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50152026-05-23T04:19:03.876Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
50162026-05-23T04:19:03.880Z Running `/home/build/.rustup/toolchains/1.94.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=bc58f138420e4c16 -C extra-filename=-57aa6e1164879fbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50172026-05-23T04:19:03.918Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
50182026-05-23T04:19:03.923Z Compiling multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
50192026-05-23T04:19:03.923Z Running `/home/build/.rustup/toolchains/1.94.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=605352da3bf934c4 -C extra-filename=-35468b644717f761 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50202026-05-23T04:19:03.959Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=0a81365a0ab49d3d -C extra-filename=-540e8f08ceef19c0 --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-63b95c6de5767e6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50212026-05-23T04:19:03.994Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name multicast_types --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/5060d58/multicast-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("proptest"))' -C metadata=e8fd0b9cf3b1e655 -C extra-filename=-bc95027481b4d3f4 --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-46b59588a31f760f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50222026-05-23T04:19:04.033Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
50232026-05-23T04:19:04.038Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types_versions --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=d7802f88b398dd21 -C extra-filename=-57b2b18459ab5963 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-251a5eca2369f606.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-8664d818eaf5ace4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-134d47adb866a631.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ee3472658ec057b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-6359cd8ed24a1cd3.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e3a6cbb274ddd91f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-120fc9b0dae469ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-963f32193f7a01e8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50242026-05-23T04:19:04.038Z Running `/home/build/.rustup/toolchains/1.94.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=ba8764a3ed800670 -C extra-filename=-9b788d3f8189f21d --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-63b95c6de5767e6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4a37341575707d22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50252026-05-23T04:19:04.111Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
50262026-05-23T04:19:04.116Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
50272026-05-23T04:19:04.116Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types_versions --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=829865b4d2189ce9 -C extra-filename=-3d24f571a9dec2fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cap-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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50282026-05-23T04:19:04.116Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types_versions --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=6a63235164c47b01 -C extra-filename=-139579e0853fe05e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cap-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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50292026-05-23T04:19:04.116Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
50302026-05-23T04:19:04.148Z Running `/home/build/.rustup/toolchains/1.94.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=b36752cf156f2a19 -C extra-filename=-38ae2446184e874c --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-3d40f90b1355ed80.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-4be5d6558a79b3aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50312026-05-23T04:19:04.224Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
50322026-05-23T04:19:04.228Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
50332026-05-23T04:19:04.228Z Running `/home/build/.rustup/toolchains/1.94.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=4f3da2c6b9313a79 -C extra-filename=-4f7e61e900d42e80 --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-25bb92595f18c8f0.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-14f100f5295f5d28.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-76075c4761c46f7c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50342026-05-23T04:19:04.303Z Running `/home/build/.rustup/toolchains/1.94.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=6f937eaff68ed11d -C extra-filename=-0455ddf1b53cad88 --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-78d62d6b51f2c19b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50352026-05-23T04:19:04.306Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
50362026-05-23T04:19:04.309Z Running `/home/build/.rustup/toolchains/1.94.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=54a528c43f43fa35 -C extra-filename=-24dbd722bdc12648 --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-1034a81c89142beb.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-3d344358330094a4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50372026-05-23T04:19:04.570Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
50382026-05-23T04:19:04.573Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_api_types_versions --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/5060d58/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=9fb38d866d46d6bb -C extra-filename=-18f28bbbe76fd21d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern multicast_types=/work/oxidecomputer/omicron/target/debug/deps/libmulticast_types-bc95027481b4d3f4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-6ebbabdeff73d104.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50392026-05-23T04:19:04.836Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
50402026-05-23T04:19:04.839Z Running `/home/build/.rustup/toolchains/1.94.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=9e4987a43f491091 -C extra-filename=-8477d1577a2f4327 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-35468b644717f761.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50412026-05-23T04:19:04.877Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
50422026-05-23T04:19:04.881Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_api_types_versions --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/5060d58/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", "proptest"))' -C metadata=f0b8c94bf491d287 -C extra-filename=-b68564c51027ecb8 --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-033f92b7d2688a9a.rmeta --extern multicast_types=/work/oxidecomputer/omicron/target/debug/deps/libmulticast_types-bc95027481b4d3f4.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ededbccc433bf0ae.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-101e55dc32a0ada4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50432026-05-23T04:19:04.921Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
50442026-05-23T04:19:04.925Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
50452026-05-23T04:19:04.925Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
50462026-05-23T04:19:04.925Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
50472026-05-23T04:19:04.925Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=05c0b4c1cf71e303 -C extra-filename=-ee107ffde56e37c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-139579e0853fe05e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --cap-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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50482026-05-23T04:19:05.002Z Running `/home/build/.rustup/toolchains/1.94.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=3168a87117325381 -C extra-filename=-b57c33bfc55754f6 --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-033f92b7d2688a9a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-35468b644717f761.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50492026-05-23T04:19:05.005Z Running `/home/build/.rustup/toolchains/1.94.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=4463ab245b44e9f1 -C extra-filename=-eec0b80df66956df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-35cb00c959fe46fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa34a231e3f3e7fe.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ccfa7aa365f18a5c.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-27e0b513e837638c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50502026-05-23T04:19:05.006Z Running `/home/build/.rustup/toolchains/1.94.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=0f82e1b88ea8e9d2 -C extra-filename=-21e112ae51e1b48d --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-033f92b7d2688a9a.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-35468b644717f761.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50512026-05-23T04:19:05.080Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
50522026-05-23T04:19:05.083Z Running `/home/build/.rustup/toolchains/1.94.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=2a2b3f3089dd9cf1 -C extra-filename=-1ff9b22c4e517109 --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-5eda8250a90bc255.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-38b8186bb5f7a9e6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50532026-05-23T04:19:05.123Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
50542026-05-23T04:19:05.178Z Running `/home/build/.rustup/toolchains/1.94.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=b701547aab095b45 -C extra-filename=-b0a0564e6a5952b4 --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-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50552026-05-23T04:19:05.277Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
50562026-05-23T04:19:05.280Z Running `/home/build/.rustup/toolchains/1.94.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=0690790fddd2d64a -C extra-filename=-046c645cdb3d49dc --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-200414a696957855.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50572026-05-23T04:19:05.529Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
50582026-05-23T04:19:05.532Z Running `/home/build/.rustup/toolchains/1.94.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=d8234e78930c2d13 -C extra-filename=-27023148530dbedb --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-57aa6e1164879fbf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50592026-05-23T04:19:05.585Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
50602026-05-23T04:19:05.588Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=7edd84461876916b -C extra-filename=-fc199aeb99b59d1f --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-6fe428b826511ab9.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ee107ffde56e37c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cap-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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50612026-05-23T04:19:05.660Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
50622026-05-23T04:19:05.663Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=9ec4ef00e13a704c -C extra-filename=-de944da2745e552a --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-ed3c0d9776564c53.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-929e61315c34c339.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50632026-05-23T04:19:05.769Z Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
50642026-05-23T04:19:05.772Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_api_types --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/5060d58/ddm-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=3f4bca5dad5ffacd -C extra-filename=-281ccf5440bacbd6 --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-18f28bbbe76fd21d.rmeta --cap-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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50652026-05-23T04:19:05.808Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
50662026-05-23T04:19:05.812Z Running `/home/build/.rustup/toolchains/1.94.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=c664b77a83c0f58b -C extra-filename=-a647a207b6db0fd5 --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-ed3c0d9776564c53.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-91b9762b24decaca.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50672026-05-23T04:19:05.847Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
50682026-05-23T04:19:05.851Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=1b5a7f6d4bd04d71 -C extra-filename=-9b29f878194a881c --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-3d24f571a9dec2fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --cap-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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50692026-05-23T04:19:05.887Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
50702026-05-23T04:19:05.925Z Running `/home/build/.rustup/toolchains/1.94.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=4d2b9de8f81bce66 -C extra-filename=-19965779fb64cadd --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-6fe428b826511ab9.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50712026-05-23T04:19:05.929Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
50722026-05-23T04:19:05.966Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
50732026-05-23T04:19:06.973Z Running `/home/build/.rustup/toolchains/1.94.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=d5e543b11d4d749a -C extra-filename=-6117824bf88059b7 --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-5eda8250a90bc255.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-91b9762b24decaca.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50742026-05-23T04:19:06.973Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/5060d58/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=80dba08ad67f6882 -C extra-filename=-5834d56f5d5450c8 --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-18f28bbbe76fd21d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50752026-05-23T04:19:06.979Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=bd60de832b9251a9 -C extra-filename=-b023a3229ed4ce97 --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-ed3c0d9776564c53.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-540e8f08ceef19c0.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50762026-05-23T04:19:06.979Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
50772026-05-23T04:19:06.979Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=4191d0402c34d79c -C extra-filename=-ee2f11b48db7057a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-de944da2745e552a.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50782026-05-23T04:19:06.979Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
50792026-05-23T04:19:06.979Z Running `/home/build/.rustup/toolchains/1.94.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=5807731004e54021 -C extra-filename=-6c86e99d453b34d0 --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-ed3c0d9776564c53.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-9b788d3f8189f21d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50802026-05-23T04:19:06.979Z Running `/home/build/.rustup/toolchains/1.94.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=8b4c90a8d7ad545b -C extra-filename=-8555c8846ae6df21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a647a207b6db0fd5.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50812026-05-23T04:19:06.979Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
50822026-05-23T04:19:06.979Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
50832026-05-23T04:19:06.979Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer_api --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=499db9252c79eab3 -C extra-filename=-8852384291fa4c61 --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-5eda8250a90bc255.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-540e8f08ceef19c0.rmeta --cap-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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50842026-05-23T04:19:06.979Z Running `/home/build/.rustup/toolchains/1.94.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=dc8212a6f3d5d8b9 -C extra-filename=-bb3b330da0999e02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a647a207b6db0fd5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50852026-05-23T04:19:06.979Z Running `/home/build/.rustup/toolchains/1.94.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=b5959efb734a4650 -C extra-filename=-e1dece6187d55c2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b57c33bfc55754f6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50862026-05-23T04:19:06.979Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
50872026-05-23T04:19:06.979Z Running `/home/build/.rustup/toolchains/1.94.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=0753efcc1b4bca4c -C extra-filename=-336be7aeea741272 --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-033f92b7d2688a9a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50882026-05-23T04:19:06.979Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
50892026-05-23T04:19:06.979Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=98f033ef6080aa1e -C extra-filename=-bb07d8a909d84e7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-b023a3229ed4ce97.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50902026-05-23T04:19:06.979Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=e8fea1387c6c1573 -C extra-filename=-7053b89917d8f34d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-b023a3229ed4ce97.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50912026-05-23T04:19:06.979Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
50922026-05-23T04:19:06.979Z Running `/home/build/.rustup/toolchains/1.94.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=8e9d30adcff0a7c3 -C extra-filename=-12901153ea148eb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6c86e99d453b34d0.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50932026-05-23T04:19:06.979Z Running `/home/build/.rustup/toolchains/1.94.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=e3fa834fb2ef4415 -C extra-filename=-a367aaae4b237a4e --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-033f92b7d2688a9a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50942026-05-23T04:19:06.979Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
50952026-05-23T04:19:06.979Z Running `/home/build/.rustup/toolchains/1.94.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=defb38465aa80e6d -C extra-filename=-345b2c5a6212cde8 --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-5eda8250a90bc255.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-91b9762b24decaca.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50962026-05-23T04:19:06.979Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
50972026-05-23T04:19:06.979Z Running `/home/build/.rustup/toolchains/1.94.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=032e4a4cd354d7ca -C extra-filename=-6498dbd3f195833d --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-033f92b7d2688a9a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
50982026-05-23T04:19:06.979Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
50992026-05-23T04:19:06.979Z Running `/home/build/.rustup/toolchains/1.94.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=fbbb9ee8822e4041 -C extra-filename=-c53fb97baf0dbec7 --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-57aa6e1164879fbf.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51002026-05-23T04:19:06.979Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
51012026-05-23T04:19:06.979Z Running `/home/build/.rustup/toolchains/1.94.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=803cb77fddf89af6 -C extra-filename=-3c90b16b5573db1e --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-14842183da3c6f4a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4302500041247cf3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51022026-05-23T04:19:06.979Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
51032026-05-23T04:19:06.979Z Running `/home/build/.rustup/toolchains/1.94.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=b88b19a23130d28e -C extra-filename=-ec36b4a879a7f2e9 --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-5834d56f5d5450c8.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0a0dea326cf2a884.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51042026-05-23T04:19:06.986Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
51052026-05-23T04:19:06.989Z Running `/home/build/.rustup/toolchains/1.94.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=1739d595a8a6d70b -C extra-filename=-a7ab7cbf2ea4dc48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-623f6ec3909707ff.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51062026-05-23T04:19:07.059Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
51072026-05-23T04:19:07.127Z Running `/home/build/.rustup/toolchains/1.94.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=888316fd63362046 -C extra-filename=-aaea0e7238aa93b9 --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-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51082026-05-23T04:19:07.160Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
51092026-05-23T04:19:07.163Z Running `/home/build/.rustup/toolchains/1.94.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=5871d3aeb53c0a4a -C extra-filename=-fc4d29ad5c888343 --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-5eda8250a90bc255.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-c9ac627543e55d42.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51102026-05-23T04:19:07.270Z Running `/home/build/.rustup/toolchains/1.94.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=2ff7c499d7752039 -C extra-filename=-6451a4dfeef3fc8d --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-5834d56f5d5450c8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0a0dea326cf2a884.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51112026-05-23T04:19:07.276Z Running `/home/build/.rustup/toolchains/1.94.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=f6bf4ec4afd0d870 -C extra-filename=-fe5a44903c307e9f --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-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-91b9762b24decaca.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51122026-05-23T04:19:07.366Z Running `/home/build/.rustup/toolchains/1.94.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=b61f2f9bd2b5184d -C extra-filename=-a032d9452fb3771e --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-883c3d25adb1e1a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85c665bbda1b40ba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e6f156c9677ec022.so --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-91b9762b24decaca.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-51baf9810e5e1a2b.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-802f824273970342.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51132026-05-23T04:19:07.437Z Running `/home/build/.rustup/toolchains/1.94.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=7b4dc7002eb565f4 -C extra-filename=-62a08417454f7f19 --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-883c3d25adb1e1a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85c665bbda1b40ba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e6f156c9677ec022.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a647a207b6db0fd5.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-91b9762b24decaca.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-51baf9810e5e1a2b.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-802f824273970342.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51142026-05-23T04:19:07.554Z Running `/home/build/.rustup/toolchains/1.94.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=78973fffc27ec543 -C extra-filename=-0144d90bdeaf8a19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a647a207b6db0fd5.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51152026-05-23T04:19:07.638Z Running `/home/build/.rustup/toolchains/1.94.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=c8905318db2456dc -C extra-filename=-2ee3dfd3b9b58dd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-fc4d29ad5c888343.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-d248144e98cedc5e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/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`
51162026-05-23T04:19:07.642Z Running `/home/build/.rustup/toolchains/1.94.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=a968b666a2d9e8bc -C extra-filename=-9e72043cabd709f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a647a207b6db0fd5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51172026-05-23T04:19:07.677Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
51182026-05-23T04:19:07.681Z Running `/home/build/.rustup/toolchains/1.94.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=cdf521427ca641c4 -C extra-filename=-d725dab3dc02898b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-336be7aeea741272.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51192026-05-23T04:19:07.729Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
51202026-05-23T04:19:07.734Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=58311c542c99b2a1 -C extra-filename=-d147a5832a741c61 --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-ed3c0d9776564c53.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ee2f11b48db7057a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-de944da2745e552a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51212026-05-23T04:19:07.805Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
51222026-05-23T04:19:07.808Z Running `/home/build/.rustup/toolchains/1.94.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=81adddf18f3a6618 -C extra-filename=-b215c601849d493e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e1dece6187d55c2e.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51232026-05-23T04:19:07.844Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
51242026-05-23T04:19:07.847Z Running `/home/build/.rustup/toolchains/1.94.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=9b0634220330a0e8 -C extra-filename=-913618a7a754b648 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8555c8846ae6df21.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a647a207b6db0fd5.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51252026-05-23T04:19:07.848Z Running `/home/build/.rustup/toolchains/1.94.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=2b8c8e196bcdc609 -C extra-filename=-9a35c050f010bffc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51262026-05-23T04:19:07.933Z Running `/home/build/.rustup/toolchains/1.94.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=cdc70c4b9e45a92d -C extra-filename=-eadb2a99b12d6f95 --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-5eda8250a90bc255.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-91b9762b24decaca.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51272026-05-23T04:19:08.052Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
51282026-05-23T04:19:08.055Z Running `/home/build/.rustup/toolchains/1.94.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=07e5ffcdc2d51937 -C extra-filename=-66e706ab908ca5c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-979ea76799168b7a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-eec0b80df66956df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51292026-05-23T04:19:08.135Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
51302026-05-23T04:19:08.138Z Running `/home/build/.rustup/toolchains/1.94.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=f9c55a906a30fcf0 -C extra-filename=-e1a13345278d5841 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0315e6aa71703e60.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-7d3d4dd52b66e723.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-4d2f29745438c1d2.rlib --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-bfc22a3f9e5edd20.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-27e0b513e837638c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-eec0b80df66956df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/usr/lib/amd64`
51312026-05-23T04:19:08.138Z Running `/home/build/.rustup/toolchains/1.94.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=c935eb4bc7d058a0 -C extra-filename=-424fafd62d9c86a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-336be7aeea741272.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51322026-05-23T04:19:08.172Z Running `/home/build/.rustup/toolchains/1.94.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=b99b60a897164ba5 -C extra-filename=-c07695da6e71d3ff --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-57aa6e1164879fbf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51332026-05-23T04:19:08.254Z Running `/home/build/.rustup/toolchains/1.94.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=f1ae4d9acc90c41a -C extra-filename=-e0333ead759686da --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-033f92b7d2688a9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51342026-05-23T04:19:08.297Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
51352026-05-23T04:19:08.300Z Running `/home/build/.rustup/toolchains/1.94.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=2b6d0468bf430285 -C extra-filename=-17d1be508d57b8a1 --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-033f92b7d2688a9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51362026-05-23T04:19:08.300Z Running `/home/build/.rustup/toolchains/1.94.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=d0ca76e7af6929d5 -C extra-filename=-1643c28cda7e1a55 --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-ed3c0d9776564c53.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-12901153ea148eb3.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6c86e99d453b34d0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51372026-05-23T04:19:08.375Z Running `/home/build/.rustup/toolchains/1.94.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=24e627976b907a6b -C extra-filename=-165270474d113b4c --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-ed3c0d9776564c53.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-12901153ea148eb3.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6c86e99d453b34d0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51382026-05-23T04:19:08.379Z Running `/home/build/.rustup/toolchains/1.94.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=3fd06f0a970ffc62 -C extra-filename=-967ca51b5b64a30a --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-033f92b7d2688a9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51392026-05-23T04:19:08.454Z Running `/home/build/.rustup/toolchains/1.94.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=b92c9397d9ab7b31 -C extra-filename=-76627d187708e921 --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-14842183da3c6f4a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4302500041247cf3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51402026-05-23T04:19:08.710Z Running `/home/build/.rustup/toolchains/1.94.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=2f8ba33073729e8a -C extra-filename=-8875ec8f280c8c8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-d725dab3dc02898b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-336be7aeea741272.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51412026-05-23T04:19:08.747Z Running `/home/build/.rustup/toolchains/1.94.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=b6de803182700055 -C extra-filename=-ae63c4a011d0a748 --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-57aa6e1164879fbf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51422026-05-23T04:19:08.785Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
51432026-05-23T04:19:08.788Z Running `/home/build/.rustup/toolchains/1.94.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=a093b24d8551079b -C extra-filename=-a6c283a76df76307 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51442026-05-23T04:19:08.827Z Running `/home/build/.rustup/toolchains/1.94.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=f323f78008922db0 -C extra-filename=-5e9d3d1735585cdd --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-033f92b7d2688a9a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-35468b644717f761.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51452026-05-23T04:19:09.469Z Running `/home/build/.rustup/toolchains/1.94.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=2d50c011e98c2035 -C extra-filename=-f33760a52b2bd841 --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-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-35468b644717f761.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51462026-05-23T04:19:09.508Z Running `/home/build/.rustup/toolchains/1.94.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=fce4a64acfb864d7 -C extra-filename=-6321a6f80fe306d0 --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-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-38b8186bb5f7a9e6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51472026-05-23T04:19:09.626Z Running `/home/build/.rustup/toolchains/1.94.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=343c40a1a233d39a -C extra-filename=-c183e6050bb94b89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51482026-05-23T04:19:09.850Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
51492026-05-23T04:19:09.850Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_api_types --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/5060d58/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", "proptest"))' -C metadata=80ac7a48cbfebb34 -C extra-filename=-eb2e3caaff490c51 --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-b68564c51027ecb8.rmeta --cap-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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51502026-05-23T04:19:09.943Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
51512026-05-23T04:19:09.946Z Running `/home/build/.rustup/toolchains/1.94.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=be783632eef8e6ea -C extra-filename=-bb248e44c8fa7cba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-0eb532fb73bdb026.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4a3eb8f33cf00e98.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51522026-05-23T04:19:09.999Z Running `/home/build/.rustup/toolchains/1.94.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=40f14ff7a806253d -C extra-filename=-cdcfdf1c136af141 --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-883c3d25adb1e1a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-727f636edaff5f68.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51532026-05-23T04:19:10.134Z Running `/home/build/.rustup/toolchains/1.94.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=31a6529c80fa853d -C extra-filename=-e2508d54d771b90a --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-78d62d6b51f2c19b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51542026-05-23T04:19:10.326Z Running `/home/build/.rustup/toolchains/1.94.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=f6611abe41de876a -C extra-filename=-b0034e7f37e968f3 --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-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51552026-05-23T04:19:10.450Z Running `/home/build/.rustup/toolchains/1.94.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=bf98985e1796ee6b -C extra-filename=-4dc5ffa8db5f506f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-623f6ec3909707ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51562026-05-23T04:19:10.591Z Running `/home/build/.rustup/toolchains/1.94.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=51d7f9edd19aaa6d -C extra-filename=-2a2e3c97a254bfc0 --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-200414a696957855.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51572026-05-23T04:19:10.899Z Running `/home/build/.rustup/toolchains/1.94.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=287e99d42daa2293 -C extra-filename=-c129999de942804f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51582026-05-23T04:19:10.946Z Running `/home/build/.rustup/toolchains/1.94.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=511d493b073d1f7b -C extra-filename=-456eabf8abc1362a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e1dece6187d55c2e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51592026-05-23T04:19:10.986Z Running `/home/build/.rustup/toolchains/1.94.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=c930c9a0293844fd -C extra-filename=-3e0c08ea5e4021df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e1dece6187d55c2e.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b57c33bfc55754f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51602026-05-23T04:19:11.038Z Running `/home/build/.rustup/toolchains/1.94.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=01245105c352c8ed -C extra-filename=-6062ef3d6070aa8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e1dece6187d55c2e.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b57c33bfc55754f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51612026-05-23T04:19:11.077Z Running `/home/build/.rustup/toolchains/1.94.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=e379b5bff9a8c98f -C extra-filename=-097ae89187d5c417 --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-3d40f90b1355ed80.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-4be5d6558a79b3aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51622026-05-23T04:19:11.268Z Running `/home/build/.rustup/toolchains/1.94.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=617ed84930227bcd -C extra-filename=-3f6a6eadb9362de7 --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-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51632026-05-23T04:19:11.310Z Running `/home/build/.rustup/toolchains/1.94.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=7a5ae0a3b232dd9f -C extra-filename=-0eed482a5832bb46 --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-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-c9ac627543e55d42.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51642026-05-23T04:19:11.314Z Running `/home/build/.rustup/toolchains/1.94.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=5658db23053cb796 -C extra-filename=-4119f165c85f8bd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-35468b644717f761.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51652026-05-23T04:19:12.084Z Running `/home/build/.rustup/toolchains/1.94.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=565256fdbf58be89 -C extra-filename=-a7ea0cdc63cd108b --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-1034a81c89142beb.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-3d344358330094a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51662026-05-23T04:19:12.125Z Running `/home/build/.rustup/toolchains/1.94.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=d5a54458a05c23a0 -C extra-filename=-1879bff1a13a047d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0315e6aa71703e60.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-5956a27b27ac1f3b.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-d113f0276fd0a372.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51672026-05-23T04:19:12.212Z Running `/home/build/.rustup/toolchains/1.94.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=1a1eae067f767c76 -C extra-filename=-022cc80fe4eea547 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-cff2b36163471820.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51682026-05-23T04:19:12.252Z Running `/home/build/.rustup/toolchains/1.94.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=c96251849287b708 -C extra-filename=-291584b04dd47ace --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-033f92b7d2688a9a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51692026-05-23T04:19:12.289Z Running `/home/build/.rustup/toolchains/1.94.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=46bef1ad647294f3 -C extra-filename=-e0e8930e9c6f458f --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-6001f0b76e0e63c7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51702026-05-23T04:19:12.342Z Running `/home/build/.rustup/toolchains/1.94.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=79a4fd28c032e590 -C extra-filename=-0b9c1b6c5d1249c6 --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-53a27ea6ba2abd9c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51712026-05-23T04:19:12.452Z Running `/home/build/.rustup/toolchains/1.94.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=95f57e81b727829a -C extra-filename=-30e94361f956e885 --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-b146f4d917ffff0b.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cb2d476cd63e80af.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-df23c1fa9e15df3a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51722026-05-23T04:19:12.804Z Running `/home/build/.rustup/toolchains/1.94.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=3ce8331b5c043848 -C extra-filename=-65838db643ae7514 --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-b146f4d917ffff0b.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cb2d476cd63e80af.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-df23c1fa9e15df3a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51732026-05-23T04:19:12.942Z Running `/home/build/.rustup/toolchains/1.94.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=8cfccdc7711be4d2 -C extra-filename=-a88e8a44b47e2173 --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-ed3c0d9776564c53.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51742026-05-23T04:19:13.006Z Running `/home/build/.rustup/toolchains/1.94.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=826bfadbd1f6a3da -C extra-filename=-829d7be53017b630 --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-ed3c0d9776564c53.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51752026-05-23T04:19:13.043Z Running `/home/build/.rustup/toolchains/1.94.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=0b48ee395cf5f6c5 -C extra-filename=-d7a744f15aefc837 --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-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51762026-05-23T04:19:13.087Z Running `/home/build/.rustup/toolchains/1.94.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=d8110f899e5e0bbf -C extra-filename=-ea9324cd63687a54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51772026-05-23T04:19:13.288Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
51782026-05-23T04:19:13.291Z Running `/home/build/.rustup/toolchains/1.94.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=1f600c9f708daaf8 -C extra-filename=-c17b7471242eba58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51792026-05-23T04:19:13.329Z Running `/home/build/.rustup/toolchains/1.94.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=95b4a0d7ae733a1f -C extra-filename=-4fb2fc3e5fc508a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51802026-05-23T04:19:13.740Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
51812026-05-23T04:19:13.743Z Running `/home/build/.rustup/toolchains/1.94.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=42750bcec05b271f -C extra-filename=-9da961dc9a209e26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cb2d476cd63e80af.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-8664d818eaf5ace4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51822026-05-23T04:19:13.777Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
51832026-05-23T04:19:13.781Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=99931923f2af370d -C extra-filename=-5d8ca2d1c4802143 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-251a5eca2369f606.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-8664d818eaf5ace4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-57b2b18459ab5963.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-120fc9b0dae469ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51842026-05-23T04:19:13.885Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
51852026-05-23T04:19:13.888Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types_versions --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=862f07079f666020 -C extra-filename=-5af345964b36d591 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-ad727234c1e2caf4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1a9b72772503ce50.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ee3472658ec057b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7053b89917d8f34d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-57b2b18459ab5963.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-120fc9b0dae469ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa34a231e3f3e7fe.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51862026-05-23T04:19:13.923Z Running `/home/build/.rustup/toolchains/1.94.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=bdf8b17166eae9d4 -C extra-filename=-bac614be4050466e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51872026-05-23T04:19:14.033Z Running `/home/build/.rustup/toolchains/1.94.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=9fc053f2340a60f9 -C extra-filename=-61006bb991f498be --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-5eda8250a90bc255.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51882026-05-23T04:19:14.324Z Running `/home/build/.rustup/toolchains/1.94.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=fa17891612086228 -C extra-filename=-fad725578ccb5bf0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0a0dea326cf2a884.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51892026-05-23T04:19:14.409Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
51902026-05-23T04:19:14.413Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=5ad79a8e4c36cde2 -C extra-filename=-e6d31a45720ec40e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-17be24d1758dd6dd.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-bb07d8a909d84e7c.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-d147a5832a741c61.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-b023a3229ed4ce97.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51912026-05-23T04:19:14.472Z Running `/home/build/.rustup/toolchains/1.94.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=0bed224854767be0 -C extra-filename=-54a84abf794f6af9 --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-13e665606f435ce9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51922026-05-23T04:19:15.010Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=c402cd865d570f3c -C extra-filename=-7821f1f6aea9a303 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-479f88a506a2bc92.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-9b29f878194a881c.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4302500041247cf3.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6d31a45720ec40e.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7053b89917d8f34d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51932026-05-23T04:19:15.071Z Running `/home/build/.rustup/toolchains/1.94.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=f836fb5c8b5a84e4 -C extra-filename=-098efb8e5079dc52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-5fd61a57c50a19bd.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-1e474d17660222d7.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-4be5d6558a79b3aa.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fadcb572786b06.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-46b5b0d17dce412f.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-395c2a193315db60.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c37bbd24ee2fea5d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
51942026-05-23T04:19:15.121Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
51952026-05-23T04:19:15.124Z Running `/home/build/.rustup/toolchains/1.94.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=e7655c9cc01f3b01 -C extra-filename=-45da4579a165e62e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51962026-05-23T04:19:15.198Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
51972026-05-23T04:19:15.202Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_protocol --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=f28cad919069ab63 -C extra-filename=-7477d1d891fc64c2 --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-251a5eca2369f606.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-53c02d4502fbc23f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-5d8ca2d1c4802143.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-120fc9b0dae469ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e25a42c8cc09b5e2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
51982026-05-23T04:19:15.289Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
51992026-05-23T04:19:15.293Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_types --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=c425b46e00744495 -C extra-filename=-3308300e685fc09c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ee3472658ec057b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-5d8ca2d1c4802143.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-120fc9b0dae469ad.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --cap-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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52002026-05-23T04:19:15.589Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=0f95f4fe9b5656e3 -C extra-filename=-49b6be4d8ad8f705 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-6be5bdda9e411dd2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-06bed6ddf665ddd0.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-1af1bc42a0af4bac.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fadcb572786b06.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-46b5b0d17dce412f.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-395c2a193315db60.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-5d8ca2d1c4802143.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c37bbd24ee2fea5d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rmeta --cap-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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
52012026-05-23T04:19:15.630Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
52022026-05-23T04:19:15.630Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
52032026-05-23T04:19:15.804Z Running `/home/build/.rustup/toolchains/1.94.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=c96a66d85bb1df4c -C extra-filename=-750f2bd5cc7123ff --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-cb2d476cd63e80af.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-f8af81dd2db60d22.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52042026-05-23T04:19:15.808Z Running `/home/build/.rustup/toolchains/1.94.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=406b13fced5bc970 -C extra-filename=-7ee6d68f262b7ce8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e6f156c9677ec022.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8555c8846ae6df21.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-1643c28cda7e1a55.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a647a207b6db0fd5.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52052026-05-23T04:19:15.808Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
52062026-05-23T04:19:15.808Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
52072026-05-23T04:19:15.808Z Running `/home/build/.rustup/toolchains/1.94.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=a0dbacdec831156a -C extra-filename=-34b0f842b1f154c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6de895597b074294.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52082026-05-23T04:19:15.808Z Running `/home/build/.rustup/toolchains/1.94.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=2f4c286dafd7614d -C extra-filename=-53921b7d712dfd4c --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-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52092026-05-23T04:19:16.125Z Running `/home/build/.rustup/toolchains/1.94.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=8e431d0610c66ca2 -C extra-filename=-49665404c5604a4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-479f88a506a2bc92.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4302500041247cf3.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bb3b330da0999e02.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-65c9103bed1e9b17.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-08c6f270fc9aa1c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
52102026-05-23T04:19:16.192Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
52112026-05-23T04:19:16.195Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc8e02a/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=ad860f644f893736 -C extra-filename=-c172a8758b5114e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6d31a45720ec40e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b889da87769e59f7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9cf57154e68d1294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52122026-05-23T04:19:16.228Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
52132026-05-23T04:19:16.228Z Running `/home/build/.rustup/toolchains/1.94.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=5bc4d030755d95d1 -C extra-filename=-37302c1e7ec7e70c --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-45da4579a165e62e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52142026-05-23T04:19:16.411Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
52152026-05-23T04:19:16.414Z Running `/home/build/.rustup/toolchains/1.94.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=7359a9ef188965e2 -C extra-filename=-abd38eb553931a29 --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-5eda8250a90bc255.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52162026-05-23T04:19:16.450Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
52172026-05-23T04:19:16.453Z Running `/home/build/.rustup/toolchains/1.94.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=75fef206c0c7f03a -C extra-filename=-dbe0230121957f96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0d8f888a5d802a38.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6050fb9e4c0e13f1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52182026-05-23T04:19:16.493Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
52192026-05-23T04:19:16.496Z Running `/home/build/.rustup/toolchains/1.94.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=3c54fe401f9faedb -C extra-filename=-16a59e955c9cb203 --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-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52202026-05-23T04:19:16.534Z Running `/home/build/.rustup/toolchains/1.94.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=d6cec7c39c1a3523 -C extra-filename=-d4aeb96dafa13c65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e6f156c9677ec022.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8555c8846ae6df21.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-1643c28cda7e1a55.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a647a207b6db0fd5.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52212026-05-23T04:19:17.155Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
52222026-05-23T04:19:17.160Z Running `/home/build/.rustup/toolchains/1.94.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=c7dccf01bc9265ae -C extra-filename=-7dda9be1ef149d02 --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-cb2d476cd63e80af.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-f8af81dd2db60d22.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52232026-05-23T04:19:17.611Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
52242026-05-23T04:19:17.682Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc8e02a/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", "tofino_asic"))' -C metadata=acc2556a38ea57c5 -C extra-filename=-3b993bc2e82919b1 --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-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-c172a8758b5114e4.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-0fee16111fe9c0a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-64a70dce7867377d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b163db9e614b168.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-3f1f18e843068b41.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52252026-05-23T04:19:17.797Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
52262026-05-23T04:19:17.800Z Running `/home/build/.rustup/toolchains/1.94.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=fa3e18aa4bc546a9 -C extra-filename=-54b896c66281c04f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-903719c48c111732.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-76018aa215a101e8.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-bbf7a32a49279c54.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52272026-05-23T04:19:17.834Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
52282026-05-23T04:19:17.837Z Running `/home/build/.rustup/toolchains/1.94.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=348c2470931285f6 -C extra-filename=-a76802aee699c4e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-623f6ec3909707ff.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52292026-05-23T04:19:17.880Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
52302026-05-23T04:19:17.883Z Running `/home/build/.rustup/toolchains/1.94.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=e119368c7d3ffa74 -C extra-filename=-52d21944751f5ead --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-a04602486a2c081a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52312026-05-23T04:19:17.938Z Running `/home/build/.rustup/toolchains/1.94.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=a05f0a85f458e10d -C extra-filename=-ead28e648c071d07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-046c645cdb3d49dc.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1847fa40e2df5430.rmeta --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-200414a696957855.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/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`
52322026-05-23T04:19:17.992Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
52332026-05-23T04:19:17.996Z Running `/home/build/.rustup/toolchains/1.94.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=ecb5269749e9b9f6 -C extra-filename=-ee7933d5a8204cd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-72bc6e03324ec0ab.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52342026-05-23T04:19:18.030Z Running `/home/build/.rustup/toolchains/1.94.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=e7e8bf6c1b878202 -C extra-filename=-9dfad15e731adb07 --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-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52352026-05-23T04:19:18.083Z Running `/home/build/.rustup/toolchains/1.94.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=ad013efb5a821468 -C extra-filename=-05784d0fd9d8280e --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-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52362026-05-23T04:19:18.226Z Running `/home/build/.rustup/toolchains/1.94.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=506cd53700a31d59 -C extra-filename=-751d468b3c6402d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cb2d476cd63e80af.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-8664d818eaf5ace4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52372026-05-23T04:19:18.303Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
52382026-05-23T04:19:18.306Z Running `/home/build/.rustup/toolchains/1.94.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=9ed169e1aab6ebe8 -C extra-filename=-100d1c68f25f3e82 --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-16a59e955c9cb203.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-dbe0230121957f96.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52392026-05-23T04:19:18.348Z Running `/home/build/.rustup/toolchains/1.94.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=64d0f15f14d143fb -C extra-filename=-0e934774c2e5cdcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6de895597b074294.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52402026-05-23T04:19:18.464Z Running `/home/build/.rustup/toolchains/1.94.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=6679dda2930efd90 -C extra-filename=-fda0b0161ffd667e --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-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52412026-05-23T04:19:18.504Z Running `/home/build/.rustup/toolchains/1.94.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=40b835fe2942721f -C extra-filename=-4ea83550bf8a768e --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-cb2d476cd63e80af.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-f8af81dd2db60d22.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52422026-05-23T04:19:18.745Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
52432026-05-23T04:19:18.748Z Running `/home/build/.rustup/toolchains/1.94.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=405d301485b3a00e -C extra-filename=-99c1184773f2c0d3 --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-45da4579a165e62e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a76802aee699c4e8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-dbe0230121957f96.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52442026-05-23T04:19:18.784Z Running `/home/build/.rustup/toolchains/1.94.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=091c2ba31c274e3a -C extra-filename=-64649306fe3c0483 --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-45da4579a165e62e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52452026-05-23T04:19:18.816Z Running `/home/build/.rustup/toolchains/1.94.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=581e09cca04499ae -C extra-filename=-ce753d3952f8536c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52462026-05-23T04:19:18.899Z Running `/home/build/.rustup/toolchains/1.94.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=40370f6ff3c7b6e8 -C extra-filename=-a058ba707d98b58f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0d8f888a5d802a38.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6050fb9e4c0e13f1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52472026-05-23T04:19:19.229Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
52482026-05-23T04:19:19.232Z Running `/home/build/.rustup/toolchains/1.94.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=2de74165c0182d75 -C extra-filename=-0be390ba24943cc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-38ae2446184e874c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-54b896c66281c04f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52492026-05-23T04:19:19.345Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
52502026-05-23T04:19:19.382Z Running `/home/build/.rustup/toolchains/1.94.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=7e18828710455f2c -C extra-filename=-0463e0d7fae452d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0315e6aa71703e60.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-4d2f29745438c1d2.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-54b896c66281c04f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/usr/lib/amd64`
52512026-05-23T04:19:19.431Z Running `/home/build/.rustup/toolchains/1.94.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=d5f6b419304495b6 -C extra-filename=-4ea038c4f79c33d5 --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-16a59e955c9cb203.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-dbe0230121957f96.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/usr/lib/amd64`
52522026-05-23T04:19:19.708Z Running `/home/build/.rustup/toolchains/1.94.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=45d1c9a957631917 -C extra-filename=-c665e5a824c1b439 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-72bc6e03324ec0ab.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52532026-05-23T04:19:19.749Z Running `/home/build/.rustup/toolchains/1.94.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=9ef9981971807826 -C extra-filename=-671c3225ac14e3ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-623f6ec3909707ff.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52542026-05-23T04:19:19.905Z Running `/home/build/.rustup/toolchains/1.94.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=4872d1cbcbed8f5e -C extra-filename=-b1b05d8bc631eb4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0315e6aa71703e60.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-4d2f29745438c1d2.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-54b896c66281c04f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/usr/lib/amd64`
52552026-05-23T04:19:20.112Z Running `/home/build/.rustup/toolchains/1.94.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=3447a6d6fe1e55dd -C extra-filename=-eb20ecf2063a3e3b --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-45da4579a165e62e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a76802aee699c4e8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-dbe0230121957f96.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52562026-05-23T04:19:20.193Z Running `/home/build/.rustup/toolchains/1.94.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=bf9c8d01b46882c9 -C extra-filename=-d56857da83c64b13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-72bc6e03324ec0ab.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-ee7933d5a8204cd8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52572026-05-23T04:19:20.335Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
52582026-05-23T04:19:20.339Z Running `/home/build/.rustup/toolchains/1.94.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=4a1969ed280d1abd -C extra-filename=-3bd3d2616227043d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-38ae2446184e874c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52592026-05-23T04:19:20.438Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
52602026-05-23T04:19:20.442Z Running `/home/build/.rustup/toolchains/1.94.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=36231b5700651823 -C extra-filename=-dd3fb4084e993cdc --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-14842183da3c6f4a.rmeta --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-9e811ee2e4e07863.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52612026-05-23T04:19:20.516Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
52622026-05-23T04:19:20.519Z Running `/home/build/.rustup/toolchains/1.94.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=5bc3850ad230a44a -C extra-filename=-43faa4dfb3601d49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-aaea0e7238aa93b9.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a76802aee699c4e8.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-24dbd722bdc12648.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec36b4a879a7f2e9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-54b896c66281c04f.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-27e0b513e837638c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52632026-05-23T04:19:20.659Z Running `/home/build/.rustup/toolchains/1.94.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=e640472e69721046 -C extra-filename=-dcf7ea95c5832444 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-38ae2446184e874c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52642026-05-23T04:19:20.777Z Running `/home/build/.rustup/toolchains/1.94.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=b74da5b39b7ea656 -C extra-filename=-e2de6f5ef79f090b --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-14842183da3c6f4a.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-9e811ee2e4e07863.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52652026-05-23T04:19:21.365Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
52662026-05-23T04:19:21.369Z Running `/home/build/.rustup/toolchains/1.94.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=021bc2f734339efd -C extra-filename=-3ca15910c05dabb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-395c2a193315db60.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-904b5786732b2b10.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-3bd3d2616227043d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52672026-05-23T04:19:21.414Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
52682026-05-23T04:19:21.458Z Running `/home/build/.rustup/toolchains/1.94.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=69c3727e00a8719d -C extra-filename=-e869b8d24c5e5b3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c53fb97baf0dbec7.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
52692026-05-23T04:19:21.511Z Running `/home/build/.rustup/toolchains/1.94.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=67827b2c31e54c56 -C extra-filename=-edc6606450319d86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-a04602486a2c081a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52702026-05-23T04:19:21.924Z Running `/home/build/.rustup/toolchains/1.94.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=9328685e6fb8c418 -C extra-filename=-584b985a90cb4732 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0315e6aa71703e60.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-0463e0d7fae452d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-4d2f29745438c1d2.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-54b896c66281c04f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/usr/lib/amd64`
52712026-05-23T04:19:22.427Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
52722026-05-23T04:19:22.431Z Running `/home/build/.rustup/toolchains/1.94.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=9432c28a29bc97aa -C extra-filename=-dec4a5ea1b99e00a --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-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3ca15910c05dabb1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52732026-05-23T04:19:23.012Z Running `/home/build/.rustup/toolchains/1.94.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=7fca5faa4e2c8573 -C extra-filename=-1a4ec8c12938f0df --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-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3ca15910c05dabb1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52742026-05-23T04:19:23.578Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
52752026-05-23T04:19:23.582Z Running `/home/build/.rustup/toolchains/1.94.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=7609da4ef21acd3a -C extra-filename=-4368b253114b35c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-705712b8e3d16c10.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6050fb9e4c0e13f1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-bb5e5dd21baec1db.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-dbe0230121957f96.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-99c1184773f2c0d3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52762026-05-23T04:19:23.872Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
52772026-05-23T04:19:23.876Z Running `/home/build/.rustup/toolchains/1.94.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=c5192a05e2679fd2 -C extra-filename=-9ca5ebe4373e6f53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a76802aee699c4e8.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-38ae2446184e874c.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-4be5d6558a79b3aa.rmeta --extern ntp_admin_v1_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_v1_client-a36a0aff6a7f0957.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dec4a5ea1b99e00a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-54b896c66281c04f.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52782026-05-23T04:19:24.143Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
52792026-05-23T04:19:24.146Z Running `/home/build/.rustup/toolchains/1.94.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=cf4554089fb7a467 -C extra-filename=-8d233d2ba8b160fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dec4a5ea1b99e00a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52802026-05-23T04:19:24.651Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
52812026-05-23T04:19:24.655Z Running `/home/build/.rustup/toolchains/1.94.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=baca2309c4dd516a -C extra-filename=-ab573eb3bdaa3093 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53921b7d712dfd4c.rmeta --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-16a59e955c9cb203.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0d8f888a5d802a38.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-35cb00c959fe46fe.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a7ab7cbf2ea4dc48.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a76802aee699c4e8.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4f7e61e900d42e80.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec36b4a879a7f2e9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa34a231e3f3e7fe.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6050fb9e4c0e13f1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-27e0b513e837638c.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-eec0b80df66956df.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-dbe0230121957f96.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-100d1c68f25f3e82.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-99c1184773f2c0d3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52822026-05-23T04:19:24.735Z Running `/home/build/.rustup/toolchains/1.94.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=d0d6f6e3fe644021 -C extra-filename=-ca5d5873cab2cc05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-34e27a8221220f64.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-705712b8e3d16c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6050fb9e4c0e13f1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-bb5e5dd21baec1db.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-dbe0230121957f96.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-99c1184773f2c0d3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52832026-05-23T04:19:25.047Z Running `/home/build/.rustup/toolchains/1.94.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=340b35a4d7ff0bc2 -C extra-filename=-21fde52cb7ad9377 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dec4a5ea1b99e00a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52842026-05-23T04:19:25.490Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
52852026-05-23T04:19:25.495Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=41e33078d77c9dac -C extra-filename=-01b3b1de87f2633b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-ad727234c1e2caf4.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-3308300e685fc09c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-9b29f878194a881c.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b1bf8f03fa63ce2d.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-68853bd0f6340338.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e12ba87145ed3d1a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-d3c6087e075c038e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-49b6be4d8ad8f705.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ee107ffde56e37c1.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-5af345964b36d591.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ee3472658ec057b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7821f1f6aea9a303.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7053b89917d8f34d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-5d8ca2d1c4802143.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-57b2b18459ab5963.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-120fc9b0dae469ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa34a231e3f3e7fe.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-7477d1d891fc64c2.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e25a42c8cc09b5e2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-dd0d0bb90708b39c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52862026-05-23T04:19:25.635Z Running `/home/build/.rustup/toolchains/1.94.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=cc723e4149228354 -C extra-filename=-00bd16e0dcf6e8ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-479f88a506a2bc92.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4302500041247cf3.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bb3b330da0999e02.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-65c9103bed1e9b17.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-08c6f270fc9aa1c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
52872026-05-23T04:19:26.207Z Running `/home/build/.rustup/toolchains/1.94.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=911a3f078ae821b6 -C extra-filename=-66d98dff0bdbf54c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c53fb97baf0dbec7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-e869b8d24c5e5b3d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
52882026-05-23T04:19:26.212Z Running `/home/build/.rustup/toolchains/1.94.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=1e2f89a5b4682368 -C extra-filename=-7351217bc87fd730 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c53fb97baf0dbec7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-e869b8d24c5e5b3d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
52892026-05-23T04:19:26.212Z Running `/home/build/.rustup/toolchains/1.94.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=741a6464f4f8d4e6 -C extra-filename=-48e80f3babfc9fc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c53fb97baf0dbec7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-e869b8d24c5e5b3d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
52902026-05-23T04:19:26.990Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
52912026-05-23T04:19:26.994Z Running `/home/build/.rustup/toolchains/1.94.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=2931abd111e5b8db -C extra-filename=-a5d18dee2c674f09 --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-14842183da3c6f4a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9ca5ebe4373e6f53.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52922026-05-23T04:19:27.807Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
52932026-05-23T04:19:27.810Z Running `/home/build/.rustup/toolchains/1.94.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=1ba5f82901c8b6ec -C extra-filename=-2a0a2fa200511871 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-38ae2446184e874c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9ca5ebe4373e6f53.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5d18dee2c674f09.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52942026-05-23T04:19:27.951Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
52952026-05-23T04:19:27.955Z Running `/home/build/.rustup/toolchains/1.94.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=7e1d5d86043b4135 -C extra-filename=-8e7c0db56ec5367e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4368b253114b35c5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52962026-05-23T04:19:28.351Z Running `/home/build/.rustup/toolchains/1.94.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=df6049110ccc2f37 -C extra-filename=-1b50afb9bc9a7eaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-38ae2446184e874c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9ca5ebe4373e6f53.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5d18dee2c674f09.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52972026-05-23T04:19:28.351Z Running `/home/build/.rustup/toolchains/1.94.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=77ca04882b002975 -C extra-filename=-9a0a739c4d1d6ca7 --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-14842183da3c6f4a.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-9e811ee2e4e07863.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9ca5ebe4373e6f53.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-dd3fb4084e993cdc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
52982026-05-23T04:19:28.456Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
52992026-05-23T04:19:28.460Z Running `/home/build/.rustup/toolchains/1.94.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=6d3ee90ffc49faab -C extra-filename=-81795608701f9ef8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cb2d476cd63e80af.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-f8af81dd2db60d22.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2a0a2fa200511871.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-5701a4d928e7499d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53002026-05-23T04:19:31.347Z Running `/home/build/.rustup/toolchains/1.94.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=61999659d9fb5ccd -C extra-filename=-2524741b90016597 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-34e27a8221220f64.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-705712b8e3d16c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6050fb9e4c0e13f1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-bb5e5dd21baec1db.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4368b253114b35c5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-dbe0230121957f96.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-99c1184773f2c0d3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
53012026-05-23T04:19:31.352Z Running `/home/build/.rustup/toolchains/1.94.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=01213753fb8ef69a -C extra-filename=-b30288906bb56520 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4368b253114b35c5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
53022026-05-23T04:19:31.352Z Running `/home/build/.rustup/toolchains/1.94.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=750c49fe01ce7abf -C extra-filename=-2eab3cbba76939cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-705712b8e3d16c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6050fb9e4c0e13f1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-bb5e5dd21baec1db.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4368b253114b35c5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-dbe0230121957f96.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-99c1184773f2c0d3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
53032026-05-23T04:19:31.352Z Running `/home/build/.rustup/toolchains/1.94.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=ca538ed4b4087374 -C extra-filename=-60aae19192c46fe6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4368b253114b35c5.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-8e7c0db56ec5367e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
53042026-05-23T04:19:31.380Z Running `/home/build/.rustup/toolchains/1.94.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=eadc9256eb3358d5 -C extra-filename=-719578bc7ac02674 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4368b253114b35c5.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-8e7c0db56ec5367e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
53052026-05-23T04:19:31.384Z Running `/home/build/.rustup/toolchains/1.94.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=a8c21f3538a61373 -C extra-filename=-05b68ca2d7da79ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-34e27a8221220f64.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-705712b8e3d16c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6050fb9e4c0e13f1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-bb5e5dd21baec1db.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4368b253114b35c5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-dbe0230121957f96.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-99c1184773f2c0d3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
53062026-05-23T04:19:34.023Z Running `/home/build/.rustup/toolchains/1.94.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=062012f39cc2c083 -C extra-filename=-25ebdd556960360b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53921b7d712dfd4c.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-16a59e955c9cb203.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0d8f888a5d802a38.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-35cb00c959fe46fe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a7ab7cbf2ea4dc48.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a76802aee699c4e8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4f7e61e900d42e80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec36b4a879a7f2e9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa34a231e3f3e7fe.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6050fb9e4c0e13f1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-27e0b513e837638c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-eec0b80df66956df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-dbe0230121957f96.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-ab573eb3bdaa3093.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-100d1c68f25f3e82.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-99c1184773f2c0d3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
53072026-05-23T04:19:34.922Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
53082026-05-23T04:19:34.926Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=3297d50bd8140ea5 -C extra-filename=-6819eef04f94e7e6 --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-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-01b3b1de87f2633b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-5d8ca2d1c4802143.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-57b2b18459ab5963.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
53092026-05-23T04:19:36.891Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
53102026-05-23T04:19:36.895Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2024 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/dbaeb64/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=e68e93bb12be47e4 -C extra-filename=-06c0968fc75f45ab --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-033f92b7d2688a9a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-fc199aeb99b59d1f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ee107ffde56e37c1.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6819eef04f94e7e6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6d31a45720ec40e.rmeta --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-8852384291fa4c61.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
53112026-05-23T04:19:38.105Z Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
53122026-05-23T04:19:38.108Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_common --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/5060d58/mg-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 --cfg 'feature="default"' --cfg 'feature="libnet"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libnet"))' -C metadata=fe73af13e9054023 -C extra-filename=-1779a4aa6503d8f3 --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-b2bde8d747fc73bb.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9e96caab0b7280d5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern ddm_api_types=/work/oxidecomputer/omicron/target/debug/deps/libddm_api_types-281ccf5440bacbd6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-7fe3a144c7d0724d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6d31a45720ec40e.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-06c0968fc75f45ab.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e91b31c2263d0cb1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
53132026-05-23T04:19:38.954Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
53142026-05-23T04:19:38.958Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/5060d58/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=3a85a0e79baaa609 -C extra-filename=-b0f26c04d8d708f3 --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-033f92b7d2688a9a.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-20818eb2682fe51d.rmeta --extern mg_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types_versions-b68564c51027ecb8.rmeta --extern mg_common=/work/oxidecomputer/omicron/target/debug/deps/libmg_common-1779a4aa6503d8f3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-793719933d52d486.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-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-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
53152026-05-23T04:19:42.480Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
53162026-05-23T04:19:42.480Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
53172026-05-23T04:19:42.485Z Running `/home/build/.rustup/toolchains/1.94.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=88c8d7f5c0b8be07 -C extra-filename=-d51e53abc57f4663 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-19da945bf9ec03eb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b0f26c04d8d708f3.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-eb2e3caaff490c51.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bb3b330da0999e02.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa34a231e3f3e7fe.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
53182026-05-23T04:19:42.485Z Running `/home/build/.rustup/toolchains/1.94.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=337ab4f24f3cc021 -C extra-filename=-b8185327191eb7e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3b993bc2e82919b1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b0f26c04d8d708f3.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-eb2e3caaff490c51.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec36b4a879a7f2e9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
53192026-05-23T04:19:42.972Z Running `/home/build/.rustup/toolchains/1.94.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=a14569459a4721ff -C extra-filename=-54a6b719e8c465ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3b993bc2e82919b1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b0f26c04d8d708f3.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-eb2e3caaff490c51.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec36b4a879a7f2e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
53202026-05-23T04:19:42.975Z Running `/home/build/.rustup/toolchains/1.94.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=0400271f36cb7fbb -C extra-filename=-320bda9932839426 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-19da945bf9ec03eb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b0f26c04d8d708f3.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-eb2e3caaff490c51.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bb3b330da0999e02.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa34a231e3f3e7fe.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
53212026-05-23T04:19:51.540Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
53222026-05-23T04:19:51.545Z Running `/home/build/.rustup/toolchains/1.94.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=c20e71472a585fd2 -C extra-filename=-04eae95be9d7f9b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-19da945bf9ec03eb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1847fa40e2df5430.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d51e53abc57f4663.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bb3b330da0999e02.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa34a231e3f3e7fe.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53232026-05-23T04:19:59.566Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53242026-05-23T04:19:59.566Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53252026-05-23T04:19:59.572Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
53262026-05-23T04:19:59.572Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
53272026-05-23T04:19:59.572Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53282026-05-23T04:19:59.572Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
53292026-05-23T04:19:59.572Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
53302026-05-23T04:19:59.572Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
53312026-05-23T04:19:59.572Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
53322026-05-23T04:19:59.572Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
53332026-05-23T04:19:59.572Z Running `/home/build/.rustup/toolchains/1.94.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=f8f12fd78a7ec7ba -C extra-filename=-ae8827a65b324b76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53342026-05-23T04:19:59.572Z Running `/home/build/.rustup/toolchains/1.94.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=77482e900287c8ff -C extra-filename=-c10078c3f721ed1c --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-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53352026-05-23T04:19:59.572Z Running `/home/build/.rustup/toolchains/1.94.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=3b60132f74898715 -C extra-filename=-66efc0e18538e236 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a367aaae4b237a4e.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-336be7aeea741272.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1847fa40e2df5430.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-39a6c9a154ec078b.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3c9d4467753cb2ec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rmeta --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-dd3fb4084e993cdc.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f6e304ad5c116fb5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53362026-05-23T04:19:59.600Z Running `/home/build/.rustup/toolchains/1.94.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=0742ab1eed969f85 -C extra-filename=-54dba6e446e6bb77 --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-45da4579a165e62e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53372026-05-23T04:19:59.603Z Running `/home/build/.rustup/toolchains/1.94.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=09f7b322a8749a8b -C extra-filename=-fa4a14f4cb585413 --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-04eae95be9d7f9b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53382026-05-23T04:19:59.603Z Running `/home/build/.rustup/toolchains/1.94.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=384fdd48a29ea63b -C extra-filename=-6a51b835938833a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-eaa0a13843f60114.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-35cb00c959fe46fe.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d3533f7d368cf1c2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53392026-05-23T04:19:59.603Z Running `/home/build/.rustup/toolchains/1.94.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=fd7a63e741bd09b2 -C extra-filename=-66396772cfe78999 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f6e304ad5c116fb5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53402026-05-23T04:19:59.603Z Running `/home/build/.rustup/toolchains/1.94.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=e33c64c4c464e1e1 -C extra-filename=-2daaa880e402fb61 --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-5eda8250a90bc255.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53412026-05-23T04:19:59.603Z Running `/home/build/.rustup/toolchains/1.94.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=a4ecf1cfe68c08c6 -C extra-filename=-b3e409320a446bde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-19da945bf9ec03eb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d51e53abc57f4663.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-91b9762b24decaca.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bb3b330da0999e02.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-ae76072ae87a9f09.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53422026-05-23T04:19:59.604Z Running `/home/build/.rustup/toolchains/1.94.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=fa5087738e996fd7 -C extra-filename=-b81a8f33212a551d --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-5eda8250a90bc255.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d51e53abc57f4663.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53432026-05-23T04:19:59.638Z Running `/home/build/.rustup/toolchains/1.94.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=5cd36055669be635 -C extra-filename=-9b666b73e32a735e --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-033f92b7d2688a9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8faf11dce722cf26.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53442026-05-23T04:20:01.552Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
53452026-05-23T04:20:01.557Z Running `/home/build/.rustup/toolchains/1.94.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=d32ca6a28816fc21 -C extra-filename=-0385d9eeddb53a7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-42ab93db90545655.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53462026-05-23T04:20:01.557Z Running `/home/build/.rustup/toolchains/1.94.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=3f72bb2ace7ac5bf -C extra-filename=-991229cc6f5a5aee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1847fa40e2df5430.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-209835c1f7326536.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0455ddf1b53cad88.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4f7e61e900d42e80.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3c9d4467753cb2ec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
53472026-05-23T04:20:01.628Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53482026-05-23T04:20:01.631Z Running `/home/build/.rustup/toolchains/1.94.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=f350c9f6dab0864f -C extra-filename=-39bb858b9b077130 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1847fa40e2df5430.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-fa4a14f4cb585413.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-e79fbcf5d5ff5694.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-27e0b513e837638c.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f6e304ad5c116fb5.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-eec0b80df66956df.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
53492026-05-23T04:20:01.757Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
53502026-05-23T04:20:01.757Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
53512026-05-23T04:20:01.760Z Running `/home/build/.rustup/toolchains/1.94.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=6ee8cbc92b0abc60 -C extra-filename=-3b40379780a06e67 --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-033f92b7d2688a9a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rmeta --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-6117824bf88059b7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53522026-05-23T04:20:01.761Z Running `/home/build/.rustup/toolchains/1.94.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=a7d10c91c9e066dd -C extra-filename=-4354d5f2c9b7f735 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-345b2c5a6212cde8.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0a0564e6a5952b4.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a647a207b6db0fd5.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53532026-05-23T04:20:01.997Z Running `/home/build/.rustup/toolchains/1.94.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=a573342b9ec82d49 -C extra-filename=-d4c019acb16d6376 --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-5eda8250a90bc255.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d51e53abc57f4663.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53542026-05-23T04:20:01.997Z Running `/home/build/.rustup/toolchains/1.94.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=fb986a10c9f27993 -C extra-filename=-37359339b8851d01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-42ab93db90545655.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53552026-05-23T04:20:02.001Z Running `/home/build/.rustup/toolchains/1.94.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=4e8a9011ae5d2f2d -C extra-filename=-e82690f8b9b6cfcc --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-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53562026-05-23T04:20:02.034Z Running `/home/build/.rustup/toolchains/1.94.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=64811e5991d8b455 -C extra-filename=-2013a58414430a0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-19da945bf9ec03eb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d51e53abc57f4663.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-91b9762b24decaca.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bb3b330da0999e02.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-ae76072ae87a9f09.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53572026-05-23T04:20:02.038Z Running `/home/build/.rustup/toolchains/1.94.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=d0a2b41f5c61f00e -C extra-filename=-9a7f6e4704c23210 --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-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53582026-05-23T04:20:02.038Z Running `/home/build/.rustup/toolchains/1.94.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=8fdbe765e4492162 -C extra-filename=-f58272e6e932165b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-eaa0a13843f60114.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-35cb00c959fe46fe.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d3533f7d368cf1c2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53592026-05-23T04:20:02.038Z Running `/home/build/.rustup/toolchains/1.94.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=29a0da251d9c247b -C extra-filename=-a6918f2790e49390 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1847fa40e2df5430.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-209835c1f7326536.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0455ddf1b53cad88.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4f7e61e900d42e80.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3c9d4467753cb2ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
53602026-05-23T04:20:02.038Z Running `/home/build/.rustup/toolchains/1.94.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=e8b6fb7e44fb511a -C extra-filename=-8aeca1e47713e671 --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-45da4579a165e62e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53612026-05-23T04:20:02.077Z Running `/home/build/.rustup/toolchains/1.94.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=c7cfdddfd66d93bd -C extra-filename=-37e2e76d2e36fb30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53622026-05-23T04:20:02.339Z Running `/home/build/.rustup/toolchains/1.94.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=92b0dfefacb0f6ea -C extra-filename=-d00bbbdb70260c8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-eaa0a13843f60114.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-35cb00c959fe46fe.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d3533f7d368cf1c2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53632026-05-23T04:20:02.599Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
53642026-05-23T04:20:02.602Z Running `/home/build/.rustup/toolchains/1.94.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=4975a22edf50e227 -C extra-filename=-3aacdff8bbe7b52b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-9b666b73e32a735e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-4b7f629d05364f2b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53652026-05-23T04:20:02.983Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
53662026-05-23T04:20:02.986Z Running `/home/build/.rustup/toolchains/1.94.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=0bf504c1e4089b91 -C extra-filename=-5854f6e6f36d495d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-1ff9b22c4e517109.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-89f3c21a8a97431e.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-38b8186bb5f7a9e6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-24dbd722bdc12648.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-52d21944751f5ead.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b40379780a06e67.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4a3eb8f33cf00e98.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53672026-05-23T04:20:03.223Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
53682026-05-23T04:20:03.223Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
53692026-05-23T04:20:03.227Z Running `/home/build/.rustup/toolchains/1.94.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=dad4e105ee565068 -C extra-filename=-24fb75f4dcfd9c89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4302500041247cf3.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e6f156c9677ec022.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a647a207b6db0fd5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53702026-05-23T04:20:03.227Z Running `/home/build/.rustup/toolchains/1.94.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=48b1b55bf3bfd885 -C extra-filename=-70a2ffa4e221e66b --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-01e0def4c6020b1d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53712026-05-23T04:20:03.873Z Running `/home/build/.rustup/toolchains/1.94.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=085383e20ada6f5c -C extra-filename=-f11a5579f6be5ce0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
53722026-05-23T04:20:03.878Z Running `/home/build/.rustup/toolchains/1.94.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=e8c349a00bd69b60 -C extra-filename=-1688dc7e131f091e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f038e62f8dba66c9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-345b2c5a6212cde8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0a0564e6a5952b4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a647a207b6db0fd5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53732026-05-23T04:20:03.878Z Running `/home/build/.rustup/toolchains/1.94.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=b87bfe8f8e6e935c -C extra-filename=-bbb7781b4baae5c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-0ba76edb0334224c.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-aff3a9f0b77ba266.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-a5393bade2e03a8a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53742026-05-23T04:20:03.907Z Running `/home/build/.rustup/toolchains/1.94.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=b295744597eff757 -C extra-filename=-e34f822648db4aab --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-14842183da3c6f4a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-0b76831001ade886.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
53752026-05-23T04:20:03.912Z Running `/home/build/.rustup/toolchains/1.94.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=829eb6a7b653a439 -C extra-filename=-53f28506d1171486 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e1dece6187d55c2e.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b57c33bfc55754f6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-9fd52ddc87f75c76.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-35468b644717f761.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53762026-05-23T04:20:03.912Z Running `/home/build/.rustup/toolchains/1.94.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=e376508f09713f14 -C extra-filename=-38460a119d486039 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0315e6aa71703e60.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-5956a27b27ac1f3b.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-d113f0276fd0a372.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53772026-05-23T04:20:03.912Z Running `/home/build/.rustup/toolchains/1.94.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=d100062e4e8d563e -C extra-filename=-c2dc281c27503889 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-19da945bf9ec03eb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1847fa40e2df5430.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d51e53abc57f4663.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bb3b330da0999e02.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa34a231e3f3e7fe.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53782026-05-23T04:20:03.947Z Running `/home/build/.rustup/toolchains/1.94.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=b9e8867d74700d67 -C extra-filename=-bcfe4ee4da387cf2 --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-01e0def4c6020b1d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53792026-05-23T04:20:03.950Z Running `/home/build/.rustup/toolchains/1.94.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=940e5f57746f565c -C extra-filename=-f99f18078b9ce100 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e1dece6187d55c2e.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b57c33bfc55754f6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-9fd52ddc87f75c76.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-35468b644717f761.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53802026-05-23T04:20:03.982Z Running `/home/build/.rustup/toolchains/1.94.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=8e70c03c6d8b3ab3 -C extra-filename=-8aa6e2afccc3ff28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e1dece6187d55c2e.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b57c33bfc55754f6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53812026-05-23T04:20:03.986Z Running `/home/build/.rustup/toolchains/1.94.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=d7f13a12d5b5df0a -C extra-filename=-cfbda617a8dcd405 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
53822026-05-23T04:20:04.021Z Running `/home/build/.rustup/toolchains/1.94.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=09f04c78993997c0 -C extra-filename=-b31b00ef54e665c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-395c2a193315db60.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-904b5786732b2b10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-3bd3d2616227043d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53832026-05-23T04:20:04.095Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
53842026-05-23T04:20:04.099Z Running `/home/build/.rustup/toolchains/1.94.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=0559fa8321b8b3b1 -C extra-filename=-d6fd50710c1a905b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53852026-05-23T04:20:04.412Z Running `/home/build/.rustup/toolchains/1.94.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=299d70db89fd9e96 -C extra-filename=-15f8b866d65e6365 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-70a2ffa4e221e66b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53862026-05-23T04:20:04.646Z Running `/home/build/.rustup/toolchains/1.94.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=82b60c3941f50aa0 -C extra-filename=-2a1a36b5d26a9c7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-70a2ffa4e221e66b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
53872026-05-23T04:20:04.875Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
53882026-05-23T04:20:04.879Z Running `/home/build/.rustup/toolchains/1.94.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=2fb7e6ac09f656b5 -C extra-filename=-27acc2eb6f098224 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-1742c399fba28143.rmeta --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-c2f2141c6783f627.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-0e7bc15c43fcc926.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f6e304ad5c116fb5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
53892026-05-23T04:20:04.950Z Running `/home/build/.rustup/toolchains/1.94.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=8392461b720d3fcc -C extra-filename=-c05667480b270c41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e1dece6187d55c2e.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b57c33bfc55754f6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-9fd52ddc87f75c76.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-35468b644717f761.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53902026-05-23T04:20:04.997Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
53912026-05-23T04:20:05.001Z Running `/home/build/.rustup/toolchains/1.94.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=5f829afbb2b2823f -C extra-filename=-bc4cea351f786422 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-abd38eb553931a29.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-37302c1e7ec7e70c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c53fb97baf0dbec7.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-046c645cdb3d49dc.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b57c33bfc55754f6.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-179650cff5900353.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-1ff9b22c4e517109.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a7ab7cbf2ea4dc48.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-b3e409320a446bde.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2daaa880e402fb61.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-b81a8f33212a551d.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-fc4d29ad5c888343.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-345b2c5a6212cde8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-979ea76799168b7a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dec4a5ea1b99e00a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-100d1c68f25f3e82.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53922026-05-23T04:20:05.085Z Running `/home/build/.rustup/toolchains/1.94.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=289b4e1bcb7dc09b -C extra-filename=-cae8ec8ce71d38e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c53fb97baf0dbec7.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3c90b16b5573db1e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4302500041247cf3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-e869b8d24c5e5b3d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-24fb75f4dcfd9c89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53932026-05-23T04:20:05.123Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
53942026-05-23T04:20:05.126Z Running `/home/build/.rustup/toolchains/1.94.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=1e07d31413cee05c -C extra-filename=-5a0acc5282f20e2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3c90b16b5573db1e.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4302500041247cf3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-24fb75f4dcfd9c89.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/usr/lib/amd64`
53952026-05-23T04:20:05.412Z Running `/home/build/.rustup/toolchains/1.94.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=18b5b49db259a163 -C extra-filename=-b6862f9055515f2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-479f88a506a2bc92.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4302500041247cf3.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85c665bbda1b40ba.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-24fb75f4dcfd9c89.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bb3b330da0999e02.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-65c9103bed1e9b17.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-08c6f270fc9aa1c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53962026-05-23T04:20:05.469Z Running `/home/build/.rustup/toolchains/1.94.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=5049a314517f243b -C extra-filename=-32e70f285c7e9e52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c53fb97baf0dbec7.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3c90b16b5573db1e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4302500041247cf3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-e869b8d24c5e5b3d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-24fb75f4dcfd9c89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53972026-05-23T04:20:05.785Z Running `/home/build/.rustup/toolchains/1.94.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=45edb19951022770 -C extra-filename=-0036f07534503937 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-479f88a506a2bc92.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4302500041247cf3.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85c665bbda1b40ba.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-24fb75f4dcfd9c89.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bb3b330da0999e02.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-65c9103bed1e9b17.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-08c6f270fc9aa1c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53982026-05-23T04:20:06.144Z Running `/home/build/.rustup/toolchains/1.94.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=56ac735e8a3c191a -C extra-filename=-8ef91d51b019477d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c53fb97baf0dbec7.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3c90b16b5573db1e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4302500041247cf3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-24fb75f4dcfd9c89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
53992026-05-23T04:20:06.363Z Running `/home/build/.rustup/toolchains/1.94.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=d99fe78ab3e33bac -C extra-filename=-78ae1f0e16fd0979 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c53fb97baf0dbec7.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3c90b16b5573db1e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4302500041247cf3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-e869b8d24c5e5b3d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-24fb75f4dcfd9c89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54002026-05-23T04:20:06.476Z Running `/home/build/.rustup/toolchains/1.94.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=2e6fd06f5a2177b0 -C extra-filename=-2679d5f4ea3e3a61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c53fb97baf0dbec7.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3c90b16b5573db1e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4302500041247cf3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-e869b8d24c5e5b3d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-24fb75f4dcfd9c89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54012026-05-23T04:20:06.765Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
54022026-05-23T04:20:06.769Z Running `/home/build/.rustup/toolchains/1.94.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=ec271c0eafc6cb51 -C extra-filename=-5c93df4e7ae6d656 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cb2d476cd63e80af.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4606ab9f3f0f803a.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-39a6c9a154ec078b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec36b4a879a7f2e9.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9ca5ebe4373e6f53.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-81795608701f9ef8.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54032026-05-23T04:20:07.099Z Running `/home/build/.rustup/toolchains/1.94.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=c703d190404ff139 -C extra-filename=-b88f55d3e6659ecb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-fa4a14f4cb585413.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-27acc2eb6f098224.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-4b7f629d05364f2b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-e79fbcf5d5ff5694.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-27e0b513e837638c.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-eec0b80df66956df.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54042026-05-23T04:20:07.504Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
54052026-05-23T04:20:07.508Z Running `/home/build/.rustup/toolchains/1.94.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=02ea5bcc5e1d5320 -C extra-filename=-8ff66d1070303d24 --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-14842183da3c6f4a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5854f6e6f36d495d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54062026-05-23T04:20:07.724Z Running `/home/build/.rustup/toolchains/1.94.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=51c31260775bd4a1 -C extra-filename=-423e448d0c1bbd1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-479f88a506a2bc92.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4302500041247cf3.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85c665bbda1b40ba.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-24fb75f4dcfd9c89.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bb3b330da0999e02.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-65c9103bed1e9b17.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-08c6f270fc9aa1c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54072026-05-23T04:20:08.259Z Running `/home/build/.rustup/toolchains/1.94.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=99e408ec0c035307 -C extra-filename=-4c7847b8550d07c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-236ca9717a706c1c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cb2d476cd63e80af.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-f8af81dd2db60d22.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2a0a2fa200511871.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-5701a4d928e7499d.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-a8fcbd7d5a03eca8.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-7dda9be1ef149d02.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54082026-05-23T04:20:08.322Z Running `/home/build/.rustup/toolchains/1.94.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=ffbf77b584263ef9 -C extra-filename=-28de1ea3392faea3 --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-b146f4d917ffff0b.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-236ca9717a706c1c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cb2d476cd63e80af.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-f8af81dd2db60d22.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-7dda9be1ef149d02.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54092026-05-23T04:20:08.412Z Running `/home/build/.rustup/toolchains/1.94.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=d788913fd04fbcf0 -C extra-filename=-177d709a9388efa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e1dece6187d55c2e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54102026-05-23T04:20:08.556Z Running `/home/build/.rustup/toolchains/1.94.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=62adb2f4f143a3f4 -C extra-filename=-c808fdaef3d07a03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0315e6aa71703e60.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-5956a27b27ac1f3b.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-d113f0276fd0a372.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54112026-05-23T04:20:09.288Z Running `/home/build/.rustup/toolchains/1.94.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=e5279fe64c3d9b96 -C extra-filename=-7099a890bd2849ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cb2d476cd63e80af.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-abd38eb553931a29.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53921b7d712dfd4c.rmeta --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-37302c1e7ec7e70c.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6161d0b82d613780.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-62c80b8fe1be1e5a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-3cb0d68ccbef8cb7.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3b993bc2e82919b1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rmeta --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4ce1784a6670809f.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a76802aee699c4e8.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-38ae2446184e874c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec36b4a879a7f2e9.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fadcb572786b06.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-52d21944751f5ead.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b40379780a06e67.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6de895597b074294.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e78abffc16007a55.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0343af94318f702a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-f2b54bac2d015923.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-979ea76799168b7a.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8faf11dce722cf26.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dec4a5ea1b99e00a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9ca5ebe4373e6f53.rmeta --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-b8185327191eb7e3.rmeta --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-8d233d2ba8b160fb.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2a0a2fa200511871.rmeta --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-5c93df4e7ae6d656.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5d18dee2c674f09.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3ca15910c05dabb1.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-54b896c66281c04f.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-5701a4d928e7499d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-b215c601849d493e.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-81795608701f9ef8.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ccfa7aa365f18a5c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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-05-23T04:20:09.325Z Running `/home/build/.rustup/toolchains/1.94.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=06aad193e9d8383e -C extra-filename=-93bd4d6c3c631b25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f038e62f8dba66c9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-345b2c5a6212cde8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0a0564e6a5952b4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4354d5f2c9b7f735.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a647a207b6db0fd5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54132026-05-23T04:20:09.431Z Running `/home/build/.rustup/toolchains/1.94.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=65288df771faeb89 -C extra-filename=-79d3c14807627afc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f038e62f8dba66c9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-345b2c5a6212cde8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0a0564e6a5952b4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4354d5f2c9b7f735.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a647a207b6db0fd5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54142026-05-23T04:20:10.258Z Running `/home/build/.rustup/toolchains/1.94.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=c7b46c77b58a5a9c -C extra-filename=-4339506e8988b620 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-345b2c5a6212cde8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0a0564e6a5952b4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4354d5f2c9b7f735.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a647a207b6db0fd5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54152026-05-23T04:20:11.551Z Running `/home/build/.rustup/toolchains/1.94.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=f218bdab9deeb02b -C extra-filename=-2553cee87d266eee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f6e304ad5c116fb5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
54162026-05-23T04:20:11.757Z Running `/home/build/.rustup/toolchains/1.94.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=dbc933eaf5f378d1 -C extra-filename=-a7d66e640bc34885 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-1742c399fba28143.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-c2f2141c6783f627.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-0e7bc15c43fcc926.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f6e304ad5c116fb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
54172026-05-23T04:20:11.974Z Running `/home/build/.rustup/toolchains/1.94.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=fb99938a2f4f4a9a -C extra-filename=-1643ed4574f39bba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cb2d476cd63e80af.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4606ab9f3f0f803a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-fa4a14f4cb585413.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-39a6c9a154ec078b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec36b4a879a7f2e9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9ca5ebe4373e6f53.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-81795608701f9ef8.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54182026-05-23T04:20:12.488Z Running `/home/build/.rustup/toolchains/1.94.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=7f2f3e6355b9db4f -C extra-filename=-4c7f75564ca5e159 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cb2d476cd63e80af.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-abd38eb553931a29.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53921b7d712dfd4c.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-37302c1e7ec7e70c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6161d0b82d613780.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-62c80b8fe1be1e5a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-3cb0d68ccbef8cb7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3b993bc2e82919b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4ce1784a6670809f.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3a7174b5570e438e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a76802aee699c4e8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-38ae2446184e874c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec36b4a879a7f2e9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fadcb572786b06.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-52d21944751f5ead.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b40379780a06e67.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6de895597b074294.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e78abffc16007a55.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0343af94318f702a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-f2b54bac2d015923.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-979ea76799168b7a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8faf11dce722cf26.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dec4a5ea1b99e00a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9ca5ebe4373e6f53.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-b8185327191eb7e3.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-8d233d2ba8b160fb.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2a0a2fa200511871.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-5c93df4e7ae6d656.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5d18dee2c674f09.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3ca15910c05dabb1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-54b896c66281c04f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-5701a4d928e7499d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-b215c601849d493e.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-81795608701f9ef8.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ccfa7aa365f18a5c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-3bd3d2616227043d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54192026-05-23T04:20:13.811Z Running `/home/build/.rustup/toolchains/1.94.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=d60608a9917cf3bf -C extra-filename=-c09bf7810278a85c --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-a2842e0873418566.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
54202026-05-23T04:20:15.453Z Running `/home/build/.rustup/toolchains/1.94.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=0d09a5ea0e1d081a -C extra-filename=-c0adb092e92e897c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53921b7d712dfd4c.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-16a59e955c9cb203.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0d8f888a5d802a38.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-35cb00c959fe46fe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-43faa4dfb3601d49.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a7ab7cbf2ea4dc48.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-aaea0e7238aa93b9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a76802aee699c4e8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4f7e61e900d42e80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec36b4a879a7f2e9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9ca5ebe4373e6f53.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5d18dee2c674f09.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-dd3fb4084e993cdc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa34a231e3f3e7fe.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6050fb9e4c0e13f1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-e79fbcf5d5ff5694.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-27e0b513e837638c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-eec0b80df66956df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4368b253114b35c5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-dbe0230121957f96.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-ab573eb3bdaa3093.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-100d1c68f25f3e82.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-99c1184773f2c0d3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54212026-05-23T04:20:17.988Z Running `/home/build/.rustup/toolchains/1.94.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=bc26fdb82ac82881 -C extra-filename=-998f3f2c550caf6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53921b7d712dfd4c.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-16a59e955c9cb203.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0d8f888a5d802a38.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-35cb00c959fe46fe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-43faa4dfb3601d49.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a7ab7cbf2ea4dc48.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-aaea0e7238aa93b9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a76802aee699c4e8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4f7e61e900d42e80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec36b4a879a7f2e9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9ca5ebe4373e6f53.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5d18dee2c674f09.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-dd3fb4084e993cdc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa34a231e3f3e7fe.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6050fb9e4c0e13f1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-e79fbcf5d5ff5694.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-27e0b513e837638c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-eec0b80df66956df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4368b253114b35c5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-dbe0230121957f96.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-100d1c68f25f3e82.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-99c1184773f2c0d3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54222026-05-23T04:20:18.908Z Running `/home/build/.rustup/toolchains/1.94.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=e98dbcde2332046b -C extra-filename=-fef7e2fb4fb2755c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-1ff9b22c4e517109.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-89f3c21a8a97431e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-38b8186bb5f7a9e6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-24dbd722bdc12648.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5854f6e6f36d495d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-52d21944751f5ead.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b40379780a06e67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4a3eb8f33cf00e98.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54232026-05-23T04:20:19.002Z Running `/home/build/.rustup/toolchains/1.94.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=b08ef32b47c3176c -C extra-filename=-1d31210a7029c3bf --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-14842183da3c6f4a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5854f6e6f36d495d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54242026-05-23T04:20:20.712Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
54252026-05-23T04:20:20.716Z Running `/home/build/.rustup/toolchains/1.94.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=aeb1b1f9bb1447be -C extra-filename=-b572d1a269c68c4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-4b7f629d05364f2b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-b88f55d3e6659ecb.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-7dda9be1ef149d02.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
54262026-05-23T04:20:20.860Z Running `/home/build/.rustup/toolchains/1.94.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=5aa260b8d3721e9e -C extra-filename=-bfbe216ef9ab7965 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ff648e9c92f8b9da.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-fa4a14f4cb585413.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-27acc2eb6f098224.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-4b7f629d05364f2b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-b88f55d3e6659ecb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-e79fbcf5d5ff5694.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-27e0b513e837638c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-eec0b80df66956df.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54272026-05-23T04:20:22.250Z Running `/home/build/.rustup/toolchains/1.94.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=adae316dbbbdd4fe -C extra-filename=-86b8f8312d077aaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1847fa40e2df5430.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-fa4a14f4cb585413.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-27acc2eb6f098224.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-5956a27b27ac1f3b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-b88f55d3e6659ecb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-b215c601849d493e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-e79fbcf5d5ff5694.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-27e0b513e837638c.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f6e304ad5c116fb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-eec0b80df66956df.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
54282026-05-23T04:20:23.510Z Running `/home/build/.rustup/toolchains/1.94.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=59b7399539736dfe -C extra-filename=-9235ea64cbc1ad46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1847fa40e2df5430.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-fa4a14f4cb585413.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-27acc2eb6f098224.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-5956a27b27ac1f3b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-b88f55d3e6659ecb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-b215c601849d493e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-e79fbcf5d5ff5694.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-27e0b513e837638c.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f6e304ad5c116fb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-eec0b80df66956df.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
54292026-05-23T04:20:23.882Z Running `/home/build/.rustup/toolchains/1.94.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=d1345a57486ca4a8 -C extra-filename=-6129e50889b748b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ff648e9c92f8b9da.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-fa4a14f4cb585413.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-27acc2eb6f098224.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-4b7f629d05364f2b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-b88f55d3e6659ecb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-e79fbcf5d5ff5694.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-27e0b513e837638c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-eec0b80df66956df.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54302026-05-23T04:20:23.955Z Running `/home/build/.rustup/toolchains/1.94.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=e85064438678d545 -C extra-filename=-b44813938d7f5bd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-b88f55d3e6659ecb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54312026-05-23T04:20:24.336Z Running `/home/build/.rustup/toolchains/1.94.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=b967786692b58673 -C extra-filename=-370bea54b0bfed36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-fa4a14f4cb585413.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-27acc2eb6f098224.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-4b7f629d05364f2b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-b88f55d3e6659ecb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-e79fbcf5d5ff5694.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-27e0b513e837638c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-eec0b80df66956df.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54322026-05-23T04:20:24.953Z Running `/home/build/.rustup/toolchains/1.94.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=d3bff7fded5a73b5 -C extra-filename=-883249ddc3ddf7fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-1ff9b22c4e517109.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-89f3c21a8a97431e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-38b8186bb5f7a9e6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-24dbd722bdc12648.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5854f6e6f36d495d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-52d21944751f5ead.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b40379780a06e67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4a3eb8f33cf00e98.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54332026-05-23T04:20:26.315Z Running `/home/build/.rustup/toolchains/1.94.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=2c5106e9858a68dd -C extra-filename=-8ef815a610e991de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-35cb00c959fe46fe.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-979ea76799168b7a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8faf11dce722cf26.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dec4a5ea1b99e00a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3ca15910c05dabb1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54342026-05-23T04:20:27.157Z Running `/home/build/.rustup/toolchains/1.94.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=68e91f571c774163 -C extra-filename=-589dfad3b0c991f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-1ff9b22c4e517109.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-89f3c21a8a97431e.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-38b8186bb5f7a9e6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-24dbd722bdc12648.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5854f6e6f36d495d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-52d21944751f5ead.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b40379780a06e67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4a3eb8f33cf00e98.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54352026-05-23T04:20:29.153Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
54362026-05-23T04:20:29.159Z Running `/home/build/.rustup/toolchains/1.94.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=3e756770d4cd651a -C extra-filename=-9d1e612a8600500f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5854f6e6f36d495d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54372026-05-23T04:20:29.531Z Running `/home/build/.rustup/toolchains/1.94.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=27358726895d99c4 -C extra-filename=-ea9e1153244c2364 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-35cb00c959fe46fe.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-9b666b73e32a735e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-979ea76799168b7a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8faf11dce722cf26.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dec4a5ea1b99e00a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3ca15910c05dabb1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54382026-05-23T04:20:30.142Z Running `/home/build/.rustup/toolchains/1.94.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=48d449a1f90f0cc1 -C extra-filename=-b194b080d54042a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-1ff9b22c4e517109.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-89f3c21a8a97431e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-38b8186bb5f7a9e6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-24dbd722bdc12648.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-52d21944751f5ead.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b40379780a06e67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4a3eb8f33cf00e98.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54392026-05-23T04:20:30.516Z Running `/home/build/.rustup/toolchains/1.94.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=b16eb60898290688 -C extra-filename=-ced8dce568ffcfed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53921b7d712dfd4c.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-16a59e955c9cb203.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0d8f888a5d802a38.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-35cb00c959fe46fe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-43faa4dfb3601d49.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a7ab7cbf2ea4dc48.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-aaea0e7238aa93b9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a76802aee699c4e8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4f7e61e900d42e80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec36b4a879a7f2e9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9ca5ebe4373e6f53.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5d18dee2c674f09.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-dd3fb4084e993cdc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa34a231e3f3e7fe.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6050fb9e4c0e13f1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-e79fbcf5d5ff5694.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-27e0b513e837638c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-eec0b80df66956df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4368b253114b35c5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-dbe0230121957f96.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-ab573eb3bdaa3093.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-100d1c68f25f3e82.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-99c1184773f2c0d3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54402026-05-23T04:20:30.915Z Running `/home/build/.rustup/toolchains/1.94.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=0ea12084c1eecd28 -C extra-filename=-fc01f12273f9388e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ff648e9c92f8b9da.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-fa4a14f4cb585413.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-27acc2eb6f098224.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-4b7f629d05364f2b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-e79fbcf5d5ff5694.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-27e0b513e837638c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-eec0b80df66956df.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54412026-05-23T04:20:31.508Z Running `/home/build/.rustup/toolchains/1.94.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=502b0591ae5b6a8f -C extra-filename=-0e3f4c2043c2dac9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f038e62f8dba66c9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-345b2c5a6212cde8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0a0564e6a5952b4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4354d5f2c9b7f735.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a647a207b6db0fd5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54422026-05-23T04:20:31.770Z Running `/home/build/.rustup/toolchains/1.94.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=40e6d2396b089a7f -C extra-filename=-07909f614b3e5a15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-345b2c5a6212cde8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0a0564e6a5952b4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4354d5f2c9b7f735.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a647a207b6db0fd5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54432026-05-23T04:20:32.440Z Running `/home/build/.rustup/toolchains/1.94.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=15592711cdb162c8 -C extra-filename=-5b365f3c0877fcdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4302500041247cf3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e6f156c9677ec022.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a647a207b6db0fd5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54442026-05-23T04:20:32.524Z Running `/home/build/.rustup/toolchains/1.94.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=79b6e9675ca8407b -C extra-filename=-da2fbf88aa1a8a96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-6117824bf88059b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54452026-05-23T04:20:32.936Z Running `/home/build/.rustup/toolchains/1.94.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=7699e9af7c97f76d -C extra-filename=-b3befb5ab4c13446 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54462026-05-23T04:20:35.704Z Running `/home/build/.rustup/toolchains/1.94.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=bd8f393e023d1e72 -C extra-filename=-102dc74a025702e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54472026-05-23T04:20:35.743Z Running `/home/build/.rustup/toolchains/1.94.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=4ec3d8179056b73e -C extra-filename=-66784a8a1c9f14b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-38ae2446184e874c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-54b896c66281c04f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54482026-05-23T04:20:37.164Z Running `/home/build/.rustup/toolchains/1.94.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=274527ed1a54e16c -C extra-filename=-036fb0ea7cb43564 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-35cb00c959fe46fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa34a231e3f3e7fe.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-e79fbcf5d5ff5694.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ccfa7aa365f18a5c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-27e0b513e837638c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54492026-05-23T04:20:37.522Z Running `/home/build/.rustup/toolchains/1.94.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=c35e43f470033683 -C extra-filename=-6e7518f2cc9e0b58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-9e811ee2e4e07863.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a76802aee699c4e8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-38ae2446184e874c.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-4be5d6558a79b3aa.rlib --extern ntp_admin_v1_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_v1_client-a36a0aff6a7f0957.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dec4a5ea1b99e00a.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-dd3fb4084e993cdc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-54b896c66281c04f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54502026-05-23T04:20:39.155Z Running `/home/build/.rustup/toolchains/1.94.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=18e61ceba74c7cd1 -C extra-filename=-197f4a0ec9a275ac --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-b146f4d917ffff0b.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-236ca9717a706c1c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cb2d476cd63e80af.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-f8af81dd2db60d22.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-7dda9be1ef149d02.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54512026-05-23T04:20:40.156Z Running `/home/build/.rustup/toolchains/1.94.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=29cedd5b720a1b6e -C extra-filename=-56c972a32d96e170 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e1dece6187d55c2e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54522026-05-23T04:20:42.025Z Running `/home/build/.rustup/toolchains/1.94.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=59dd3ddf19d25f2f -C extra-filename=-4c7d4c6ea61a8e87 --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-25bb92595f18c8f0.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-14f100f5295f5d28.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-76075c4761c46f7c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54532026-05-23T04:20:42.426Z Running `/home/build/.rustup/toolchains/1.94.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=670d883425ac2375 -C extra-filename=-82fdaf376af801fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e1dece6187d55c2e.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b57c33bfc55754f6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-9fd52ddc87f75c76.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-35468b644717f761.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54542026-05-23T04:20:43.242Z Running `/home/build/.rustup/toolchains/1.94.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=b8523ff988df1a8d -C extra-filename=-ecbe73c8f2e2febc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b57c33bfc55754f6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-9fd52ddc87f75c76.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-35468b644717f761.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54552026-05-23T04:20:43.280Z Running `/home/build/.rustup/toolchains/1.94.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=b03866870c398fbe -C extra-filename=-e47ef03bc1ed2f56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-43faa4dfb3601d49.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-aaea0e7238aa93b9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a76802aee699c4e8.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-24dbd722bdc12648.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec36b4a879a7f2e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-6440ad616f2fb204.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-54b896c66281c04f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-27e0b513e837638c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54562026-05-23T04:20:44.810Z Running `/home/build/.rustup/toolchains/1.94.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=5b271d71be31745b -C extra-filename=-d9c59cc9a78dc2d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cb2d476cd63e80af.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-8664d818eaf5ace4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-ea02b1fe4a1bfc83.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0343af94318f702a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-9f69239dd5562c72.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54572026-05-23T04:20:45.727Z Running `/home/build/.rustup/toolchains/1.94.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=f424c219854e29ad -C extra-filename=-d2bd3c6720f0181f --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-b2bde8d747fc73bb.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-3c5c410d401f5832.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13ad0e3f0f5054ef.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7099a890bd2849ba.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5f7403c341615c99.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-23d9be48160147b7.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-119f792b47a4d0fa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54582026-05-23T04:20:45.833Z Running `/home/build/.rustup/toolchains/1.94.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=502aea7414725bfb -C extra-filename=-ffb19ecd8294309e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-903719c48c111732.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-76018aa215a101e8.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-bbf7a32a49279c54.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54592026-05-23T04:20:46.334Z Running `/home/build/.rustup/toolchains/1.94.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=9ebc9adf47fd90aa -C extra-filename=-5ed463b6eaca7e5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-5fd61a57c50a19bd.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-1e474d17660222d7.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-4be5d6558a79b3aa.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fadcb572786b06.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-46b5b0d17dce412f.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-395c2a193315db60.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c37bbd24ee2fea5d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
54602026-05-23T04:20:50.300Z Running `/home/build/.rustup/toolchains/1.94.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=685901a6dc61c3cb -C extra-filename=-5db99e239ea3c6b2 --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-991229cc6f5a5aee.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54612026-05-23T04:20:50.526Z Running `/home/build/.rustup/toolchains/1.94.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=15e7a12219bd5fcd -C extra-filename=-b315e8a588ba2f07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0315e6aa71703e60.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-5956a27b27ac1f3b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64`
54622026-05-23T04:20:51.548Z Running `/home/build/.rustup/toolchains/1.94.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=4add66f71ceba023 -C extra-filename=-4215046761be9c6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-aaea0e7238aa93b9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a76802aee699c4e8.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-24dbd722bdc12648.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec36b4a879a7f2e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-6440ad616f2fb204.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-54b896c66281c04f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-27e0b513e837638c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54632026-05-23T04:20:51.704Z Running `/home/build/.rustup/toolchains/1.94.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=5bacb0615eb7f631 -C extra-filename=-c631a266d2055e63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-cad785b73111cc9c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-5db99e239ea3c6b2.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ea6d9bc132bfadfa.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d3678eae9ba68c5f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54642026-05-23T04:20:55.820Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
54652026-05-23T04:20:55.824Z Running `/home/build/.rustup/toolchains/1.94.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=e6c29e1d5cee9000 -C extra-filename=-acc227fa342199bf --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-bfc2b60907f3047d.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c631a266d2055e63.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
54662026-05-23T04:20:56.353Z Running `/home/build/.rustup/toolchains/1.94.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=7ec9eeb50716b039 -C extra-filename=-47a01219a56a029d --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-991229cc6f5a5aee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54672026-05-23T04:20:56.389Z Running `/home/build/.rustup/toolchains/1.94.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=e97ea694e872de07 -C extra-filename=-02aca4cefb5334ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54682026-05-23T04:20:56.902Z Running `/home/build/.rustup/toolchains/1.94.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=3dcb121357b384cc -C extra-filename=-32770f3ae736f329 --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-c6da6d562eb4080b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-209835c1f7326536.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-0c9c36c08b3ce601.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c631a266d2055e63.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-acc227fa342199bf.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54692026-05-23T04:20:57.112Z Running `/home/build/.rustup/toolchains/1.94.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=f1486050a01f4a82 -C extra-filename=-5af9e33d53a1672e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-cad785b73111cc9c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-5db99e239ea3c6b2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ea6d9bc132bfadfa.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d3678eae9ba68c5f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54702026-05-23T04:20:57.395Z Running `/home/build/.rustup/toolchains/1.94.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=7e72cfe3ef9641d2 -C extra-filename=-37a2580048e0bda2 --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-bfc2b60907f3047d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c631a266d2055e63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
54712026-05-23T04:21:01.784Z Running `/home/build/.rustup/toolchains/1.94.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=7c1996b6143ba07e -C extra-filename=-745cd5604b8c353a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1847fa40e2df5430.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-209835c1f7326536.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-0c9c36c08b3ce601.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c631a266d2055e63.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-acc227fa342199bf.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-5db99e239ea3c6b2.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-32770f3ae736f329.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rmeta --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-641f0cbb9f6ed962.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3c9d4467753cb2ec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-ae76072ae87a9f09.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54722026-05-23T04:21:05.803Z Running `/home/build/.rustup/toolchains/1.94.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=c34ebd5f61ad05b2 -C extra-filename=-f500666134cef528 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cb2d476cd63e80af.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-abd38eb553931a29.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53921b7d712dfd4c.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-37302c1e7ec7e70c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6161d0b82d613780.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-62c80b8fe1be1e5a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-3cb0d68ccbef8cb7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3b993bc2e82919b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4ce1784a6670809f.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a76802aee699c4e8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-38ae2446184e874c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec36b4a879a7f2e9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7099a890bd2849ba.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fadcb572786b06.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-52d21944751f5ead.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b40379780a06e67.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6de895597b074294.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e78abffc16007a55.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0343af94318f702a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-f2b54bac2d015923.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-979ea76799168b7a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8faf11dce722cf26.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dec4a5ea1b99e00a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9ca5ebe4373e6f53.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-b8185327191eb7e3.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-8d233d2ba8b160fb.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2a0a2fa200511871.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-5c93df4e7ae6d656.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5d18dee2c674f09.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3ca15910c05dabb1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-54b896c66281c04f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-5701a4d928e7499d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-b215c601849d493e.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-81795608701f9ef8.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ccfa7aa365f18a5c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54732026-05-23T04:21:05.809Z Running `/home/build/.rustup/toolchains/1.94.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=4a015bc3c65cead4 -C extra-filename=-2bd5b8da34933bc6 --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-b2bde8d747fc73bb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-3c5c410d401f5832.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-d2bd3c6720f0181f.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13ad0e3f0f5054ef.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7099a890bd2849ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5f7403c341615c99.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-23d9be48160147b7.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-119f792b47a4d0fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54742026-05-23T04:21:05.809Z Running `/home/build/.rustup/toolchains/1.94.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=268b185d4557805b -C extra-filename=-383161a464a46eff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cb2d476cd63e80af.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-abd38eb553931a29.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53921b7d712dfd4c.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-37302c1e7ec7e70c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6161d0b82d613780.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-62c80b8fe1be1e5a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-3cb0d68ccbef8cb7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3b993bc2e82919b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4ce1784a6670809f.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a76802aee699c4e8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-38ae2446184e874c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec36b4a879a7f2e9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7099a890bd2849ba.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fadcb572786b06.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-52d21944751f5ead.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b40379780a06e67.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6de895597b074294.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e78abffc16007a55.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0343af94318f702a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-f2b54bac2d015923.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-979ea76799168b7a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8faf11dce722cf26.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dec4a5ea1b99e00a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9ca5ebe4373e6f53.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-b8185327191eb7e3.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-8d233d2ba8b160fb.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2a0a2fa200511871.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-5c93df4e7ae6d656.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5d18dee2c674f09.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3ca15910c05dabb1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-54b896c66281c04f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-5701a4d928e7499d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-b215c601849d493e.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-81795608701f9ef8.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ccfa7aa365f18a5c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54752026-05-23T04:21:05.809Z Running `/home/build/.rustup/toolchains/1.94.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=9db0951b6853cf9d -C extra-filename=-74236002ea7a1190 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cb2d476cd63e80af.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-abd38eb553931a29.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53921b7d712dfd4c.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-37302c1e7ec7e70c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6161d0b82d613780.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-62c80b8fe1be1e5a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-3cb0d68ccbef8cb7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3b993bc2e82919b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4ce1784a6670809f.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3a7174b5570e438e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a76802aee699c4e8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-38ae2446184e874c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec36b4a879a7f2e9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7099a890bd2849ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fadcb572786b06.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-52d21944751f5ead.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b40379780a06e67.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6de895597b074294.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e78abffc16007a55.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0343af94318f702a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-f2b54bac2d015923.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-979ea76799168b7a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8faf11dce722cf26.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dec4a5ea1b99e00a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9ca5ebe4373e6f53.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-b8185327191eb7e3.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-8d233d2ba8b160fb.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2a0a2fa200511871.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-5c93df4e7ae6d656.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5d18dee2c674f09.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3ca15910c05dabb1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-54b896c66281c04f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-5701a4d928e7499d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-b215c601849d493e.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-81795608701f9ef8.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ccfa7aa365f18a5c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-3bd3d2616227043d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54762026-05-23T04:21:05.809Z Running `/home/build/.rustup/toolchains/1.94.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=7f3524b39321a5f8 -C extra-filename=-992ed194598e3dbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cb2d476cd63e80af.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-abd38eb553931a29.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53921b7d712dfd4c.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-37302c1e7ec7e70c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6161d0b82d613780.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-62c80b8fe1be1e5a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-3cb0d68ccbef8cb7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3b993bc2e82919b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4ce1784a6670809f.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3a7174b5570e438e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a76802aee699c4e8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-38ae2446184e874c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec36b4a879a7f2e9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7099a890bd2849ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fadcb572786b06.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-52d21944751f5ead.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b40379780a06e67.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6de895597b074294.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e78abffc16007a55.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0343af94318f702a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-f2b54bac2d015923.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-979ea76799168b7a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8faf11dce722cf26.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dec4a5ea1b99e00a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9ca5ebe4373e6f53.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-b8185327191eb7e3.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-8d233d2ba8b160fb.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2a0a2fa200511871.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-5c93df4e7ae6d656.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5d18dee2c674f09.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3ca15910c05dabb1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-54b896c66281c04f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-5701a4d928e7499d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-b215c601849d493e.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-81795608701f9ef8.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ccfa7aa365f18a5c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-3bd3d2616227043d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54772026-05-23T04:21:05.839Z Running `/home/build/.rustup/toolchains/1.94.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=30e8ab46cf65b411 -C extra-filename=-98389e565f877a6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cb2d476cd63e80af.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-abd38eb553931a29.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53921b7d712dfd4c.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-37302c1e7ec7e70c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6161d0b82d613780.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-62c80b8fe1be1e5a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-3cb0d68ccbef8cb7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3b993bc2e82919b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4ce1784a6670809f.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a76802aee699c4e8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-38ae2446184e874c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec36b4a879a7f2e9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7099a890bd2849ba.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fadcb572786b06.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-52d21944751f5ead.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b40379780a06e67.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6de895597b074294.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e78abffc16007a55.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0343af94318f702a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-f2b54bac2d015923.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-979ea76799168b7a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8faf11dce722cf26.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dec4a5ea1b99e00a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9ca5ebe4373e6f53.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-b8185327191eb7e3.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-8d233d2ba8b160fb.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2a0a2fa200511871.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-5c93df4e7ae6d656.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5d18dee2c674f09.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3ca15910c05dabb1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-54b896c66281c04f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-5701a4d928e7499d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-b215c601849d493e.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-81795608701f9ef8.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ccfa7aa365f18a5c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54782026-05-23T04:21:05.843Z Running `/home/build/.rustup/toolchains/1.94.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=f34f3838e4ba1aef -C extra-filename=-5ebe24fe7688c2d6 --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-b2bde8d747fc73bb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-3c5c410d401f5832.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13ad0e3f0f5054ef.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7099a890bd2849ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5f7403c341615c99.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-23d9be48160147b7.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-119f792b47a4d0fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54792026-05-23T04:21:05.879Z Running `/home/build/.rustup/toolchains/1.94.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=d9d125a55dec11fa -C extra-filename=-d2ec8b9d9b0a2878 --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-b2bde8d747fc73bb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-3c5c410d401f5832.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-d2bd3c6720f0181f.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13ad0e3f0f5054ef.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7099a890bd2849ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5f7403c341615c99.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-23d9be48160147b7.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-119f792b47a4d0fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54802026-05-23T04:21:05.883Z Running `/home/build/.rustup/toolchains/1.94.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=188493a7444c11e2 -C extra-filename=-48106bf3dd8f973e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cb2d476cd63e80af.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-abd38eb553931a29.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53921b7d712dfd4c.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-37302c1e7ec7e70c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6161d0b82d613780.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-62c80b8fe1be1e5a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-3cb0d68ccbef8cb7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3b993bc2e82919b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4ce1784a6670809f.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a76802aee699c4e8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-38ae2446184e874c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec36b4a879a7f2e9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7099a890bd2849ba.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fadcb572786b06.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-52d21944751f5ead.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b40379780a06e67.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6de895597b074294.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e78abffc16007a55.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0343af94318f702a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-f2b54bac2d015923.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-979ea76799168b7a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8faf11dce722cf26.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dec4a5ea1b99e00a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9ca5ebe4373e6f53.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-b8185327191eb7e3.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-8d233d2ba8b160fb.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2a0a2fa200511871.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-5c93df4e7ae6d656.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5d18dee2c674f09.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3ca15910c05dabb1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-54b896c66281c04f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-5701a4d928e7499d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-b215c601849d493e.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-81795608701f9ef8.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ccfa7aa365f18a5c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54812026-05-23T04:21:05.883Z Running `/home/build/.rustup/toolchains/1.94.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=0bcd26335845ad39 -C extra-filename=-4f33ce8c5afd4628 --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-b2bde8d747fc73bb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-3c5c410d401f5832.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-d2bd3c6720f0181f.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13ad0e3f0f5054ef.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7099a890bd2849ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5f7403c341615c99.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-23d9be48160147b7.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-119f792b47a4d0fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54822026-05-23T04:21:05.912Z Running `/home/build/.rustup/toolchains/1.94.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=be8ecf6d9d82c790 -C extra-filename=-c6d882395cdbf0d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a367aaae4b237a4e.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-336be7aeea741272.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1847fa40e2df5430.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f038e62f8dba66c9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-39a6c9a154ec078b.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3c9d4467753cb2ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7099a890bd2849ba.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-dd3fb4084e993cdc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f6e304ad5c116fb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54832026-05-23T04:21:05.915Z Running `/home/build/.rustup/toolchains/1.94.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=8ade251f04968845 -C extra-filename=-3547690e03518e9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cb2d476cd63e80af.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-abd38eb553931a29.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53921b7d712dfd4c.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-37302c1e7ec7e70c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6161d0b82d613780.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-62c80b8fe1be1e5a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-3cb0d68ccbef8cb7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3b993bc2e82919b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4ce1784a6670809f.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3a7174b5570e438e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a76802aee699c4e8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-38ae2446184e874c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec36b4a879a7f2e9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7099a890bd2849ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fadcb572786b06.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-52d21944751f5ead.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b40379780a06e67.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6de895597b074294.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e78abffc16007a55.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0343af94318f702a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-f2b54bac2d015923.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-979ea76799168b7a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8faf11dce722cf26.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dec4a5ea1b99e00a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9ca5ebe4373e6f53.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-b8185327191eb7e3.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-8d233d2ba8b160fb.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2a0a2fa200511871.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-5c93df4e7ae6d656.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5d18dee2c674f09.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3ca15910c05dabb1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-54b896c66281c04f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-5701a4d928e7499d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-b215c601849d493e.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-81795608701f9ef8.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ccfa7aa365f18a5c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-3bd3d2616227043d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54842026-05-23T04:21:05.952Z Running `/home/build/.rustup/toolchains/1.94.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=dc7db72c367f9f79 -C extra-filename=-147ef475dfa142e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cb2d476cd63e80af.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-abd38eb553931a29.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53921b7d712dfd4c.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-37302c1e7ec7e70c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6161d0b82d613780.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-62c80b8fe1be1e5a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-3cb0d68ccbef8cb7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3b993bc2e82919b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4ce1784a6670809f.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3a7174b5570e438e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a76802aee699c4e8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-38ae2446184e874c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec36b4a879a7f2e9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7099a890bd2849ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fadcb572786b06.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-52d21944751f5ead.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b40379780a06e67.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6de895597b074294.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e78abffc16007a55.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0343af94318f702a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-f2b54bac2d015923.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-979ea76799168b7a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8faf11dce722cf26.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dec4a5ea1b99e00a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9ca5ebe4373e6f53.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-b8185327191eb7e3.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-8d233d2ba8b160fb.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2a0a2fa200511871.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-5c93df4e7ae6d656.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5d18dee2c674f09.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3ca15910c05dabb1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-54b896c66281c04f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-5701a4d928e7499d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-b215c601849d493e.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-81795608701f9ef8.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ccfa7aa365f18a5c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-3bd3d2616227043d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54852026-05-23T04:21:05.956Z Running `/home/build/.rustup/toolchains/1.94.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=1a404f89846d90f7 -C extra-filename=-9a34390fda3b1ac0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cb2d476cd63e80af.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-abd38eb553931a29.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53921b7d712dfd4c.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-37302c1e7ec7e70c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6161d0b82d613780.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-62c80b8fe1be1e5a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-3cb0d68ccbef8cb7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3b993bc2e82919b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4ce1784a6670809f.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3a7174b5570e438e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a76802aee699c4e8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-38ae2446184e874c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec36b4a879a7f2e9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7099a890bd2849ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fadcb572786b06.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-52d21944751f5ead.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b40379780a06e67.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6de895597b074294.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e78abffc16007a55.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0343af94318f702a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-f2b54bac2d015923.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-979ea76799168b7a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8faf11dce722cf26.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dec4a5ea1b99e00a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9ca5ebe4373e6f53.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-b8185327191eb7e3.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-8d233d2ba8b160fb.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2a0a2fa200511871.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-5c93df4e7ae6d656.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5d18dee2c674f09.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3ca15910c05dabb1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-54b896c66281c04f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-5701a4d928e7499d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-b215c601849d493e.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-81795608701f9ef8.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ccfa7aa365f18a5c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-3bd3d2616227043d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54862026-05-23T04:21:32.220Z Running `/home/build/.rustup/toolchains/1.94.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=4f2c01594dfaebf5 -C extra-filename=-1dfcdb7cec31671b --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-3d40f90b1355ed80.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54872026-05-23T04:21:32.224Z Running `/home/build/.rustup/toolchains/1.94.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=c85bbe4d951457f7 -C extra-filename=-ab8fcc995bed8d7d --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-033f92b7d2688a9a.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0a0564e6a5952b4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54882026-05-23T04:21:32.224Z Running `/home/build/.rustup/toolchains/1.94.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=3d4fbc369508087b -C extra-filename=-c825208a92035f16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54892026-05-23T04:21:32.263Z Running `/home/build/.rustup/toolchains/1.94.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=c99a86d657fe4090 -C extra-filename=-d5d970d66d830ef7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-32770f3ae736f329.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54902026-05-23T04:21:32.266Z Running `/home/build/.rustup/toolchains/1.94.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=ccb28cabad965c84 -C extra-filename=-4a19344300438491 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54912026-05-23T04:21:32.300Z Running `/home/build/.rustup/toolchains/1.94.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=99af24ffcc8d845f -C extra-filename=-d2af8360ec0abfee --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-033f92b7d2688a9a.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54922026-05-23T04:21:32.848Z Running `/home/build/.rustup/toolchains/1.94.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=44c496e4e2195705 -C extra-filename=-9431ec05f9b6974f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6161d0b82d613780.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0d8f888a5d802a38.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1dfcdb7cec31671b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-ead28e648c071d07.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7099a890bd2849ba.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4354d5f2c9b7f735.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b40379780a06e67.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-b215c601849d493e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54932026-05-23T04:21:34.366Z Running `/home/build/.rustup/toolchains/1.94.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=68d22bd9c5286f38 -C extra-filename=-4b5919146e8c15fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a367aaae4b237a4e.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-336be7aeea741272.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-6498dbd3f195833d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4606ab9f3f0f803a.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-32770f3ae736f329.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-9b666b73e32a735e.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d5d970d66d830ef7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54942026-05-23T04:21:36.096Z Running `/home/build/.rustup/toolchains/1.94.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=f5c450df1ea7c948 -C extra-filename=-a653a7a4fcc39c12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d5d970d66d830ef7.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4a19344300438491.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-904b5786732b2b10.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54952026-05-23T04:21:36.439Z Running `/home/build/.rustup/toolchains/1.94.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=a48281d1521954a7 -C extra-filename=-3fa33cc300ff8a42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6161d0b82d613780.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0d8f888a5d802a38.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1dfcdb7cec31671b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-ead28e648c071d07.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7099a890bd2849ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4354d5f2c9b7f735.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b40379780a06e67.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-b215c601849d493e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54962026-05-23T04:21:36.443Z Running `/home/build/.rustup/toolchains/1.94.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=49efe41a49c2bfdd -C extra-filename=-e57bc031d84e1bc3 --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-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-209835c1f7326536.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-0c9c36c08b3ce601.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c631a266d2055e63.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-acc227fa342199bf.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-32770f3ae736f329.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54972026-05-23T04:21:36.443Z Running `/home/build/.rustup/toolchains/1.94.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=11751c3801e6d9a1 -C extra-filename=-a19b848ffab73e32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54982026-05-23T04:21:36.471Z Running `/home/build/.rustup/toolchains/1.94.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=a30aec1142a3e8bd -C extra-filename=-df26b6dc7d5a5cdb --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-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-209835c1f7326536.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-0c9c36c08b3ce601.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c631a266d2055e63.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-acc227fa342199bf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
54992026-05-23T04:21:36.475Z Running `/home/build/.rustup/toolchains/1.94.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=c02ff8a75e731fe0 -C extra-filename=-a1127ffde0ca5e3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-32770f3ae736f329.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
55002026-05-23T04:21:36.475Z Running `/home/build/.rustup/toolchains/1.94.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=6ee924f98681b262 -C extra-filename=-4b00713e2154b5fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
55012026-05-23T04:21:36.509Z Running `/home/build/.rustup/toolchains/1.94.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=e27b043654552c42 -C extra-filename=-88f0502acaeca384 --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-3d40f90b1355ed80.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
55022026-05-23T04:21:38.503Z Running `/home/build/.rustup/toolchains/1.94.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=7e7e00e0b5d070da -C extra-filename=-2d8c57c944b6b50e --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-033f92b7d2688a9a.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c631a266d2055e63.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-54885cc3b2a80693.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
55032026-05-23T04:21:38.507Z Running `/home/build/.rustup/toolchains/1.94.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=9caefeb4b1b7a561 -C extra-filename=-8908ec588ed63621 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-046c645cdb3d49dc.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1847fa40e2df5430.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-200414a696957855.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-ead28e648c071d07.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
55042026-05-23T04:21:38.533Z Running `/home/build/.rustup/toolchains/1.94.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=265547de571c455a -C extra-filename=-cbd7fe837b26e877 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-046c645cdb3d49dc.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1847fa40e2df5430.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-200414a696957855.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
55052026-05-23T04:21:38.537Z Running `/home/build/.rustup/toolchains/1.94.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=12132bca331f516e -C extra-filename=-33fc843853f10942 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-fc4d29ad5c888343.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-d248144e98cedc5e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-2ee3dfd3b9b58dd3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
55062026-05-23T04:21:38.537Z Running `/home/build/.rustup/toolchains/1.94.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=f219b07314e550aa -C extra-filename=-cd16e3362c24afd5 --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-c6da6d562eb4080b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d03f5ce545e52596.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0a0564e6a5952b4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
55072026-05-23T04:21:38.571Z Running `/home/build/.rustup/toolchains/1.94.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=a68f756ef1e46932 -C extra-filename=-480ce424ca8485c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1847fa40e2df5430.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85c665bbda1b40ba.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-209835c1f7326536.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-0c9c36c08b3ce601.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-74e103db03a7b92e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c631a266d2055e63.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-acc227fa342199bf.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-5db99e239ea3c6b2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-32770f3ae736f329.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-641f0cbb9f6ed962.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3c9d4467753cb2ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7099a890bd2849ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ea6d9bc132bfadfa.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2f47e298a04381f5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-ae76072ae87a9f09.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
55082026-05-23T04:21:38.610Z Running `/home/build/.rustup/toolchains/1.94.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=949ef4578a9716cb -C extra-filename=-be4ee727df60fa62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-fc4d29ad5c888343.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-d248144e98cedc5e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
55092026-05-23T04:21:38.724Z Running `/home/build/.rustup/toolchains/1.94.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' --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=57bc3c550e42a0b7 -C extra-filename=-57b9f69c5ba8f8e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a367aaae4b237a4e.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-336be7aeea741272.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-6498dbd3f195833d.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4606ab9f3f0f803a.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6161d0b82d613780.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-87ea2d0650c1498a.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-62c80b8fe1be1e5a.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0d8f888a5d802a38.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-d0f2a744489819b2.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b0f26c04d8d708f3.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-eb2e3caaff490c51.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c631a266d2055e63.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d6e6e843ae250763.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-32770f3ae736f329.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0455ddf1b53cad88.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-b3e409320a446bde.rmeta --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-66396772cfe78999.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2daaa880e402fb61.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-b81a8f33212a551d.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-ab8fcc995bed8d7d.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-9b666b73e32a735e.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d5d970d66d830ef7.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-4b5919146e8c15fe.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4a19344300438491.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c825208a92035f16.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2af8360ec0abfee.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1dfcdb7cec31671b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d51e53abc57f4663.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-39a6c9a154ec078b.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3c9d4467753cb2ec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0a0564e6a5952b4.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-52d21944751f5ead.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b40379780a06e67.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bb3b330da0999e02.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-904b5786732b2b10.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0a0dea326cf2a884.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-1939807e6be6156e.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6de895597b074294.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-f2b54bac2d015923.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d3678eae9ba68c5f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-ae76072ae87a9f09.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-a653a7a4fcc39c12.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa34a231e3f3e7fe.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-eec0b80df66956df.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
55102026-05-23T04:21:39.356Z Running `/home/build/.rustup/toolchains/1.94.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=60ffe8251f4e230a -C extra-filename=-e9df356dc1fc63a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-9b666b73e32a735e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-4b5919146e8c15fe.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8faf11dce722cf26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
55112026-05-23T04:21:40.773Z Running `/home/build/.rustup/toolchains/1.94.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=ca2668581a044e79 -C extra-filename=-4c40271cfbe25522 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-9051a11d82ef5623.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4a19344300438491.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
55122026-05-23T04:21:40.773Z Running `/home/build/.rustup/toolchains/1.94.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' --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=04d8706017d0edfc -C extra-filename=-c1fdb98232f2ddb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-16a59e955c9cb203.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-6498dbd3f195833d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6161d0b82d613780.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-62c80b8fe1be1e5a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-28016e2a567056cc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-acc227fa342199bf.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-32770f3ae736f329.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4a19344300438491.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2af8360ec0abfee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-39a6c9a154ec078b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0a0564e6a5952b4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-54b57450fa5a0fb9.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
55132026-05-23T04:21:40.777Z Running `/home/build/.rustup/toolchains/1.94.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=a73625b663c4586f -C extra-filename=-1f6b9cdaa5b986ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-9051a11d82ef5623.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4a19344300438491.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
55142026-05-23T04:21:40.805Z Running `/home/build/.rustup/toolchains/1.94.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=4b62515910087941 -C extra-filename=-5861be9349954c98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d5d970d66d830ef7.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4a19344300438491.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-904b5786732b2b10.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
55152026-05-23T04:24:09.584Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_multicast --edition=2024 dev-tools/omdb/tests/test_multicast.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=2e45c417f9919ddf -C extra-filename=-2c6f52a3a0203c3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-16a59e955c9cb203.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-6498dbd3f195833d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6161d0b82d613780.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-62c80b8fe1be1e5a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-28016e2a567056cc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-acc227fa342199bf.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-32770f3ae736f329.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4a19344300438491.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2af8360ec0abfee.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-54885cc3b2a80693.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-39a6c9a154ec078b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-57b9f69c5ba8f8e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0a0564e6a5952b4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-54b57450fa5a0fb9.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
55162026-05-23T04:24:09.588Z Running `/home/build/.rustup/toolchains/1.94.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=b135e52f0c665df7 -C extra-filename=-d5a1f32842973e22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4a19344300438491.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-54885cc3b2a80693.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-57b9f69c5ba8f8e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-b88f55d3e6659ecb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
55172026-05-23T04:24:09.588Z Running `/home/build/.rustup/toolchains/1.94.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=a66db55a1cec1ac9 -C extra-filename=-8a8ef35a39620c6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1dfcdb7cec31671b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-70a2ffa4e221e66b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-57b9f69c5ba8f8e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5f7403c341615c99.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
55182026-05-23T04:24:09.624Z Running `/home/build/.rustup/toolchains/1.94.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=eef00a6035853c1d -C extra-filename=-a181e213072b52c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1dfcdb7cec31671b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-70a2ffa4e221e66b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-57b9f69c5ba8f8e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5f7403c341615c99.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
55192026-05-23T04:24:09.627Z Running `/home/build/.rustup/toolchains/1.94.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=f51ec523fca7d486 -C extra-filename=-961c7ee62ad7202b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4a19344300438491.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-54885cc3b2a80693.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-57b9f69c5ba8f8e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-b88f55d3e6659ecb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
55202026-05-23T04:24:09.627Z Running `/home/build/.rustup/toolchains/1.94.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 --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=6766b88c80c81caf -C extra-filename=-32778f4deb07f0ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-16a59e955c9cb203.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-6498dbd3f195833d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6161d0b82d613780.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-62c80b8fe1be1e5a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-28016e2a567056cc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-acc227fa342199bf.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-32770f3ae736f329.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4a19344300438491.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2af8360ec0abfee.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-54885cc3b2a80693.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-39a6c9a154ec078b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-57b9f69c5ba8f8e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0a0564e6a5952b4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-54b57450fa5a0fb9.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
55212026-05-23T04:24:09.653Z Running `/home/build/.rustup/toolchains/1.94.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 --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=77eb3a124fec7455 -C extra-filename=-11fa594741162c96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-16a59e955c9cb203.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-6498dbd3f195833d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6161d0b82d613780.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-62c80b8fe1be1e5a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-28016e2a567056cc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-acc227fa342199bf.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-32770f3ae736f329.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4a19344300438491.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2af8360ec0abfee.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-54885cc3b2a80693.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-39a6c9a154ec078b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-57b9f69c5ba8f8e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0a0564e6a5952b4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-54b57450fa5a0fb9.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
55222026-05-23T04:24:09.687Z Running `/home/build/.rustup/toolchains/1.94.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=ea352784ab794e08 -C extra-filename=-6b0d634ba840b324 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1dfcdb7cec31671b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-57b9f69c5ba8f8e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
55232026-05-23T04:24:09.691Z Running `/home/build/.rustup/toolchains/1.94.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=e8e4060c5765aa81 -C extra-filename=-416ef2d4b866cff0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a367aaae4b237a4e.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-336be7aeea741272.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-6498dbd3f195833d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4606ab9f3f0f803a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d03f5ce545e52596.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-32770f3ae736f329.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-9b666b73e32a735e.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d5d970d66d830ef7.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4a19344300438491.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-54885cc3b2a80693.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-57b9f69c5ba8f8e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
55242026-05-23T04:25:57.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 12s
55252026-05-23T04:25:58.263Z
55262026-05-23T04:25:58.263Zreal 8:13.097910824
55272026-05-23T04:25:58.263Zuser 1:16:22.648456998
55282026-05-23T04:25:58.263Zsys 23:46.528206451
55292026-05-23T04:25:58.263Ztrap 2.202917580
55302026-05-23T04:25:58.263Ztflt 2.436216435
55312026-05-23T04:25:58.263Zdflt 26.051112897
55322026-05-23T04:25:58.263Zkflt 0.038082931
55332026-05-23T04:25:58.263Zlock 4:59:38.948069533
55342026-05-23T04:25:58.263Zslp 5:09:56.186882447
55352026-05-23T04:25:58.263Zlat 2:30.563316980
55362026-05-23T04:25:58.263Zstop 37:01.891478724
55372026-05-23T04:25:58.266Z+ ptime -m cargo --config build.analysis.enabled=true build -Zbuild-analysis --workspace --tests --locked --verbose
55382026-05-23T04:25:59.772Z Fresh unicode-ident v1.0.24
55392026-05-23T04:25:59.772Z Fresh cfg-if v1.0.4
55402026-05-23T04:25:59.776Z Fresh memchr v2.8.0
55412026-05-23T04:25:59.776Z Fresh smallvec v1.15.1
55422026-05-23T04:25:59.776Z Fresh log v0.4.29
55432026-05-23T04:25:59.776Z Fresh itoa v1.0.17
55442026-05-23T04:25:59.776Z Fresh version_check v0.9.5
55452026-05-23T04:25:59.776Z Fresh autocfg v1.5.0
55462026-05-23T04:25:59.776Z Fresh stable_deref_trait v1.2.1
55472026-05-23T04:25:59.776Z Fresh scopeguard v1.2.0
55482026-05-23T04:25:59.776Z Fresh percent-encoding v2.3.2
55492026-05-23T04:25:59.776Z Fresh litemap v0.8.1
55502026-05-23T04:25:59.776Z Fresh writeable v0.6.2
55512026-05-23T04:25:59.776Z Fresh utf8_iter v1.0.4
55522026-05-23T04:25:59.776Z Fresh rand_core v0.10.0
55532026-05-23T04:25:59.776Z Fresh shlex v1.3.0
55542026-05-23T04:25:59.776Z Fresh find-msvc-tools v0.1.9
55552026-05-23T04:25:59.776Z Fresh critical-section v1.2.0
55562026-05-23T04:25:59.776Z Fresh pin-project-lite v0.2.17
55572026-05-23T04:25:59.776Z Fresh proc-macro2 v1.0.106
55582026-05-23T04:25:59.776Z Fresh lock_api v0.4.14
55592026-05-23T04:25:59.776Z Fresh form_urlencoded v1.2.2
55602026-05-23T04:25:59.776Z Fresh subtle v2.6.1
55612026-05-23T04:25:59.776Z Fresh equivalent v1.0.2
55622026-05-23T04:25:59.776Z Fresh heck v0.5.0
55632026-05-23T04:25:59.776Z Fresh iana-time-zone v0.1.65
55642026-05-23T04:25:59.776Z Fresh fnv v1.0.7
55652026-05-23T04:25:59.776Z Fresh hashbrown v0.17.0
55662026-05-23T04:25:59.776Z Fresh dyn-clone v1.0.20
55672026-05-23T04:25:59.776Z Fresh regex-syntax v0.8.10
55682026-05-23T04:25:59.776Z Fresh futures-core v0.3.32
55692026-05-23T04:25:59.776Z Fresh strsim v0.11.1
55702026-05-23T04:25:59.780Z Fresh quote v1.0.45
55712026-05-23T04:25:59.780Z Fresh libc v0.2.185
55722026-05-23T04:25:59.780Z Fresh serde_core v1.0.228
55732026-05-23T04:25:59.780Z Fresh libm v0.2.16
55742026-05-23T04:25:59.780Z Fresh zmij v1.0.21
55752026-05-23T04:25:59.780Z Fresh icu_normalizer_data v2.1.1
55762026-05-23T04:25:59.780Z Fresh icu_properties_data v2.1.2
55772026-05-23T04:25:59.780Z Fresh portable-atomic v1.13.1
55782026-05-23T04:25:59.780Z Fresh const-oid v0.9.6
55792026-05-23T04:25:59.780Z Fresh aho-corasick v1.1.4
55802026-05-23T04:25:59.780Z Fresh byteorder v1.5.0
55812026-05-23T04:25:59.780Z Fresh futures-sink v0.3.32
55822026-05-23T04:25:59.780Z Fresh slab v0.4.12
55832026-05-23T04:25:59.780Z Fresh futures-io v0.3.32
55842026-05-23T04:25:59.780Z Fresh futures-task v0.3.32
55852026-05-23T04:25:59.780Z Fresh cpufeatures v0.2.17
55862026-05-23T04:25:59.780Z Fresh base64 v0.22.1
55872026-05-23T04:25:59.780Z Fresh pkg-config v0.3.32
55882026-05-23T04:25:59.780Z Fresh ident_case v1.0.1
55892026-05-23T04:25:59.780Z Fresh either v1.15.0
55902026-05-23T04:25:59.784Z Fresh syn v2.0.117
55912026-05-23T04:25:59.784Z Fresh errno v0.3.14
55922026-05-23T04:25:59.784Z Fresh getrandom v0.2.17
55932026-05-23T04:25:59.784Z Fresh num-traits v0.2.19
55942026-05-23T04:25:59.784Z Fresh serde_json v1.0.149
55952026-05-23T04:25:59.784Z Fresh bitflags v2.11.0
55962026-05-23T04:25:59.784Z Fresh semver v1.0.28
55972026-05-23T04:25:59.784Z Fresh getrandom v0.4.1
55982026-05-23T04:25:59.784Z Fresh parking_lot_core v0.9.12
55992026-05-23T04:25:59.784Z Fresh jobserver v0.1.34
56002026-05-23T04:25:59.785Z Fresh once_cell v1.21.3
56012026-05-23T04:25:59.785Z Fresh mio v1.2.0
56022026-05-23T04:25:59.785Z Fresh socket2 v0.6.3
56032026-05-23T04:25:59.785Z Fresh typenum v1.19.0
56042026-05-23T04:25:59.785Z Fresh indexmap v2.14.0
56052026-05-23T04:25:59.785Z Fresh rustversion v1.0.22
56062026-05-23T04:25:59.785Z Fresh regex-automata v0.4.14
56072026-05-23T04:25:59.785Z Fresh futures-channel v0.3.32
56082026-05-23T04:25:59.785Z Fresh utf8parse v0.2.2
56092026-05-23T04:25:59.785Z Fresh anstyle v1.0.14
56102026-05-23T04:25:59.785Z Fresh allocator-api2 v0.2.21
56112026-05-23T04:25:59.785Z Fresh base64ct v1.8.3
56122026-05-23T04:25:59.785Z Fresh colorchoice v1.0.4
56132026-05-23T04:25:59.785Z Fresh is_terminal_polyfill v1.70.2
56142026-05-23T04:25:59.785Z Fresh untrusted v0.9.0
56152026-05-23T04:25:59.785Z Fresh anstyle-query v1.1.5
56162026-05-23T04:25:59.785Z Fresh serde_derive v1.0.228
56172026-05-23T04:25:59.785Z Fresh synstructure v0.13.2
56182026-05-23T04:25:59.785Z Fresh zeroize_derive v1.4.3
56192026-05-23T04:25:59.785Z Fresh zerovec-derive v0.11.2
56202026-05-23T04:25:59.785Z Fresh displaydoc v0.2.5
56212026-05-23T04:25:59.785Z Fresh parking_lot v0.12.5
56222026-05-23T04:25:59.785Z Fresh cc v1.2.56
56232026-05-23T04:25:59.785Z Fresh zerocopy-derive v0.8.40
56242026-05-23T04:25:59.785Z Fresh thiserror-impl v2.0.18
56252026-05-23T04:25:59.785Z Fresh rand_core v0.6.4
56262026-05-23T04:25:59.785Z Fresh signal-hook-registry v1.4.8
56272026-05-23T04:25:59.785Z Fresh uuid v1.23.0
56282026-05-23T04:25:59.785Z Fresh tokio-macros v2.7.0
56292026-05-23T04:25:59.785Z Fresh serde_derive_internals v0.29.1
56302026-05-23T04:25:59.785Z Fresh rustix v1.1.3
56312026-05-23T04:25:59.785Z Fresh thiserror-impl v1.0.69
56322026-05-23T04:25:59.785Z Fresh futures-macro v0.3.32
56332026-05-23T04:25:59.785Z Fresh syn v1.0.109
56342026-05-23T04:25:59.785Z Fresh getrandom v0.3.4
56352026-05-23T04:25:59.785Z Fresh regex v1.12.3
56362026-05-23T04:25:59.785Z Fresh anyhow v1.0.102
56372026-05-23T04:25:59.785Z Fresh tracing-core v0.1.36
56382026-05-23T04:25:59.785Z Fresh tracing-attributes v0.1.31
56392026-05-23T04:25:59.789Z Fresh powerfmt v0.2.0
56402026-05-23T04:25:59.789Z Fresh time-core v0.1.8
56412026-05-23T04:25:59.789Z Fresh num-conv v0.2.0
56422026-05-23T04:25:59.789Z Fresh num_threads v0.1.7
56432026-05-23T04:25:59.789Z Fresh anstyle-parse v1.0.0
56442026-05-23T04:25:59.789Z Fresh pem-rfc7468 v0.7.0
56452026-05-23T04:25:59.789Z Fresh ryu v1.0.23
56462026-05-23T04:25:59.789Z Fresh serde v1.0.228
56472026-05-23T04:25:59.789Z Fresh zeroize v1.8.2
56482026-05-23T04:25:59.789Z Fresh zerofrom-derive v0.1.6
56492026-05-23T04:25:59.789Z Fresh yoke-derive v0.8.1
56502026-05-23T04:25:59.789Z Fresh zerocopy v0.8.40
56512026-05-23T04:25:59.789Z Fresh thiserror v2.0.18
56522026-05-23T04:25:59.790Z Fresh schemars_derive v0.8.22
56532026-05-23T04:25:59.790Z Fresh thiserror v1.0.69
56542026-05-23T04:25:59.790Z Fresh futures-util v0.3.32
56552026-05-23T04:25:59.790Z Fresh tracing v0.1.44
56562026-05-23T04:25:59.790Z Fresh crossbeam-utils v0.8.21
56572026-05-23T04:25:59.790Z Fresh deranged v0.5.8
56582026-05-23T04:25:59.790Z Fresh time-macros v0.2.27
56592026-05-23T04:25:59.790Z Fresh terminal_size v0.4.3
56602026-05-23T04:25:59.790Z Fresh anstream v1.0.0
56612026-05-23T04:25:59.790Z Fresh clap_lex v1.0.0
56622026-05-23T04:25:59.790Z Fresh rand_core v0.9.5
56632026-05-23T04:25:59.790Z Fresh clap_derive v4.6.1
56642026-05-23T04:25:59.790Z Fresh der_derive v0.7.3
56652026-05-23T04:25:59.790Z Fresh atomic-waker v1.1.2
56662026-05-23T04:25:59.790Z Fresh flagset v0.4.7
56672026-05-23T04:25:59.790Z Fresh cmake v0.1.57
56682026-05-23T04:25:59.790Z Fresh try-lock v0.2.5
56692026-05-23T04:25:59.790Z Fresh dunce v1.0.5
56702026-05-23T04:25:59.790Z Fresh httpdate v1.0.3
56712026-05-23T04:25:59.790Z Fresh fs_extra v1.3.0
56722026-05-23T04:25:59.790Z Fresh tower-layer v0.3.3
56732026-05-23T04:25:59.790Z Fresh fastrand v2.3.0
56742026-05-23T04:25:59.790Z Fresh bytes v1.11.1
56752026-05-23T04:25:59.790Z Fresh zerofrom v0.1.6
56762026-05-23T04:25:59.790Z Fresh chrono v0.4.44
56772026-05-23T04:25:59.794Z Fresh generic-array v0.14.7
56782026-05-23T04:25:59.794Z Fresh ppv-lite86 v0.2.21
56792026-05-23T04:25:59.794Z Fresh serde_tokenstream v0.2.3
56802026-05-23T04:25:59.794Z Fresh ipnet v2.11.0
56812026-05-23T04:25:59.794Z Fresh httparse v1.10.1
56822026-05-23T04:25:59.794Z Fresh time v0.3.47
56832026-05-23T04:25:59.794Z Fresh rustls-pki-types v1.14.0
56842026-05-23T04:25:59.794Z Fresh clap_builder v4.6.0
56852026-05-23T04:25:59.794Z Fresh der v0.7.10
56862026-05-23T04:25:59.794Z Fresh want v0.3.1
56872026-05-23T04:25:59.794Z Fresh pin-utils v0.1.0
56882026-05-23T04:25:59.794Z Fresh tower-service v0.3.3
56892026-05-23T04:25:59.794Z Fresh hex v0.4.3
56902026-05-23T04:25:59.794Z Fresh erased-serde v0.3.31
56912026-05-23T04:25:59.794Z Fresh spin v0.9.8
56922026-05-23T04:25:59.794Z Fresh ucd-trie v0.1.7
56932026-05-23T04:25:59.794Z Fresh async-trait v0.1.89
56942026-05-23T04:25:59.794Z Fresh pretty-hex v0.4.1
56952026-05-23T04:25:59.794Z Fresh mime v0.3.17
56962026-05-23T04:25:59.794Z Fresh tempfile v3.25.0
56972026-05-23T04:25:59.794Z Fresh plain v0.2.3
56982026-05-23T04:25:59.794Z Fresh unicode-segmentation v1.12.0
56992026-05-23T04:25:59.794Z Fresh foldhash v0.2.0
57002026-05-23T04:25:59.794Z Fresh untrusted v0.7.1
57012026-05-23T04:25:59.794Z Fresh yoke v0.8.1
57022026-05-23T04:25:59.794Z Fresh tokio v1.52.1
57032026-05-23T04:25:59.794Z Fresh crypto-common v0.1.7
57042026-05-23T04:25:59.794Z Fresh block-buffer v0.10.4
57052026-05-23T04:25:59.795Z Fresh http v1.4.0
57062026-05-23T04:25:59.795Z Fresh block-padding v0.3.3
57072026-05-23T04:25:59.795Z Fresh ring v0.17.14
57082026-05-23T04:25:59.795Z Fresh clap v4.6.1
57092026-05-23T04:25:59.795Z Fresh rand_chacha v0.9.0
57102026-05-23T04:25:59.795Z Fresh camino v1.2.2
57112026-05-23T04:25:59.795Z Fresh pest v2.8.6
57122026-05-23T04:25:59.795Z Fresh slog v2.8.2
57132026-05-23T04:25:59.795Z Fresh spki v0.7.3
57142026-05-23T04:25:59.795Z Fresh hashbrown v0.16.1
57152026-05-23T04:25:59.795Z Fresh rand_chacha v0.3.1
57162026-05-23T04:25:59.795Z Fresh rustc_version v0.4.1
57172026-05-23T04:25:59.795Z Fresh vcpkg v0.2.15
57182026-05-23T04:25:59.795Z Fresh openssl-probe v0.2.1
57192026-05-23T04:25:59.795Z Fresh simd-adler32 v0.3.8
57202026-05-23T04:25:59.795Z Fresh serde_urlencoded v0.7.1
57212026-05-23T04:25:59.795Z Fresh encoding_rs v0.8.35
57222026-05-23T04:25:59.795Z Fresh adler2 v2.0.1
57232026-05-23T04:25:59.795Z Fresh winnow v0.7.14
57242026-05-23T04:25:59.795Z Fresh openapiv3 v2.2.0
57252026-05-23T04:25:59.795Z Fresh darling_core v0.21.3
57262026-05-23T04:25:59.795Z Fresh sync_wrapper v1.0.2
57272026-05-23T04:25:59.795Z Fresh webpki-roots v1.0.6
57282026-05-23T04:25:59.795Z Fresh futures-executor v0.3.32
57292026-05-23T04:25:59.795Z Fresh iri-string v0.7.10
57302026-05-23T04:25:59.799Z Fresh zerovec v0.11.5
57312026-05-23T04:25:59.799Z Fresh zerotrie v0.2.3
57322026-05-23T04:25:59.799Z Fresh digest v0.10.7
57332026-05-23T04:25:59.799Z Fresh tokio-util v0.7.18
57342026-05-23T04:25:59.799Z Fresh inout v0.1.4
57352026-05-23T04:25:59.799Z Fresh http-body v1.0.1
57362026-05-23T04:25:59.799Z Fresh rand v0.9.2
57372026-05-23T04:25:59.799Z Fresh pest_meta v2.8.6
57382026-05-23T04:25:59.799Z Fresh aws-lc-sys v0.40.0
57392026-05-23T04:25:59.799Z Fresh rand v0.8.6
57402026-05-23T04:25:59.799Z Fresh miniz_oxide v0.8.9
57412026-05-23T04:25:59.799Z Fresh rustls-native-certs v0.8.3
57422026-05-23T04:25:59.799Z Fresh darling_macro v0.21.3
57432026-05-23T04:25:59.799Z Fresh tower v0.5.3
57442026-05-23T04:25:59.799Z Fresh futures v0.3.32
57452026-05-23T04:25:59.799Z Fresh strum_macros v0.26.4
57462026-05-23T04:25:59.799Z Fresh static_assertions v1.1.0
57472026-05-23T04:25:59.799Z Fresh lazy_static v1.5.0
57482026-05-23T04:25:59.799Z Fresh hubpack_derive v0.1.1
57492026-05-23T04:25:59.799Z Fresh serde_spanned v0.6.9
57502026-05-23T04:25:59.799Z Fresh toml_datetime v0.6.11
57512026-05-23T04:25:59.799Z Fresh scroll_derive v0.13.1
57522026-05-23T04:25:59.799Z Fresh zlib-rs v0.6.2
57532026-05-23T04:25:59.799Z Fresh litrs v1.0.0
57542026-05-23T04:25:59.799Z Fresh tinyvec_macros v0.1.1
57552026-05-23T04:25:59.799Z Fresh toml_parser v1.0.9+spec-1.1.0
57562026-05-23T04:25:59.799Z Fresh tinystr v0.8.2
57572026-05-23T04:25:59.799Z Fresh potential_utf v0.1.4
57582026-05-23T04:25:59.799Z Fresh cipher v0.4.4
57592026-05-23T04:25:59.800Z Fresh sha2 v0.10.9
57602026-05-23T04:25:59.800Z Fresh hmac v0.12.1
57612026-05-23T04:25:59.800Z Fresh h2 v0.4.13
57622026-05-23T04:25:59.800Z Fresh pest_generator v2.8.6
57632026-05-23T04:25:59.800Z Fresh http-body-util v0.1.3
57642026-05-23T04:25:59.800Z Fresh aws-lc-rs v1.16.3
57652026-05-23T04:25:59.800Z Fresh tower-http v0.6.8
57662026-05-23T04:25:59.800Z Fresh crc32fast v1.5.0
57672026-05-23T04:25:59.800Z Fresh darling v0.21.3
57682026-05-23T04:25:59.800Z Fresh signature v2.2.0
57692026-05-23T04:25:59.800Z Fresh strum v0.26.3
57702026-05-23T04:25:59.800Z Fresh hubpack v0.1.2
57712026-05-23T04:25:59.800Z Fresh scroll v0.13.0
57722026-05-23T04:25:59.800Z Fresh tinyvec v1.10.0
57732026-05-23T04:25:59.800Z Fresh sha1 v0.10.6
57742026-05-23T04:25:59.800Z Fresh document-features v0.2.12
57752026-05-23T04:25:59.800Z Fresh num-integer v0.1.46
57762026-05-23T04:25:59.800Z Fresh thread-id v5.1.0
57772026-05-23T04:25:59.800Z Fresh psl-types v2.0.11
57782026-05-23T04:25:59.800Z Fresh data-encoding v2.10.0
57792026-05-23T04:25:59.800Z Fresh memmap2 v0.9.10
57802026-05-23T04:25:59.800Z Fresh bit-vec v0.8.0
57812026-05-23T04:25:59.804Z Fresh icu_locale_core v2.1.1
57822026-05-23T04:25:59.804Z Fresh icu_collections v2.1.1
57832026-05-23T04:25:59.804Z Fresh hyper v1.8.1
57842026-05-23T04:25:59.804Z Fresh aes v0.8.4
57852026-05-23T04:25:59.804Z Fresh pbkdf2 v0.12.2
57862026-05-23T04:25:59.804Z Fresh cbc v0.1.2
57872026-05-23T04:25:59.804Z Fresh pest_derive v2.8.6
57882026-05-23T04:25:59.804Z Fresh salsa20 v0.10.2
57892026-05-23T04:25:59.804Z Fresh rustls-webpki v0.103.9
57902026-05-23T04:25:59.804Z Fresh flate2 v1.1.9
57912026-05-23T04:25:59.804Z Fresh paste v1.0.15
57922026-05-23T04:25:59.804Z Fresh goblin v0.10.5
57932026-05-23T04:25:59.804Z Fresh cookie v0.18.1
57942026-05-23T04:25:59.804Z Fresh base16ct v0.2.0
57952026-05-23T04:25:59.804Z Fresh bit-set v0.8.0
57962026-05-23T04:25:59.804Z Fresh ff v0.13.1
57972026-05-23T04:25:59.804Z Fresh scroll_derive v0.12.1
57982026-05-23T04:25:59.804Z Fresh wait-timeout v0.2.1
57992026-05-23T04:25:59.804Z Fresh hkdf v0.12.4
58002026-05-23T04:25:59.804Z Fresh num-iter v0.1.45
58012026-05-23T04:25:59.804Z Fresh crypto-bigint v0.5.5
58022026-05-23T04:25:59.805Z Fresh crossbeam-epoch v0.9.18
58032026-05-23T04:25:59.805Z Fresh darling_core v0.20.11
58042026-05-23T04:25:59.805Z Fresh bstr v1.12.1
58052026-05-23T04:25:59.805Z Fresh anstyle-parse v0.2.7
58062026-05-23T04:25:59.805Z Fresh zerocopy-derive v0.7.35
58072026-05-23T04:25:59.805Z Fresh foreign-types-shared v0.1.1
58082026-05-23T04:25:59.805Z Fresh icu_provider v2.1.1
58092026-05-23T04:25:59.805Z Fresh hyper-util v0.1.20
58102026-05-23T04:25:59.805Z Fresh scrypt v0.11.0
58112026-05-23T04:25:59.805Z Fresh rustls v0.23.37
58122026-05-23T04:25:59.805Z Fresh dtrace-parser v0.3.0
58132026-05-23T04:25:59.805Z Fresh dof v0.4.0
58142026-05-23T04:25:59.805Z Fresh group v0.13.0
58152026-05-23T04:25:59.805Z Fresh scroll v0.12.0
58162026-05-23T04:25:59.805Z Fresh rustix v0.38.44
58172026-05-23T04:25:59.805Z Fresh ahash v0.8.12
58182026-05-23T04:25:59.805Z Fresh quick-error v1.2.3
58192026-05-23T04:25:59.805Z Fresh siphasher v1.0.2
58202026-05-23T04:25:59.805Z Fresh zerocopy v0.7.35
58212026-05-23T04:25:59.805Z Fresh foreign-types v0.3.2
58222026-05-23T04:25:59.805Z Fresh darling_macro v0.20.11
58232026-05-23T04:25:59.805Z Fresh anstream v0.6.21
58242026-05-23T04:25:59.805Z Fresh openssl-sys v0.9.114
58252026-05-23T04:25:59.805Z Fresh heck v0.4.1
58262026-05-23T04:25:59.805Z Fresh rand_xorshift v0.4.0
58272026-05-23T04:25:59.805Z Fresh openssl-macros v0.1.1
58282026-05-23T04:25:59.805Z Fresh itertools v0.13.0
58292026-05-23T04:25:59.805Z Fresh winnow v0.5.40
58302026-05-23T04:25:59.805Z Fresh unarray v0.1.4
58312026-05-23T04:25:59.805Z Fresh dtrace-parser v0.2.0
58322026-05-23T04:25:59.805Z Fresh x509-cert v0.2.5
58332026-05-23T04:25:59.805Z Fresh thread-id v4.2.2
58342026-05-23T04:25:59.805Z Fresh icu_properties v2.1.2
58352026-05-23T04:25:59.805Z Fresh icu_normalizer v2.1.1
58362026-05-23T04:25:59.805Z Fresh pkcs5 v0.7.1
58372026-05-23T04:25:59.805Z Fresh tokio-rustls v0.26.4
58382026-05-23T04:25:59.805Z Fresh usdt-impl v0.6.0
58392026-05-23T04:25:59.805Z Fresh rustls-platform-verifier v0.6.2
58402026-05-23T04:25:59.805Z Fresh object v0.37.3
58412026-05-23T04:25:59.809Z Fresh rusty-fork v0.3.1
58422026-05-23T04:25:59.809Z Fresh goblin v0.8.2
58432026-05-23T04:25:59.809Z Fresh darling v0.20.11
58442026-05-23T04:25:59.809Z Fresh toml_edit v0.19.15
58452026-05-23T04:25:59.809Z Fresh num-bigint-dig v0.8.6
58462026-05-23T04:25:59.809Z Fresh openssl v0.10.78
58472026-05-23T04:25:59.809Z Fresh rfc6979 v0.4.0
58482026-05-23T04:25:59.809Z Fresh curve25519-dalek-derive v0.1.1
58492026-05-23T04:25:59.809Z Fresh cfg_aliases v0.2.1
58502026-05-23T04:25:59.809Z Fresh serde_with_macros v3.17.0
58512026-05-23T04:25:59.809Z Fresh daft-derive v0.1.7
58522026-05-23T04:25:59.809Z Fresh env_filter v1.0.0
58532026-05-23T04:25:59.809Z Fresh same-file v1.0.6
58542026-05-23T04:25:59.809Z Fresh keccak v0.1.6
58552026-05-23T04:25:59.810Z Fresh bitflags v1.3.2
58562026-05-23T04:25:59.810Z Fresh toml_write v0.1.2
58572026-05-23T04:25:59.810Z Fresh unicode-normalization v0.1.25
58582026-05-23T04:25:59.810Z Fresh idna_adapter v1.2.1
58592026-05-23T04:25:59.810Z Fresh pkcs8 v0.10.2
58602026-05-23T04:25:59.810Z Fresh hyper-rustls v0.27.7
58612026-05-23T04:25:59.810Z Fresh usdt-attr-macro v0.6.0
58622026-05-23T04:25:59.810Z Fresh usdt-macro v0.6.0
58632026-05-23T04:25:59.810Z Fresh dof v0.3.0
58642026-05-23T04:25:59.810Z Fresh proptest v1.10.0
58652026-05-23T04:25:59.810Z Fresh memoffset v0.9.1
58662026-05-23T04:25:59.810Z Fresh derive_builder_core v0.20.2
58672026-05-23T04:25:59.810Z Fresh curve25519-dalek v4.1.3
58682026-05-23T04:25:59.810Z Fresh env_logger v0.11.9
58692026-05-23T04:25:59.810Z Fresh sha3 v0.10.8
58702026-05-23T04:25:59.810Z Fresh walkdir v2.5.0
58712026-05-23T04:25:59.810Z Fresh toml_edit v0.22.27
58722026-05-23T04:25:59.810Z Fresh enum-as-inner v0.6.1
58732026-05-23T04:25:59.810Z Fresh cargo-platform v0.3.2
58742026-05-23T04:25:59.810Z Fresh managed v0.8.0
58752026-05-23T04:25:59.810Z Fresh phf_shared v0.11.3
58762026-05-23T04:25:59.810Z Fresh ref-cast-impl v1.0.25
58772026-05-23T04:25:59.810Z Fresh new_debug_unreachable v1.0.6
58782026-05-23T04:25:59.810Z Fresh foldhash v0.1.5
58792026-05-23T04:25:59.810Z Fresh fixedbitset v0.4.2
58802026-05-23T04:25:59.810Z Fresh precomputed-hash v0.1.1
58812026-05-23T04:25:59.810Z Fresh idna v1.1.0
58822026-05-23T04:25:59.810Z Fresh sec1 v0.7.3
58832026-05-23T04:25:59.810Z Fresh usdt v0.6.0
58842026-05-23T04:25:59.810Z Fresh pkcs1 v0.7.5
58852026-05-23T04:25:59.810Z Fresh usdt-impl v0.5.0
58862026-05-23T04:25:59.810Z Fresh native-tls v0.2.18
58872026-05-23T04:25:59.810Z Fresh derive_builder_macro v0.20.2
58882026-05-23T04:25:59.810Z Fresh ed25519 v2.2.3
58892026-05-23T04:25:59.810Z Fresh signal-hook v0.3.18
58902026-05-23T04:25:59.810Z Fresh bzip2-sys v0.1.13+1.0.8
58912026-05-23T04:25:59.810Z Fresh fs-err v3.3.0
58922026-05-23T04:25:59.810Z Fresh cargo_metadata v0.23.1
58932026-05-23T04:25:59.811Z Fresh petgraph v0.6.5
58942026-05-23T04:25:59.811Z Fresh string_cache v0.8.9
58952026-05-23T04:25:59.811Z Fresh hashbrown v0.15.5
58962026-05-23T04:25:59.811Z Fresh zstd-sys v2.0.16+zstd.1.5.7
58972026-05-23T04:25:59.811Z Fresh toml v0.7.8
58982026-05-23T04:25:59.811Z Fresh globset v0.4.18
58992026-05-23T04:25:59.811Z Fresh pin-project-internal v1.1.11
59002026-05-23T04:25:59.811Z Fresh bumpalo v3.20.2
59012026-05-23T04:25:59.811Z Fresh libbz2-rs-sys v0.2.2
59022026-05-23T04:25:59.811Z Fresh lalrpop-util v0.19.12
59032026-05-23T04:25:59.811Z Fresh similar v2.7.0
59042026-05-23T04:25:59.811Z Fresh tokio-stream v0.1.18
59052026-05-23T04:25:59.811Z Fresh serde-big-array v0.5.1
59062026-05-23T04:25:59.811Z Fresh snafu-derive v0.8.9
59072026-05-23T04:25:59.814Z Fresh url v2.5.8
59082026-05-23T04:25:59.815Z Fresh publicsuffix v2.3.0
59092026-05-23T04:25:59.815Z Fresh elliptic-curve v0.13.8
59102026-05-23T04:25:59.815Z Fresh rsa v0.9.10
59112026-05-23T04:25:59.815Z Fresh derive_builder v0.20.2
59122026-05-23T04:25:59.815Z Fresh tokio-native-tls v0.3.1
59132026-05-23T04:25:59.815Z Fresh nix v0.31.2
59142026-05-23T04:25:59.815Z Fresh ed25519-dalek v2.2.0
59152026-05-23T04:25:59.815Z Fresh ref-cast v1.0.25
59162026-05-23T04:25:59.815Z Fresh bzip2 v0.4.4
59172026-05-23T04:25:59.815Z Fresh signal-hook-mio v0.2.5
59182026-05-23T04:25:59.815Z Fresh pin-project v1.1.11
59192026-05-23T04:25:59.815Z Fresh zopfli v0.8.3
59202026-05-23T04:25:59.815Z Fresh bzip2 v0.6.1
59212026-05-23T04:25:59.815Z Fresh hash32 v0.2.1
59222026-05-23T04:25:59.815Z Fresh pem v3.0.6
59232026-05-23T04:25:59.815Z Fresh unicode-properties v0.1.4
59242026-05-23T04:25:59.815Z Fresh unicode-bidi v0.3.18
59252026-05-23T04:25:59.815Z Fresh predicates-core v1.0.10
59262026-05-23T04:25:59.815Z Fresh jiff v0.2.21
59272026-05-23T04:25:59.815Z Fresh olpc-cjson v0.1.4
59282026-05-23T04:25:59.815Z Fresh md-5 v0.10.6
59292026-05-23T04:25:59.815Z Fresh serde_plain v1.0.2
59302026-05-23T04:25:59.815Z Fresh float-cmp v0.10.0
59312026-05-23T04:25:59.815Z Fresh strum_macros v0.27.2
59322026-05-23T04:25:59.815Z Fresh async-recursion v1.1.1
59332026-05-23T04:25:59.815Z Fresh normalize-line-endings v0.3.0
59342026-05-23T04:25:59.815Z Fresh typed-path v0.9.3
59352026-05-23T04:25:59.815Z Fresh fallible-iterator v0.2.0
59362026-05-23T04:25:59.815Z Fresh schemars v0.8.22
59372026-05-23T04:25:59.815Z Fresh cookie_store v0.22.1
59382026-05-23T04:25:59.815Z Fresh ecdsa v0.16.9
59392026-05-23T04:25:59.815Z Fresh hyper-tls v0.6.0
59402026-05-23T04:25:59.815Z Fresh vergen-lib v9.1.0
59412026-05-23T04:25:59.815Z Fresh zip v0.6.6
59422026-05-23T04:25:59.815Z Fresh zstd-safe v7.2.4
59432026-05-23T04:25:59.815Z Fresh crossterm v0.28.1
59442026-05-23T04:25:59.815Z Fresh snafu v0.8.9
59452026-05-23T04:25:59.816Z Fresh heapless v0.7.17
59462026-05-23T04:25:59.816Z Fresh hickory-proto v0.25.2
59472026-05-23T04:25:59.816Z Fresh stringprep v0.1.5
59482026-05-23T04:25:59.816Z Fresh difflib v0.4.0
59492026-05-23T04:25:59.816Z Fresh strum v0.27.2
59502026-05-23T04:25:59.816Z Fresh phf_shared v0.13.1
59512026-05-23T04:25:59.816Z Fresh buf-list v1.1.2
59522026-05-23T04:25:59.816Z Fresh serde_repr v0.1.20
59532026-05-23T04:25:59.816Z Fresh fixedbitset v0.5.7
59542026-05-23T04:25:59.816Z Fresh peg-runtime v0.8.5
59552026-05-23T04:25:59.816Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
59562026-05-23T04:25:59.816Z Fresh whoami v2.1.0
59572026-05-23T04:25:59.816Z Fresh is-terminal v0.4.17
59582026-05-23T04:25:59.816Z Fresh crossbeam-channel v0.5.15
59592026-05-23T04:25:59.816Z Fresh thread_local v1.1.9
59602026-05-23T04:25:59.816Z Fresh term v1.2.1
59612026-05-23T04:25:59.816Z Fresh take_mut v0.2.2
59622026-05-23T04:25:59.816Z Fresh newtype-uuid-macros v0.1.0
59632026-05-23T04:25:59.816Z Fresh structmeta-derive v0.3.0
59642026-05-23T04:25:59.816Z Fresh match_cfg v0.1.0
59652026-05-23T04:25:59.816Z Fresh slog-json v2.6.1
59662026-05-23T04:25:59.816Z Fresh ipnetwork v0.21.1
59672026-05-23T04:25:59.816Z Fresh reqwest v0.13.2
59682026-05-23T04:25:59.816Z Fresh newtype-uuid v1.3.2
59692026-05-23T04:25:59.816Z Fresh serde_with v3.17.0
59702026-05-23T04:25:59.816Z Fresh reqwest v0.12.28
59712026-05-23T04:25:59.816Z Fresh vergen v9.1.0
59722026-05-23T04:25:59.816Z Fresh zstd v0.13.3
59732026-05-23T04:25:59.816Z Fresh smoltcp v0.9.1
59742026-05-23T04:25:59.820Z Fresh postgres-protocol v0.6.10
59752026-05-23T04:25:59.820Z Fresh predicates v3.1.4
59762026-05-23T04:25:59.820Z Fresh phf v0.13.1
59772026-05-23T04:25:59.820Z Fresh petgraph v0.8.3
59782026-05-23T04:25:59.820Z Fresh slog-term v2.9.2
59792026-05-23T04:25:59.820Z Fresh structmeta v0.3.0
59802026-05-23T04:25:59.820Z Fresh hostname v0.3.1
59812026-05-23T04:25:59.820Z Fresh debug-ignore v1.0.5
59822026-05-23T04:25:59.820Z Fresh rustls-webpki v0.102.8
59832026-05-23T04:25:59.820Z Fresh toml_datetime v1.0.0+spec-1.1.0
59842026-05-23T04:25:59.821Z Fresh serde_path_to_error v0.1.20
59852026-05-23T04:25:59.821Z Fresh serde_spanned v1.0.4
59862026-05-23T04:25:59.821Z Fresh compression-core v0.4.31
59872026-05-23T04:25:59.821Z Fresh toml_writer v1.0.6+spec-1.1.0
59882026-05-23T04:25:59.821Z Fresh async-stream-impl v0.3.6
59892026-05-23T04:25:59.821Z Fresh dropshot_endpoint v0.17.0
59902026-05-23T04:25:59.821Z Fresh rustls-pemfile v2.2.0
59912026-05-23T04:25:59.821Z Fresh waitgroup v0.1.2
59922026-05-23T04:25:59.821Z Fresh hostname v0.4.2
59932026-05-23T04:25:59.821Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
59942026-05-23T04:25:59.821Z Fresh oxnet v0.1.5
59952026-05-23T04:25:59.821Z Fresh zip v4.6.1
59962026-05-23T04:25:59.821Z Fresh tough v0.22.0
59972026-05-23T04:25:59.821Z Fresh postgres-types v0.2.12
59982026-05-23T04:25:59.821Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
59992026-05-23T04:25:59.821Z Fresh slog-async v2.8.0
60002026-05-23T04:25:59.821Z Fresh slog-bunyan v2.5.0
60012026-05-23T04:25:59.821Z Fresh derive-ex v0.1.8
60022026-05-23T04:25:59.821Z Fresh compression-codecs v0.4.37
60032026-05-23T04:25:59.821Z Fresh toml v1.0.6+spec-1.1.0
60042026-05-23T04:25:59.821Z Fresh async-stream v0.3.6
60052026-05-23T04:25:59.821Z Fresh progenitor-client v0.14.0
60062026-05-23T04:25:59.821Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
60072026-05-23T04:25:59.821Z Fresh itertools v0.14.0
60082026-05-23T04:25:59.821Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
60092026-05-23T04:25:59.821Z Fresh regress v0.10.5
60102026-05-23T04:25:59.821Z Fresh progenitor-client v0.13.0
60112026-05-23T04:25:59.821Z Fresh macaddr v1.0.1
60122026-05-23T04:25:59.821Z Fresh instant v0.1.13
60132026-05-23T04:25:59.821Z Fresh parse-display-derive v0.10.0
60142026-05-23T04:25:59.821Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
60152026-05-23T04:25:59.821Z Fresh backon v1.6.0
60162026-05-23T04:25:59.821Z Fresh humantime v2.3.0
60172026-05-23T04:25:59.821Z Fresh unicode-width v0.2.0
60182026-05-23T04:25:59.821Z Fresh convert_case v0.4.0
60192026-05-23T04:25:59.821Z Fresh half v2.7.1
60202026-05-23T04:25:59.821Z Fresh ciborium-io v0.2.2
60212026-05-23T04:25:59.821Z Fresh secrecy v0.10.3
60222026-05-23T04:25:59.821Z Fresh daft v0.1.7
60232026-05-23T04:25:59.822Z Fresh tokio-postgres v0.7.16
60242026-05-23T04:25:59.822Z Fresh test-strategy v0.4.5
60252026-05-23T04:25:59.822Z Fresh rustls v0.22.4
60262026-05-23T04:25:59.822Z Fresh multer v3.1.0
60272026-05-23T04:25:59.822Z Fresh async-compression v0.4.41
60282026-05-23T04:25:59.822Z Fresh parse-display v0.10.0
60292026-05-23T04:25:59.822Z Fresh backoff v0.4.0
60302026-05-23T04:25:59.822Z Fresh progenitor-extras v0.2.0
60312026-05-23T04:25:59.822Z Fresh derive_more v0.99.20
60322026-05-23T04:25:59.822Z Fresh ciborium-ll v0.2.2
60332026-05-23T04:25:59.822Z Fresh universal-hash v0.5.1
60342026-05-23T04:25:59.822Z Fresh indent_write v2.2.0
60352026-05-23T04:25:59.822Z Fresh opaque-debug v0.3.1
60362026-05-23T04:25:59.822Z Fresh aead v0.5.2
60372026-05-23T04:25:59.822Z Fresh regress v0.11.1
60382026-05-23T04:25:59.822Z Fresh chacha20 v0.9.1
60392026-05-23T04:25:59.822Z Fresh unsafe-libyaml v0.2.11
60402026-05-23T04:25:59.822Z Fresh camino-tempfile v1.4.1
60412026-05-23T04:25:59.822Z Fresh thiserror-impl-no-std v2.0.2
60422026-05-23T04:25:59.822Z Fresh byte-wrapper v0.1.0
60432026-05-23T04:25:59.822Z Fresh blake2 v0.10.6
60442026-05-23T04:25:59.822Z Fresh password-hash v0.5.0
60452026-05-23T04:25:59.822Z Fresh swrite v0.1.0
60462026-05-23T04:25:59.822Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
60472026-05-23T04:25:59.822Z Fresh crossbeam-deque v0.8.6
60482026-05-23T04:25:59.822Z Fresh glob v0.3.3
60492026-05-23T04:25:59.822Z Fresh toml v0.8.23
60502026-05-23T04:25:59.822Z Fresh iddqd v0.4.1
60512026-05-23T04:25:59.822Z Fresh tokio-rustls v0.25.0
60522026-05-23T04:25:59.822Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
60532026-05-23T04:25:59.822Z Fresh ciborium v0.2.2
60542026-05-23T04:25:59.826Z Fresh crucible-workspace-hack v0.1.0
60552026-05-23T04:25:59.826Z Fresh poly1305 v0.8.0
60562026-05-23T04:25:59.826Z Fresh typify-impl v0.6.2
60572026-05-23T04:25:59.826Z Fresh serde_yaml v0.9.34+deprecated
60582026-05-23T04:25:59.826Z Fresh thiserror-no-std v2.0.2
60592026-05-23T04:25:59.826Z Fresh argon2 v0.5.3
60602026-05-23T04:25:59.826Z Fresh toml_datetime v0.7.5+spec-1.1.0
60612026-05-23T04:25:59.826Z Fresh atomicwrites v0.4.4
60622026-05-23T04:25:59.826Z Fresh unicode-width v0.1.14
60632026-05-23T04:25:59.826Z Fresh ingot-macros v0.1.1
60642026-05-23T04:25:59.827Z Fresh tabwriter v1.4.1
60652026-05-23T04:25:59.827Z Fresh hash32 v0.3.1
60662026-05-23T04:25:59.827Z Fresh cobs v0.3.0
60672026-05-23T04:25:59.827Z Fresh proc-macro-crate v1.3.1
60682026-05-23T04:25:59.827Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
60692026-05-23T04:25:59.827Z Fresh foreign-types-macros v0.2.3
60702026-05-23T04:25:59.827Z Fresh cpufeatures v0.3.0
60712026-05-23T04:25:59.827Z Fresh foreign-types-shared v0.3.1
60722026-05-23T04:25:59.827Z Fresh colored v3.1.1
60732026-05-23T04:25:59.827Z Fresh dropshot v0.17.0
60742026-05-23T04:25:59.827Z Fresh typify-macro v0.6.2
60752026-05-23T04:25:59.827Z Fresh vsss-rs v3.3.4
60762026-05-23T04:25:59.827Z Fresh chacha20poly1305 v0.10.1
60772026-05-23T04:25:59.827Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
60782026-05-23T04:25:59.827Z Fresh rayon-core v1.13.0
60792026-05-23T04:25:59.827Z Fresh proc-macro-error-attr v1.0.4
60802026-05-23T04:25:59.827Z Fresh toml_edit v0.23.10+spec-1.0.0
60812026-05-23T04:25:59.827Z Fresh ingot-types v0.1.2
60822026-05-23T04:25:59.827Z Fresh postcard v1.1.3
60832026-05-23T04:25:59.827Z Fresh foreign-types v0.5.0
60842026-05-23T04:25:59.827Z Fresh num_enum_derive v0.5.11
60852026-05-23T04:25:59.827Z Fresh chacha20 v0.10.0
60862026-05-23T04:25:59.827Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
60872026-05-23T04:25:59.827Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
60882026-05-23T04:25:59.827Z Fresh sigpipe v0.1.3
60892026-05-23T04:25:59.827Z Fresh cstr-argument v0.1.2
60902026-05-23T04:25:59.827Z Fresh num-derive v0.4.2
60912026-05-23T04:25:59.827Z Fresh winnow v1.0.3
60922026-05-23T04:25:59.827Z Fresh itertools v0.12.1
60932026-05-23T04:25:59.827Z Fresh smf v0.2.3
60942026-05-23T04:25:59.827Z Fresh whoami v1.6.1
60952026-05-23T04:25:59.827Z Fresh usdt-attr-macro v0.5.0
60962026-05-23T04:25:59.827Z Fresh usdt-macro v0.5.0
60972026-05-23T04:25:59.827Z Fresh typify v0.6.2
60982026-05-23T04:25:59.827Z Fresh propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
60992026-05-23T04:25:59.827Z Fresh proc-macro-error v1.0.4
61002026-05-23T04:25:59.827Z Fresh proc-macro-crate v3.4.0
61012026-05-23T04:25:59.827Z Fresh rayon v1.11.0
61022026-05-23T04:25:59.827Z Fresh heapless v0.8.0
61032026-05-23T04:25:59.828Z Fresh ingot v0.1.1
61042026-05-23T04:25:59.828Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
61052026-05-23T04:25:59.828Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
61062026-05-23T04:25:59.828Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
61072026-05-23T04:25:59.828Z Fresh num_enum v0.5.11
61082026-05-23T04:25:59.828Z Fresh rand v0.10.1
61092026-05-23T04:25:59.828Z Fresh memmap v0.7.0
61102026-05-23T04:25:59.828Z Fresh console v0.15.11
61112026-05-23T04:25:59.828Z Fresh num-rational v0.4.2
61122026-05-23T04:25:59.828Z Fresh num-complex v0.4.6
61132026-05-23T04:25:59.828Z Fresh derive-where v1.6.0
61142026-05-23T04:25:59.828Z Fresh float-ord v0.3.2
61152026-05-23T04:25:59.828Z Fresh newline-converter v0.3.0
61162026-05-23T04:25:59.828Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
61172026-05-23T04:25:59.828Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
61182026-05-23T04:25:59.828Z Fresh bytecount v0.6.9
61192026-05-23T04:25:59.828Z Fresh libsw-core v0.3.2
61202026-05-23T04:25:59.828Z Fresh linear-map v1.2.0
61212026-05-23T04:25:59.828Z Fresh gethostname v0.5.0
61222026-05-23T04:25:59.828Z Fresh progenitor-impl v0.14.0
61232026-05-23T04:25:59.828Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
61242026-05-23T04:25:59.828Z Fresh num_enum_derive v0.7.6
61252026-05-23T04:25:59.828Z Fresh smoltcp v0.11.0
61262026-05-23T04:25:59.828Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
61272026-05-23T04:25:59.828Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
61282026-05-23T04:25:59.828Z Fresh zone_cfg_derive v0.3.1
61292026-05-23T04:25:59.828Z Fresh usdt v0.5.0
61302026-05-23T04:25:59.828Z Fresh num v0.4.3
61312026-05-23T04:25:59.828Z Fresh expectorate v1.2.0
61322026-05-23T04:25:59.828Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
61332026-05-23T04:25:59.828Z Fresh libsw v3.5.0
61342026-05-23T04:25:59.828Z Fresh progenitor-impl v0.13.0
61352026-05-23T04:25:59.828Z Fresh num-derive v0.3.3
61362026-05-23T04:25:59.828Z Fresh unicode-xid v0.2.6
61372026-05-23T04:25:59.828Z Fresh resolv-conf v0.7.6
61382026-05-23T04:25:59.832Z Fresh smawk v0.3.2
61392026-05-23T04:25:59.832Z Fresh unicode-linebreak v0.1.5
61402026-05-23T04:25:59.832Z Fresh tabled_derive v0.7.0
61412026-05-23T04:25:59.832Z Fresh papergrid v0.11.0
61422026-05-23T04:25:59.832Z Fresh minimal-lexical v0.2.1
61432026-05-23T04:25:59.832Z Fresh linked-hash-map v0.5.6
61442026-05-23T04:25:59.832Z Fresh termtree v0.5.1
61452026-05-23T04:25:59.833Z Fresh hickory-proto v0.24.4
61462026-05-23T04:25:59.833Z Fresh csv-core v0.1.13
61472026-05-23T04:25:59.833Z Fresh tagptr v0.2.0
61482026-05-23T04:25:59.833Z Fresh progenitor-macro v0.14.0
61492026-05-23T04:25:59.833Z Fresh num_enum v0.7.6
61502026-05-23T04:25:59.833Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
61512026-05-23T04:25:59.833Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
61522026-05-23T04:25:59.833Z Fresh zone v0.3.1
61532026-05-23T04:25:59.833Z Fresh tokio-dtrace v0.1.1
61542026-05-23T04:25:59.833Z Fresh owo-colors v4.3.0
61552026-05-23T04:25:59.833Z Fresh cancel-safe-futures v0.1.5
61562026-05-23T04:25:59.833Z Fresh prettyplease v0.2.37
61572026-05-23T04:25:59.833Z Fresh progenitor-macro v0.13.0
61582026-05-23T04:25:59.833Z Fresh libscf-sys v1.1.0
61592026-05-23T04:25:59.833Z Fresh tabled v0.15.0
61602026-05-23T04:25:59.833Z Fresh nom v7.1.3
61612026-05-23T04:25:59.833Z Fresh lru-cache v0.1.2
61622026-05-23T04:25:59.833Z Fresh csv v1.4.0
61632026-05-23T04:25:59.833Z Fresh textwrap v0.16.2
61642026-05-23T04:25:59.833Z Fresh moka v0.12.13
61652026-05-23T04:25:59.833Z Fresh highway v1.3.0
61662026-05-23T04:25:59.833Z Fresh semver v0.1.20
61672026-05-23T04:25:59.833Z Fresh sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
61682026-05-23T04:25:59.833Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
61692026-05-23T04:25:59.833Z Fresh phf_shared v0.12.1
61702026-05-23T04:25:59.833Z Fresh progenitor v0.14.0
61712026-05-23T04:25:59.833Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
61722026-05-23T04:25:59.833Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
61732026-05-23T04:25:59.833Z Fresh oxide-tokio-rt v0.1.4
61742026-05-23T04:25:59.833Z Fresh progenitor v0.13.0
61752026-05-23T04:25:59.833Z Fresh slog-dtrace v0.3.0
61762026-05-23T04:25:59.833Z Fresh hickory-resolver v0.24.4
61772026-05-23T04:25:59.833Z Fresh hickory-resolver v0.25.2
61782026-05-23T04:25:59.833Z Fresh rustc_version v0.1.7
61792026-05-23T04:25:59.833Z Fresh convert_case v0.10.0
61802026-05-23T04:25:59.833Z Fresh phf v0.12.1
61812026-05-23T04:25:59.833Z Fresh const_format_proc_macros v0.2.34
61822026-05-23T04:25:59.833Z Fresh gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
61832026-05-23T04:25:59.833Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
61842026-05-23T04:25:59.834Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
61852026-05-23T04:25:59.834Z Fresh omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
61862026-05-23T04:25:59.834Z Fresh bcs v0.1.6
61872026-05-23T04:25:59.834Z Fresh omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
61882026-05-23T04:25:59.834Z Fresh fd-lock v4.0.4
61892026-05-23T04:25:59.834Z Fresh vte v0.14.1
61902026-05-23T04:25:59.834Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
61912026-05-23T04:25:59.834Z Fresh display-error-chain v0.2.2
61922026-05-23T04:25:59.834Z Fresh nu-ansi-term v0.50.3
61932026-05-23T04:25:59.834Z Fresh ar_archive_writer v0.5.1
61942026-05-23T04:25:59.834Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
61952026-05-23T04:25:59.834Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e)
61962026-05-23T04:25:59.834Z Fresh qorb v0.4.1
61972026-05-23T04:25:59.834Z Fresh derive_more-impl v2.1.1
61982026-05-23T04:25:59.834Z Fresh trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
61992026-05-23T04:25:59.834Z Fresh propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
62002026-05-23T04:25:59.834Z Fresh multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
62012026-05-23T04:25:59.834Z Fresh oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
62022026-05-23T04:25:59.834Z Fresh const_format v0.2.35
62032026-05-23T04:25:59.834Z Fresh bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
62042026-05-23T04:25:59.834Z Fresh strip-ansi-escapes v0.2.1
62052026-05-23T04:25:59.834Z Fresh internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
62062026-05-23T04:25:59.834Z Fresh clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
62072026-05-23T04:25:59.834Z Fresh gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
62082026-05-23T04:25:59.834Z Fresh rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
62092026-05-23T04:25:59.834Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
62102026-05-23T04:25:59.834Z Fresh cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
62112026-05-23T04:25:59.834Z Fresh key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
62122026-05-23T04:25:59.834Z Fresh ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
62132026-05-23T04:25:59.834Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
62142026-05-23T04:25:59.834Z Fresh chrono-tz v0.10.4
62152026-05-23T04:25:59.834Z Fresh derive_more v2.1.1
62162026-05-23T04:25:59.834Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
62172026-05-23T04:25:59.834Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
62182026-05-23T04:25:59.838Z Fresh ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
62192026-05-23T04:25:59.838Z Fresh reedline v0.40.0
62202026-05-23T04:25:59.838Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
62212026-05-23T04:25:59.838Z Fresh internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
62222026-05-23T04:25:59.838Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
62232026-05-23T04:25:59.839Z Fresh clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
62242026-05-23T04:25:59.839Z Fresh trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
62252026-05-23T04:25:59.839Z Fresh gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
62262026-05-23T04:25:59.839Z Fresh api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
62272026-05-23T04:25:59.839Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
62282026-05-23T04:25:59.839Z Fresh cfg_aliases v0.1.1
62292026-05-23T04:25:59.839Z Fresh cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
62302026-05-23T04:25:59.839Z Fresh update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
62312026-05-23T04:25:59.839Z Fresh nibble_vec v0.1.0
62322026-05-23T04:25:59.839Z Fresh endian-type v0.1.2
62332026-05-23T04:25:59.839Z Fresh home v0.5.12
62342026-05-23T04:25:59.839Z Fresh newtype_derive v0.1.6
62352026-05-23T04:25:59.839Z Fresh crossterm v0.29.0
62362026-05-23T04:25:59.839Z Fresh sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
62372026-05-23T04:25:59.839Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
62382026-05-23T04:25:59.839Z Fresh oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
62392026-05-23T04:25:59.839Z Fresh gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
62402026-05-23T04:25:59.839Z Fresh psm v0.1.30
62412026-05-23T04:25:59.839Z Fresh radix_trie v0.2.1
62422026-05-23T04:25:59.839Z Fresh recursive-proc-macro-impl v0.1.1
62432026-05-23T04:25:59.839Z Fresh internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
62442026-05-23T04:25:59.839Z Fresh oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
62452026-05-23T04:25:59.839Z Fresh peg-macros v0.8.5
62462026-05-23T04:25:59.839Z Fresh sqlparser_derive v0.5.0
62472026-05-23T04:25:59.839Z Fresh nom v8.0.0
62482026-05-23T04:25:59.839Z Fresh winnow v0.6.26
62492026-05-23T04:25:59.839Z Fresh unicode_categories v0.1.1
62502026-05-23T04:25:59.839Z Fresh ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
62512026-05-23T04:25:59.839Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
62522026-05-23T04:25:59.839Z Fresh filetime v0.2.27
62532026-05-23T04:25:59.839Z Fresh xattr v1.6.1
62542026-05-23T04:25:59.839Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
62552026-05-23T04:25:59.839Z Fresh sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
62562026-05-23T04:25:59.839Z Fresh nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
62572026-05-23T04:25:59.839Z Fresh steno v0.4.1
62582026-05-23T04:25:59.839Z Fresh stacker v0.1.23
62592026-05-23T04:25:59.839Z Fresh mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
62602026-05-23T04:25:59.839Z Fresh peg v0.8.5
62612026-05-23T04:25:59.840Z Fresh sqlformat v0.3.5
62622026-05-23T04:25:59.840Z Fresh tar v0.4.45
62632026-05-23T04:25:59.840Z Fresh subprocess v0.2.15
62642026-05-23T04:25:59.840Z Fresh base64 v0.21.7
62652026-05-23T04:25:59.840Z Fresh headers-core v0.3.0
62662026-05-23T04:25:59.840Z Fresh yasna v0.5.2
62672026-05-23T04:25:59.840Z Fresh dropshot-api-manager-types v0.7.2
62682026-05-23T04:25:59.840Z Fresh utf-8 v0.7.6
62692026-05-23T04:25:59.840Z Fresh bitfield-struct v0.6.2
62702026-05-23T04:25:59.840Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
62712026-05-23T04:25:59.840Z Fresh tap v1.0.1
62722026-05-23T04:25:59.840Z Fresh zerocopy-derive v0.6.6
62732026-05-23T04:25:59.840Z Fresh funty v2.0.0
62742026-05-23T04:25:59.840Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
62752026-05-23T04:25:59.840Z Fresh bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
62762026-05-23T04:25:59.840Z Fresh illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
62772026-05-23T04:25:59.840Z Fresh trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
62782026-05-23T04:25:59.840Z Fresh recursive v0.1.1
62792026-05-23T04:25:59.840Z Fresh nix v0.28.0
62802026-05-23T04:25:59.840Z Fresh mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
62812026-05-23T04:25:59.840Z Fresh headers v0.4.1
62822026-05-23T04:25:59.840Z Fresh rcgen v0.12.1
62832026-05-23T04:25:59.840Z Fresh tungstenite v0.21.0
62842026-05-23T04:25:59.840Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
62852026-05-23T04:25:59.840Z Fresh wyz v0.5.1
62862026-05-23T04:25:59.840Z Fresh crc-catalog v2.4.0
62872026-05-23T04:25:59.840Z Fresh zerocopy v0.6.6
62882026-05-23T04:25:59.840Z Fresh packed_struct_codegen v0.10.1
62892026-05-23T04:25:59.840Z Fresh bitfield-macros v0.19.4
62902026-05-23T04:25:59.840Z Fresh nodrop v0.1.14
62912026-05-23T04:25:59.840Z Fresh xshell-macros v0.2.7
62922026-05-23T04:25:59.840Z Fresh hashbrown v0.12.3
62932026-05-23T04:25:59.840Z Fresh ron v0.8.1
62942026-05-23T04:25:59.840Z Fresh hashbrown v0.13.2
62952026-05-23T04:25:59.840Z Fresh crc-any v2.5.0
62962026-05-23T04:25:59.840Z Fresh oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
62972026-05-23T04:25:59.840Z Fresh sqlparser v0.61.0
62982026-05-23T04:25:59.840Z Fresh rustyline v14.0.0
62992026-05-23T04:25:59.840Z Fresh tokio-tungstenite v0.21.0
63002026-05-23T04:25:59.840Z Fresh libefi-sys v0.1.0
63012026-05-23T04:25:59.841Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
63022026-05-23T04:25:59.841Z Fresh radium v0.7.0
63032026-05-23T04:25:59.841Z Fresh crc v3.4.0
63042026-05-23T04:25:59.841Z Fresh maybe-uninit v2.0.0
63052026-05-23T04:25:59.841Z Fresh bitfield v0.19.4
63062026-05-23T04:25:59.841Z Fresh xshell v0.2.7
63072026-05-23T04:25:59.841Z Fresh array-init v0.0.4
63082026-05-23T04:25:59.841Z Fresh path-slash v0.1.5
63092026-05-23T04:25:59.841Z Fresh fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
63102026-05-23T04:25:59.841Z Fresh half v1.8.3
63112026-05-23T04:25:59.841Z Fresh git-stub v1.0.0
63122026-05-23T04:25:59.841Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
63132026-05-23T04:25:59.841Z Fresh proc-macro-error-attr2 v2.0.0
63142026-05-23T04:25:59.841Z Fresh maplit v1.0.2
63152026-05-23T04:25:59.841Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
63162026-05-23T04:25:59.841Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
63172026-05-23T04:25:59.841Z Fresh papergrid v0.17.0
63182026-05-23T04:25:59.845Z Fresh testing_table v0.3.0
63192026-05-23T04:25:59.845Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
63202026-05-23T04:25:59.845Z Fresh unicase v2.9.0
63212026-05-23T04:25:59.845Z Fresh fxhash v0.2.1
63222026-05-23T04:25:59.845Z Fresh crc8 v0.1.1
63232026-05-23T04:25:59.845Z Fresh nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
63242026-05-23T04:25:59.845Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
63252026-05-23T04:25:59.845Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
63262026-05-23T04:25:59.845Z Fresh bitvec v1.0.1
63272026-05-23T04:25:59.845Z Fresh smallvec v0.6.14
63282026-05-23T04:25:59.845Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
63292026-05-23T04:25:59.845Z Fresh indexmap v1.9.3
63302026-05-23T04:25:59.845Z Fresh serde_cbor v0.11.2
63312026-05-23T04:25:59.845Z Fresh git-stub-vcs v0.1.0
63322026-05-23T04:25:59.845Z Fresh proc-macro-error2 v2.0.1
63332026-05-23T04:25:59.845Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
63342026-05-23T04:25:59.846Z Fresh diff v0.1.13
63352026-05-23T04:25:59.846Z Fresh dsl_auto_type v0.2.0
63362026-05-23T04:25:59.846Z Fresh scheduled-thread-pool v0.2.7
63372026-05-23T04:25:59.846Z Fresh diesel_table_macro_syntax v0.3.0
63382026-05-23T04:25:59.846Z Fresh downcast-rs v2.0.2
63392026-05-23T04:25:59.846Z Fresh kstat-rs v0.2.4
63402026-05-23T04:25:59.846Z Fresh dirs-sys-next v0.1.2
63412026-05-23T04:25:59.846Z Fresh nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
63422026-05-23T04:25:59.846Z Fresh packed_struct v0.10.1
63432026-05-23T04:25:59.846Z Fresh serde-hex v0.1.0
63442026-05-23T04:25:59.846Z Fresh object v0.30.4
63452026-05-23T04:25:59.846Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
63462026-05-23T04:25:59.846Z Fresh tabled_derive v0.11.0
63472026-05-23T04:25:59.846Z Fresh r2d2 v0.8.10
63482026-05-23T04:25:59.846Z Fresh dirs-next v2.0.0
63492026-05-23T04:25:59.846Z Fresh arc-swap v1.8.2
63502026-05-23T04:25:59.846Z Fresh bit-vec v0.6.3
63512026-05-23T04:25:59.846Z Fresh prefix-trie v0.7.0
63522026-05-23T04:25:59.846Z Fresh itertools v0.10.5
63532026-05-23T04:25:59.846Z Fresh ena v0.14.4
63542026-05-23T04:25:59.846Z Fresh libloading v0.8.9
63552026-05-23T04:25:59.846Z Fresh oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
63562026-05-23T04:25:59.846Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
63572026-05-23T04:25:59.846Z Fresh tabled v0.20.0
63582026-05-23T04:25:59.846Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
63592026-05-23T04:25:59.846Z Fresh diesel_derives v2.3.7
63602026-05-23T04:25:59.846Z Fresh vergen-lib v0.1.6
63612026-05-23T04:25:59.846Z Fresh term v0.7.0
63622026-05-23T04:25:59.846Z Fresh parking_lot_core v0.8.6
63632026-05-23T04:25:59.846Z Fresh slog-scope v4.4.1
63642026-05-23T04:25:59.846Z Fresh crunchy v0.2.4
63652026-05-23T04:25:59.846Z Fresh bit-set v0.5.3
63662026-05-23T04:25:59.846Z Fresh regex-syntax v0.6.29
63672026-05-23T04:25:59.846Z Fresh hickory-server v0.25.2
63682026-05-23T04:25:59.846Z Fresh cexpr v0.6.0
63692026-05-23T04:25:59.846Z Fresh nanorand v0.7.0
63702026-05-23T04:25:59.846Z Fresh rustc-hash v2.1.1
63712026-05-23T04:25:59.846Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
63722026-05-23T04:25:59.846Z Fresh primeorder v0.13.6
63732026-05-23T04:25:59.847Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
63742026-05-23T04:25:59.847Z Fresh strum_macros v0.24.3
63752026-05-23T04:25:59.847Z Fresh indoc v1.0.9
63762026-05-23T04:25:59.847Z Fresh quick-xml v0.37.5
63772026-05-23T04:25:59.847Z Fresh oso-derive v0.27.3
63782026-05-23T04:25:59.847Z Fresh mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
63792026-05-23T04:25:59.847Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
63802026-05-23T04:25:59.847Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
63812026-05-23T04:25:59.847Z Fresh diesel v2.3.7
63822026-05-23T04:25:59.847Z Fresh vergen-gitcl v1.0.8
63832026-05-23T04:25:59.847Z Fresh ascii-canvas v3.0.0
63842026-05-23T04:25:59.847Z Fresh slog-stdlog v4.1.1
63852026-05-23T04:25:59.847Z Fresh parking_lot v0.11.2
63862026-05-23T04:25:59.847Z Fresh tiny-keccak v2.0.2
63872026-05-23T04:25:59.847Z Fresh clang-sys v1.8.1
63882026-05-23T04:25:59.847Z Fresh flume v0.11.1
63892026-05-23T04:25:59.847Z Fresh impl-trait-for-tuples v0.2.3
63902026-05-23T04:25:59.847Z Fresh openssl-probe v0.1.6
63912026-05-23T04:25:59.847Z Fresh p384 v0.13.1
63922026-05-23T04:25:59.847Z Fresh trait-variant v0.1.2
63932026-05-23T04:25:59.847Z Fresh predicates-tree v1.0.13
63942026-05-23T04:25:59.847Z Fresh assert_matches v1.5.0
63952026-05-23T04:25:59.847Z Fresh parse-size v1.1.0
63962026-05-23T04:25:59.847Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
63972026-05-23T04:25:59.847Z Fresh typify-impl v0.4.3
63982026-05-23T04:25:59.847Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
63992026-05-23T04:25:59.847Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
64002026-05-23T04:25:59.847Z Fresh slog-envlogger v2.2.0
64012026-05-23T04:25:59.847Z Fresh lalrpop v0.19.12
64022026-05-23T04:25:59.847Z Fresh sled v0.34.7
64032026-05-23T04:25:59.847Z Fresh bindgen v0.71.1
64042026-05-23T04:25:59.847Z Fresh salty v0.3.0
64052026-05-23T04:25:59.847Z Fresh libxml v0.3.3
64062026-05-23T04:25:59.847Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
64072026-05-23T04:25:59.847Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
64082026-05-23T04:25:59.847Z Fresh bb8 v0.8.6
64092026-05-23T04:25:59.847Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
64102026-05-23T04:25:59.847Z Fresh diesel-dtrace v0.5.0
64112026-05-23T04:25:59.847Z Fresh typify-macro v0.4.3
64122026-05-23T04:25:59.848Z Fresh ignore v0.4.25
64132026-05-23T04:25:59.848Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
64142026-05-23T04:25:59.848Z Fresh corncobs v0.1.4
64152026-05-23T04:25:59.848Z Fresh http-range v0.1.5
64162026-05-23T04:25:59.848Z Fresh nonempty v0.12.0
64172026-05-23T04:25:59.848Z Fresh secrecy v0.8.0
64182026-05-23T04:25:59.852Z Fresh atty v0.2.14
64192026-05-23T04:25:59.852Z Fresh fs-err v2.11.0
64202026-05-23T04:25:59.852Z Fresh async-bb8-diesel v0.2.1
64212026-05-23T04:25:59.852Z Fresh globwalk v0.9.1
64222026-05-23T04:25:59.852Z Fresh typify v0.4.3
64232026-05-23T04:25:59.852Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
64242026-05-23T04:25:59.852Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
64252026-05-23T04:25:59.852Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
64262026-05-23T04:25:59.852Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
64272026-05-23T04:25:59.852Z Fresh progenitor-client v0.11.2
64282026-05-23T04:25:59.852Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
64292026-05-23T04:25:59.852Z Fresh signal-hook-tokio v0.3.1
64302026-05-23T04:25:59.852Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
64312026-05-23T04:25:59.852Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
64322026-05-23T04:25:59.852Z Fresh tungstenite v0.23.0
64332026-05-23T04:25:59.852Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
64342026-05-23T04:25:59.852Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
64352026-05-23T04:25:59.852Z Fresh progenitor-impl v0.11.2
64362026-05-23T04:25:59.852Z Fresh camino-tempfile-ext v0.3.3
64372026-05-23T04:25:59.852Z Fresh mime_guess v2.0.5
64382026-05-23T04:25:59.852Z Fresh rand_seeder v0.4.0
64392026-05-23T04:25:59.852Z Fresh void v1.0.2
64402026-05-23T04:25:59.852Z Fresh tokio-tungstenite v0.23.1
64412026-05-23T04:25:59.852Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
64422026-05-23T04:25:59.852Z Fresh nix v0.27.1
64432026-05-23T04:25:59.852Z Fresh serde_bytes v0.11.19
64442026-05-23T04:25:59.852Z Fresh yansi v1.0.1
64452026-05-23T04:25:59.852Z Fresh is_ci v1.2.0
64462026-05-23T04:25:59.852Z Fresh darling_core v0.23.0
64472026-05-23T04:25:59.852Z Fresh polar-core v0.27.3
64482026-05-23T04:25:59.852Z Fresh samael v0.0.19
64492026-05-23T04:25:59.852Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
64502026-05-23T04:25:59.852Z Fresh progenitor-macro v0.11.2
64512026-05-23T04:25:59.852Z Fresh hyper-staticfile v0.10.1
64522026-05-23T04:25:59.852Z Fresh illumos-nvpair-sys v0.2.0
64532026-05-23T04:25:59.852Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
64542026-05-23T04:25:59.853Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
64552026-05-23T04:25:59.853Z Fresh lzss v0.8.2
64562026-05-23T04:25:59.853Z Fresh pretty_assertions v1.4.1
64572026-05-23T04:25:59.853Z Fresh darling_macro v0.23.0
64582026-05-23T04:25:59.853Z Fresh indoc v2.0.7
64592026-05-23T04:25:59.853Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
64602026-05-23T04:25:59.853Z Fresh castaway v0.2.4
64612026-05-23T04:25:59.853Z Fresh oso v0.27.3
64622026-05-23T04:25:59.853Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
64632026-05-23T04:25:59.853Z Fresh progenitor v0.11.2
64642026-05-23T04:25:59.853Z Fresh illumos-nvpair v0.3.0
64652026-05-23T04:25:59.853Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
64662026-05-23T04:25:59.853Z Fresh gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
64672026-05-23T04:25:59.853Z Fresh darling v0.23.0
64682026-05-23T04:25:59.853Z Fresh libz-sys v1.1.24
64692026-05-23T04:25:59.853Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
64702026-05-23T04:25:59.853Z Fresh compact_str v0.8.1
64712026-05-23T04:25:59.853Z Fresh unicode-truncate v1.1.0
64722026-05-23T04:25:59.853Z Fresh lru v0.12.5
64732026-05-23T04:25:59.853Z Fresh cassowary v0.3.0
64742026-05-23T04:25:59.853Z Fresh console v0.16.2
64752026-05-23T04:25:59.853Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
64762026-05-23T04:25:59.853Z Fresh unit-prefix v0.5.2
64772026-05-23T04:25:59.853Z Fresh supports-color v3.0.2
64782026-05-23T04:25:59.853Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
64792026-05-23T04:25:59.853Z Fresh fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
64802026-05-23T04:25:59.853Z Fresh instability v0.3.11
64812026-05-23T04:25:59.853Z Fresh libgit2-sys v0.18.3+1.9.2
64822026-05-23T04:25:59.853Z Fresh indicatif v0.18.4
64832026-05-23T04:25:59.853Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#50ed5312)
64842026-05-23T04:25:59.853Z Fresh rustls-webpki v0.101.7
64852026-05-23T04:25:59.853Z Fresh sct v0.7.1
64862026-05-23T04:25:59.853Z Fresh rustls-pemfile v1.0.4
64872026-05-23T04:25:59.853Z Fresh lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
64882026-05-23T04:25:59.853Z Fresh twox-hash v2.1.2
64892026-05-23T04:25:59.853Z Fresh ratatui v0.29.0
64902026-05-23T04:25:59.853Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
64912026-05-23T04:25:59.853Z Fresh git2 v0.20.4
64922026-05-23T04:25:59.853Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#50ed5312)
64932026-05-23T04:25:59.854Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
64942026-05-23T04:25:59.854Z Fresh fatfs v0.3.6
64952026-05-23T04:25:59.854Z Fresh colored v2.2.0
64962026-05-23T04:25:59.854Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
64972026-05-23T04:25:59.854Z Fresh shell-words v1.1.1
64982026-05-23T04:25:59.854Z Fresh hex-literal v0.4.1
64992026-05-23T04:25:59.854Z Fresh seq-macro v0.3.6
65002026-05-23T04:25:59.854Z Fresh ordered-float v2.10.1
65012026-05-23T04:25:59.854Z Fresh concurrent-queue v2.5.0
65022026-05-23T04:26:00.029Z Fresh parking v2.2.1
65032026-05-23T04:26:00.032Z Fresh plotters-backend v0.3.7
65042026-05-23T04:26:00.032Z Fresh cargo-platform v0.2.0
65052026-05-23T04:26:00.032Z Fresh sapling-renderdag v0.1.0
65062026-05-23T04:26:00.032Z Fresh rtoolbox v0.0.3
65072026-05-23T04:26:00.032Z Fresh sync-ptr v0.1.4
65082026-05-23T04:26:00.032Z Running `/home/build/.rustup/toolchains/1.94.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=e26d412adba6fd63 -C extra-filename=-10703d03f2f79d24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f6e304ad5c116fb5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
65092026-05-23T04:26:00.032Z Fresh vergen-git2 v9.1.0
65102026-05-23T04:26:00.032Z Fresh rustls v0.21.12
65112026-05-23T04:26:00.036Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
65122026-05-23T04:26:00.036Z Fresh typeid v1.0.3
65132026-05-23T04:26:00.036Z Fresh serde-value v0.7.0
65142026-05-23T04:26:00.036Z Fresh plotters-svg v0.3.7
65152026-05-23T04:26:00.036Z Fresh event-listener v5.4.1
65162026-05-23T04:26:00.036Z Fresh cast v0.3.0
65172026-05-23T04:26:00.037Z Fresh rpassword v7.4.0
65182026-05-23T04:26:00.037Z Fresh tui-tree-widget v0.23.1
65192026-05-23T04:26:00.037Z Fresh tinytemplate v1.2.1
65202026-05-23T04:26:00.037Z Fresh futures-timer v3.0.3
65212026-05-23T04:26:00.037Z Fresh anes v0.1.6
65222026-05-23T04:26:00.037Z Fresh oorandom v11.1.5
65232026-05-23T04:26:00.037Z Fresh polyval v0.6.2
65242026-05-23T04:26:00.037Z Fresh gimli v0.32.3
65252026-05-23T04:26:00.037Z Fresh ctr v0.9.2
65262026-05-23T04:26:00.037Z Fresh assert-json-diff v2.0.2
65272026-05-23T04:26:00.037Z Fresh serde_regex v1.1.0
65282026-05-23T04:26:00.037Z Fresh path-tree v0.8.3
65292026-05-23T04:26:00.037Z Fresh tokio-rustls v0.24.1
65302026-05-23T04:26:00.037Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
65312026-05-23T04:26:00.040Z Fresh erased-serde v0.4.9
65322026-05-23T04:26:00.040Z Fresh petname v2.0.2
65332026-05-23T04:26:00.040Z Fresh criterion-plot v0.6.0
65342026-05-23T04:26:00.040Z Fresh event-listener-strategy v0.5.4
65352026-05-23T04:26:00.040Z Fresh plotters v0.3.7
65362026-05-23T04:26:00.040Z Fresh ghash v0.5.1
65372026-05-23T04:26:00.040Z Fresh addr2line v0.25.1
65382026-05-23T04:26:00.040Z Fresh stringmetrics v2.2.2
65392026-05-23T04:26:00.040Z Fresh rustc-demangle v0.1.27
65402026-05-23T04:26:00.041Z Fresh ssh-encoding v0.2.0
65412026-05-23T04:26:00.041Z Fresh blowfish v0.9.1
65422026-05-23T04:26:00.041Z Fresh arrayvec v0.7.6
65432026-05-23T04:26:00.041Z Fresh constant_time_eq v0.4.2
65442026-05-23T04:26:00.041Z Fresh arrayref v0.3.9
65452026-05-23T04:26:00.041Z Fresh supports-color v2.1.0
65462026-05-23T04:26:00.041Z Fresh textwrap v0.15.2
65472026-05-23T04:26:00.041Z Fresh supports-unicode v2.1.0
65482026-05-23T04:26:00.041Z Fresh supports-hyperlinks v2.1.0
65492026-05-23T04:26:00.041Z Fresh hashbrown v0.14.5
65502026-05-23T04:26:00.041Z Fresh password-hash v0.4.2
65512026-05-23T04:26:00.041Z Fresh serde-untagged v0.1.9
65522026-05-23T04:26:00.041Z Fresh async-lock v3.4.2
65532026-05-23T04:26:00.041Z Fresh criterion v0.7.0
65542026-05-23T04:26:00.041Z Fresh backtrace v0.3.76
65552026-05-23T04:26:00.041Z Fresh target-lexicon v0.13.3
65562026-05-23T04:26:00.041Z Fresh aes-gcm v0.10.3
65572026-05-23T04:26:00.041Z Fresh bcrypt-pbkdf v0.10.0
65582026-05-23T04:26:00.041Z Fresh miette-derive v5.10.0
65592026-05-23T04:26:00.041Z Fresh terminal_size v0.1.17
65602026-05-23T04:26:00.041Z Fresh owo-colors v3.5.0
65612026-05-23T04:26:00.041Z Fresh pbkdf2 v0.11.0
65622026-05-23T04:26:00.041Z Fresh chumsky v0.9.3
65632026-05-23T04:26:00.045Z Fresh p521 v0.13.3
65642026-05-23T04:26:00.045Z Fresh p256 v0.13.2
65652026-05-23T04:26:00.045Z Fresh knuffel-derive v3.2.0
65662026-05-23T04:26:00.045Z Fresh pathdiff v0.2.3
65672026-05-23T04:26:00.045Z Fresh russh-cryptovec v0.7.3
65682026-05-23T04:26:00.045Z Fresh md5 v0.7.0
65692026-05-23T04:26:00.045Z Fresh nested v0.1.1
65702026-05-23T04:26:00.045Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
65712026-05-23T04:26:00.045Z Fresh cargo-util-schemas v0.8.2
65722026-05-23T04:26:00.045Z Fresh async-object-pool v0.2.0
65732026-05-23T04:26:00.045Z Fresh backtrace-ext v0.2.1
65742026-05-23T04:26:00.045Z Fresh ssh-cipher v0.2.0
65752026-05-23T04:26:00.045Z Fresh cfg-expr v0.20.6
65762026-05-23T04:26:00.045Z Fresh guppy-workspace-hack v0.1.0
65772026-05-23T04:26:00.045Z Fresh httptest v0.16.4
65782026-05-23T04:26:00.045Z Fresh des v0.8.1
65792026-05-23T04:26:00.045Z Fresh num-bigint v0.4.6
65802026-05-23T04:26:00.045Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
65812026-05-23T04:26:00.045Z Fresh hickory-client v0.25.2
65822026-05-23T04:26:00.045Z Fresh similar-asserts v1.7.0
65832026-05-23T04:26:00.045Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
65842026-05-23T04:26:00.045Z Fresh socket2 v0.5.10
65852026-05-23T04:26:00.045Z Fresh internet-checksum v0.2.1
65862026-05-23T04:26:00.045Z Fresh escape8259 v0.5.3
65872026-05-23T04:26:00.049Z Fresh cargo_metadata v0.21.0
65882026-05-23T04:26:00.049Z Fresh httpmock v0.8.3
65892026-05-23T04:26:00.049Z Fresh miette v5.10.0
65902026-05-23T04:26:00.049Z Fresh target-spec v3.5.7
65912026-05-23T04:26:00.049Z Fresh ssh-key v0.6.7
65922026-05-23T04:26:00.049Z Fresh blake3 v1.8.3
65932026-05-23T04:26:00.049Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
65942026-05-23T04:26:00.049Z Fresh topological-sort v0.2.2
65952026-05-23T04:26:00.049Z Fresh libtest-mimic v0.8.1
65962026-05-23T04:26:00.049Z Fresh support-bundle-viewer v0.1.2
65972026-05-23T04:26:00.049Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
65982026-05-23T04:26:00.049Z Compiling scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
65992026-05-23T04:26:00.069Z Compiling tokio-test v0.4.5
66002026-05-23T04:26:00.069Z Fresh fancy-regex v0.14.0
66012026-05-23T04:26:00.090Z Fresh multimap v0.10.1
66022026-05-23T04:26:00.094Z Running `/home/build/.rustup/toolchains/1.94.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=8933834de621d08c -C extra-filename=-9c8fa79bd8ef9ea7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b163db9e614b168.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-ae76072ae87a9f09.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d91f8b7d2415b14d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --cap-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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/usr/lib/amd64`
66032026-05-23T04:26:00.094Z Running `/home/build/.rustup/toolchains/1.94.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=4941c08cf7f64b90 -C extra-filename=-997b12e471dc74a3 --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-d2281c904bfe50c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
66042026-05-23T04:26:00.094Z Fresh knuffel v3.2.0
66052026-05-23T04:26:00.094Z Fresh russh-keys v0.45.0
66062026-05-23T04:26:00.094Z Fresh guppy v0.17.25
66072026-05-23T04:26:00.094Z Fresh omicron-zone-package v0.12.2
66082026-05-23T04:26:00.094Z Fresh assert_cmd v2.1.2
66092026-05-23T04:26:00.094Z Fresh datatest-stable v0.3.3
66102026-05-23T04:26:00.098Z Fresh target-triple v1.0.0
66112026-05-23T04:26:00.098Z Fresh approx v0.5.1
66122026-05-23T04:26:00.098Z Fresh uzers v0.12.2
66132026-05-23T04:26:00.098Z Fresh termcolor v1.4.1
66142026-05-23T04:26:00.098Z Fresh relative-path v1.9.3
66152026-05-23T04:26:00.098Z Fresh blake2b_simd v1.0.4
66162026-05-23T04:26:00.098Z Fresh russh v0.45.0
66172026-05-23T04:26:00.098Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
66182026-05-23T04:26:00.098Z Fresh trybuild v1.0.116
66192026-05-23T04:26:00.098Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
66202026-05-23T04:26:00.098Z Fresh linkme-impl v0.3.35
66212026-05-23T04:26:00.098Z Fresh rstest_macros v0.25.0
66222026-05-23T04:26:00.098Z Fresh partial-io v0.5.4
66232026-05-23T04:26:00.098Z Fresh rand_distr v0.5.1
66242026-05-23T04:26:00.098Z Fresh drift v0.2.0
66252026-05-23T04:26:00.098Z Fresh constant_time_eq v0.3.1
66262026-05-23T04:26:00.102Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
66272026-05-23T04:26:00.102Z Fresh cargo_toml v0.21.0
66282026-05-23T04:26:00.102Z Fresh termios v0.3.3
66292026-05-23T04:26:00.102Z Fresh dropshot-api-manager v0.7.2
66302026-05-23T04:26:00.102Z Fresh rust-argon2 v2.1.0
66312026-05-23T04:26:00.102Z Fresh linkme v0.3.35
66322026-05-23T04:26:00.102Z Fresh rstest v0.25.0
66332026-05-23T04:26:00.102Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
66342026-05-23T04:26:00.102Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
66352026-05-23T04:26:00.102Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
66362026-05-23T04:26:00.102Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
66372026-05-23T04:26:00.102Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
66382026-05-23T04:26:00.102Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
66392026-05-23T04:26:00.102Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
66402026-05-23T04:26:00.102Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
66412026-05-23T04:26:00.102Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
66422026-05-23T04:26:00.102Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
66432026-05-23T04:26:00.102Z Fresh schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
66442026-05-23T04:26:00.106Z Fresh omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
66452026-05-23T04:26:00.106Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
66462026-05-23T04:26:00.106Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
66472026-05-23T04:26:00.106Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
66482026-05-23T04:26:00.106Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
66492026-05-23T04:26:00.106Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
66502026-05-23T04:26:00.106Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
66512026-05-23T04:26:00.106Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
66522026-05-23T04:26:00.106Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
66532026-05-23T04:26:00.106Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
66542026-05-23T04:26:00.106Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
66552026-05-23T04:26:00.155Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
66562026-05-23T04:26:00.155Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
66572026-05-23T04:26:00.155Z Fresh tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
66582026-05-23T04:26:00.155Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
66592026-05-23T04:26:00.155Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
66602026-05-23T04:26:00.155Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
66612026-05-23T04:26:00.155Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
66622026-05-23T04:26:00.155Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
66632026-05-23T04:26:00.155Z Fresh support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
66642026-05-23T04:26:00.155Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
66652026-05-23T04:26:00.155Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
66662026-05-23T04:26:00.155Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
66672026-05-23T04:26:00.155Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
66682026-05-23T04:26:00.155Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
66692026-05-23T04:26:00.156Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
66702026-05-23T04:26:00.156Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
66712026-05-23T04:26:00.156Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
66722026-05-23T04:26:00.156Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
66732026-05-23T04:26:00.156Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
66742026-05-23T04:26:00.156Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
66752026-05-23T04:26:00.156Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
66762026-05-23T04:26:00.156Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
66772026-05-23T04:26:00.156Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
66782026-05-23T04:26:00.156Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
66792026-05-23T04:26:00.156Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
66802026-05-23T04:26:00.156Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
66812026-05-23T04:26:00.156Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
66822026-05-23T04:26:00.156Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
66832026-05-23T04:26:00.156Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
66842026-05-23T04:26:00.156Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
66852026-05-23T04:26:00.156Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
66862026-05-23T04:26:00.156Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
66872026-05-23T04:26:00.156Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
66882026-05-23T04:26:00.156Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
66892026-05-23T04:26:00.156Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
66902026-05-23T04:26:00.156Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
66912026-05-23T04:26:00.156Z Fresh sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
66922026-05-23T04:26:00.156Z Fresh sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
66932026-05-23T04:26:00.156Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
66942026-05-23T04:26:00.156Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
66952026-05-23T04:26:00.156Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
66962026-05-23T04:26:00.156Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
66972026-05-23T04:26:00.156Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
66982026-05-23T04:26:00.156Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
66992026-05-23T04:26:00.156Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
67002026-05-23T04:26:00.156Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
67012026-05-23T04:26:00.156Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
67022026-05-23T04:26:00.156Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
67032026-05-23T04:26:00.156Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
67042026-05-23T04:26:00.156Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
67052026-05-23T04:26:00.156Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
67062026-05-23T04:26:00.157Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
67072026-05-23T04:26:00.157Z Running `/home/build/.rustup/toolchains/1.94.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=f275597be4c3db57 -C extra-filename=-b7e950b015a5c12e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f6e304ad5c116fb5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
67082026-05-23T04:26:00.157Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
67092026-05-23T04:26:00.157Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
67102026-05-23T04:26:00.157Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
67112026-05-23T04:26:00.157Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
67122026-05-23T04:26:00.157Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
67132026-05-23T04:26:00.157Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
67142026-05-23T04:26:00.157Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
67152026-05-23T04:26:00.157Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
67162026-05-23T04:26:00.157Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
67172026-05-23T04:26:00.157Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
67182026-05-23T04:26:00.157Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
67192026-05-23T04:26:00.157Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
67202026-05-23T04:26:00.157Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
67212026-05-23T04:26:00.157Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
67222026-05-23T04:26:00.157Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
67232026-05-23T04:26:00.157Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
67242026-05-23T04:26:00.157Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
67252026-05-23T04:26:00.157Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
67262026-05-23T04:26:00.157Z Fresh transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
67272026-05-23T04:26:00.157Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
67282026-05-23T04:26:00.157Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
67292026-05-23T04:26:00.157Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
67302026-05-23T04:26:00.157Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
67312026-05-23T04:26:00.157Z Fresh dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
67322026-05-23T04:26:00.157Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
67332026-05-23T04:26:00.157Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
67342026-05-23T04:26:00.157Z Fresh ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
67352026-05-23T04:26:00.157Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
67362026-05-23T04:26:00.157Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
67372026-05-23T04:26:00.157Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
67382026-05-23T04:26:00.157Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
67392026-05-23T04:26:00.157Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
67402026-05-23T04:26:00.157Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
67412026-05-23T04:26:00.157Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
67422026-05-23T04:26:00.157Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
67432026-05-23T04:26:00.157Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
67442026-05-23T04:26:00.157Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
67452026-05-23T04:26:00.158Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
67462026-05-23T04:26:00.158Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
67472026-05-23T04:26:00.158Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
67482026-05-23T04:26:00.158Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
67492026-05-23T04:26:00.158Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
67502026-05-23T04:26:00.158Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
67512026-05-23T04:26:00.158Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
67522026-05-23T04:26:00.158Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
67532026-05-23T04:26:00.158Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
67542026-05-23T04:26:00.158Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
67552026-05-23T04:26:00.162Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
67562026-05-23T04:26:00.162Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
67572026-05-23T04:26:00.162Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
67582026-05-23T04:26:00.162Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
67592026-05-23T04:26:00.162Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
67602026-05-23T04:26:00.163Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
67612026-05-23T04:26:00.163Z Fresh omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
67622026-05-23T04:26:00.163Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
67632026-05-23T04:26:00.163Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
67642026-05-23T04:26:00.163Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
67652026-05-23T04:26:00.163Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
67662026-05-23T04:26:00.163Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
67672026-05-23T04:26:00.163Z Fresh bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
67682026-05-23T04:26:00.163Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
67692026-05-23T04:26:00.163Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
67702026-05-23T04:26:00.163Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
67712026-05-23T04:26:00.163Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
67722026-05-23T04:26:00.163Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
67732026-05-23T04:26:00.163Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
67742026-05-23T04:26:00.163Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
67752026-05-23T04:26:00.163Z Fresh oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
67762026-05-23T04:26:00.163Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
67772026-05-23T04:26:00.163Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
67782026-05-23T04:26:00.163Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
67792026-05-23T04:26:00.163Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
67802026-05-23T04:26:00.163Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
67812026-05-23T04:26:00.163Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
67822026-05-23T04:26:00.163Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
67832026-05-23T04:26:00.163Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
67842026-05-23T04:26:00.163Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
67852026-05-23T04:26:00.163Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
67862026-05-23T04:26:00.163Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
67872026-05-23T04:26:00.163Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
67882026-05-23T04:26:00.163Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
67892026-05-23T04:26:00.163Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
67902026-05-23T04:26:00.163Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
67912026-05-23T04:26:00.163Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
67922026-05-23T04:26:00.163Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
67932026-05-23T04:26:00.163Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
67942026-05-23T04:26:00.163Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
67952026-05-23T04:26:00.163Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
67962026-05-23T04:26:00.163Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
67972026-05-23T04:26:00.164Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
67982026-05-23T04:26:00.164Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
67992026-05-23T04:26:00.164Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
68002026-05-23T04:26:00.164Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
68012026-05-23T04:26:00.164Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
68022026-05-23T04:26:00.164Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
68032026-05-23T04:26:00.164Z Fresh omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
68042026-05-23T04:26:00.164Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
68052026-05-23T04:26:00.164Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
68062026-05-23T04:26:00.164Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
68072026-05-23T04:26:00.164Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
68082026-05-23T04:26:00.164Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
68092026-05-23T04:26:00.164Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
68102026-05-23T04:26:00.164Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
68112026-05-23T04:26:00.164Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
68122026-05-23T04:26:00.164Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
68132026-05-23T04:26:00.910Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
68142026-05-23T04:26:00.916Z Running `/home/build/.rustup/toolchains/1.94.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' --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=d0ac4c853c0531ad -C extra-filename=-3c784933ea765f4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a367aaae4b237a4e.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-336be7aeea741272.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-6498dbd3f195833d.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4606ab9f3f0f803a.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6161d0b82d613780.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-87ea2d0650c1498a.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-62c80b8fe1be1e5a.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0d8f888a5d802a38.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-d0f2a744489819b2.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b0f26c04d8d708f3.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-eb2e3caaff490c51.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c631a266d2055e63.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d6e6e843ae250763.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-32770f3ae736f329.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0455ddf1b53cad88.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-b3e409320a446bde.rmeta --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-10703d03f2f79d24.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2daaa880e402fb61.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-b81a8f33212a551d.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-ab8fcc995bed8d7d.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-9b666b73e32a735e.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d5d970d66d830ef7.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-4b5919146e8c15fe.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4a19344300438491.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c825208a92035f16.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2af8360ec0abfee.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1dfcdb7cec31671b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d51e53abc57f4663.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-39a6c9a154ec078b.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3c9d4467753cb2ec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0a0564e6a5952b4.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-52d21944751f5ead.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b40379780a06e67.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bb3b330da0999e02.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-904b5786732b2b10.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0a0dea326cf2a884.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-1939807e6be6156e.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6de895597b074294.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-f2b54bac2d015923.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d3678eae9ba68c5f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-ae76072ae87a9f09.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rmeta --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rmeta --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-a653a7a4fcc39c12.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa34a231e3f3e7fe.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-eec0b80df66956df.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
68152026-05-23T04:26:01.247Z Running `/home/build/.rustup/toolchains/1.94.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 --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=561e88d59f3d6978 -C extra-filename=-06c3ddc427319101 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a367aaae4b237a4e.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-336be7aeea741272.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-6498dbd3f195833d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4606ab9f3f0f803a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85c665bbda1b40ba.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6161d0b82d613780.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-87ea2d0650c1498a.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-62c80b8fe1be1e5a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e1dece6187d55c2e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0d8f888a5d802a38.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f038e62f8dba66c9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d03f5ce545e52596.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-35cb00c959fe46fe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-74e103db03a7b92e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-d0f2a744489819b2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b0f26c04d8d708f3.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-eb2e3caaff490c51.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c631a266d2055e63.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d6e6e843ae250763.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-32770f3ae736f329.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0455ddf1b53cad88.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-b3e409320a446bde.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-10703d03f2f79d24.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2daaa880e402fb61.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-b81a8f33212a551d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-ab8fcc995bed8d7d.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-9b666b73e32a735e.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d5d970d66d830ef7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-4b5919146e8c15fe.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4a19344300438491.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c825208a92035f16.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2af8360ec0abfee.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1dfcdb7cec31671b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-54885cc3b2a80693.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d51e53abc57f4663.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-39a6c9a154ec078b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3c9d4467753cb2ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7099a890bd2849ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5f7403c341615c99.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0a0564e6a5952b4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4354d5f2c9b7f735.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-52d21944751f5ead.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b40379780a06e67.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bb3b330da0999e02.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-904b5786732b2b10.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0a0dea326cf2a884.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-1939807e6be6156e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6de895597b074294.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-f2b54bac2d015923.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d3678eae9ba68c5f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-ae76072ae87a9f09.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-9c8fa79bd8ef9ea7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-a653a7a4fcc39c12.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-997b12e471dc74a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa34a231e3f3e7fe.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-e79fbcf5d5ff5694.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-27e0b513e837638c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-eec0b80df66956df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
68162026-05-23T04:28:21.087Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
68172026-05-23T04:28:21.091Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
68182026-05-23T04:28:21.091Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
68192026-05-23T04:28:21.091Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
68202026-05-23T04:28:21.116Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name test_multicast --edition=2024 dev-tools/omdb/tests/test_multicast.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=dd49124a6a7d2446 -C extra-filename=-092f73afb4b3f9cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-16a59e955c9cb203.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-6498dbd3f195833d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6161d0b82d613780.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-62c80b8fe1be1e5a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-28016e2a567056cc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-acc227fa342199bf.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-32770f3ae736f329.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4a19344300438491.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2af8360ec0abfee.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-54885cc3b2a80693.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-39a6c9a154ec078b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3c784933ea765f4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0a0564e6a5952b4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-54b57450fa5a0fb9.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
68212026-05-23T04:28:21.122Z Running `/home/build/.rustup/toolchains/1.94.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=3c3ce0c2edb1f48b -C extra-filename=-df39156a8f75a578 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4a19344300438491.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-54885cc3b2a80693.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3c784933ea765f4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-b88f55d3e6659ecb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
68222026-05-23T04:28:21.122Z Running `/home/build/.rustup/toolchains/1.94.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 --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=255136c9a9db1b78 -C extra-filename=-e17de7840598ebd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-16a59e955c9cb203.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-6498dbd3f195833d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6161d0b82d613780.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-62c80b8fe1be1e5a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-28016e2a567056cc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-acc227fa342199bf.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-32770f3ae736f329.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4a19344300438491.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2af8360ec0abfee.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-54885cc3b2a80693.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-39a6c9a154ec078b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3c784933ea765f4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0a0564e6a5952b4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-54b57450fa5a0fb9.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
68232026-05-23T04:28:21.122Z Running `/home/build/.rustup/toolchains/1.94.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=9dfbb026d0ae9101 -C extra-filename=-451f8b40475dcc2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a367aaae4b237a4e.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-336be7aeea741272.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-6498dbd3f195833d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4606ab9f3f0f803a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d03f5ce545e52596.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-32770f3ae736f329.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-9b666b73e32a735e.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d5d970d66d830ef7.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4a19344300438491.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-54885cc3b2a80693.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3c784933ea765f4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
68242026-05-23T04:28:21.122Z Running `/home/build/.rustup/toolchains/1.94.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=39ab80859674778d -C extra-filename=-6b5ae47ec5a66cb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1dfcdb7cec31671b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-70a2ffa4e221e66b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3c784933ea765f4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5f7403c341615c99.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
68252026-05-23T04:28:21.122Z Running `/home/build/.rustup/toolchains/1.94.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=b764471f806f3852 -C extra-filename=-1c93b18feb1b477f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1dfcdb7cec31671b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3c784933ea765f4b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
68262026-05-23T04:28:21.122Z Running `/home/build/.rustup/toolchains/1.94.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 --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=8ede649afb25b92d -C extra-filename=-3ee67e829318be39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a367aaae4b237a4e.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-336be7aeea741272.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-6498dbd3f195833d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4606ab9f3f0f803a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85c665bbda1b40ba.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6161d0b82d613780.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-87ea2d0650c1498a.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-62c80b8fe1be1e5a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e1dece6187d55c2e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0d8f888a5d802a38.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f038e62f8dba66c9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d03f5ce545e52596.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-35cb00c959fe46fe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-74e103db03a7b92e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-d0f2a744489819b2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b0f26c04d8d708f3.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-eb2e3caaff490c51.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c631a266d2055e63.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d6e6e843ae250763.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-32770f3ae736f329.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0455ddf1b53cad88.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-b3e409320a446bde.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-10703d03f2f79d24.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2daaa880e402fb61.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-b81a8f33212a551d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-ab8fcc995bed8d7d.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-9b666b73e32a735e.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d5d970d66d830ef7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-4b5919146e8c15fe.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4a19344300438491.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c825208a92035f16.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2af8360ec0abfee.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1dfcdb7cec31671b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-54885cc3b2a80693.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d51e53abc57f4663.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-39a6c9a154ec078b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3c9d4467753cb2ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3c784933ea765f4b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7099a890bd2849ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5f7403c341615c99.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0a0564e6a5952b4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4354d5f2c9b7f735.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-52d21944751f5ead.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b40379780a06e67.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bb3b330da0999e02.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-904b5786732b2b10.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0a0dea326cf2a884.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-1939807e6be6156e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6de895597b074294.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-f2b54bac2d015923.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d3678eae9ba68c5f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-ae76072ae87a9f09.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-9c8fa79bd8ef9ea7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-a653a7a4fcc39c12.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-997b12e471dc74a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa34a231e3f3e7fe.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-e79fbcf5d5ff5694.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-27e0b513e837638c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-eec0b80df66956df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
68272026-05-23T04:28:21.135Z Running `/home/build/.rustup/toolchains/1.94.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' --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=aeef630d01ed068f -C extra-filename=-a402e971ba09927a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a367aaae4b237a4e.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-336be7aeea741272.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-6498dbd3f195833d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4606ab9f3f0f803a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6161d0b82d613780.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-87ea2d0650c1498a.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-62c80b8fe1be1e5a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0d8f888a5d802a38.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-d0f2a744489819b2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b0f26c04d8d708f3.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-eb2e3caaff490c51.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c631a266d2055e63.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d6e6e843ae250763.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-32770f3ae736f329.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0455ddf1b53cad88.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-b3e409320a446bde.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-10703d03f2f79d24.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2daaa880e402fb61.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-b81a8f33212a551d.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-ab8fcc995bed8d7d.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-9b666b73e32a735e.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d5d970d66d830ef7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-4b5919146e8c15fe.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4a19344300438491.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c825208a92035f16.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2af8360ec0abfee.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1dfcdb7cec31671b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d51e53abc57f4663.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-39a6c9a154ec078b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3c9d4467753cb2ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3c784933ea765f4b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0a0564e6a5952b4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-52d21944751f5ead.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b40379780a06e67.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bb3b330da0999e02.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-904b5786732b2b10.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0a0dea326cf2a884.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-1939807e6be6156e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6de895597b074294.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-f2b54bac2d015923.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d3678eae9ba68c5f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-ae76072ae87a9f09.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-a653a7a4fcc39c12.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa34a231e3f3e7fe.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-eec0b80df66956df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
68282026-05-23T04:28:21.140Z Running `/home/build/.rustup/toolchains/1.94.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 --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=f6eb54a1d7cc7404 -C extra-filename=-786c51463c33e618 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a367aaae4b237a4e.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-336be7aeea741272.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-6498dbd3f195833d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4606ab9f3f0f803a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85c665bbda1b40ba.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6161d0b82d613780.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-87ea2d0650c1498a.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-62c80b8fe1be1e5a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e1dece6187d55c2e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0d8f888a5d802a38.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f038e62f8dba66c9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d03f5ce545e52596.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-35cb00c959fe46fe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-74e103db03a7b92e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-d0f2a744489819b2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b0f26c04d8d708f3.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-eb2e3caaff490c51.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c631a266d2055e63.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d6e6e843ae250763.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-32770f3ae736f329.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0455ddf1b53cad88.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-b3e409320a446bde.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-10703d03f2f79d24.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2daaa880e402fb61.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-b81a8f33212a551d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-ab8fcc995bed8d7d.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-9b666b73e32a735e.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d5d970d66d830ef7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-4b5919146e8c15fe.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4a19344300438491.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c825208a92035f16.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2af8360ec0abfee.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1dfcdb7cec31671b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-54885cc3b2a80693.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d51e53abc57f4663.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-39a6c9a154ec078b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3c9d4467753cb2ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3c784933ea765f4b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7099a890bd2849ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5f7403c341615c99.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0a0564e6a5952b4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4354d5f2c9b7f735.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-52d21944751f5ead.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b40379780a06e67.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bb3b330da0999e02.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-904b5786732b2b10.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0a0dea326cf2a884.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-1939807e6be6156e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6de895597b074294.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-f2b54bac2d015923.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d3678eae9ba68c5f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-ae76072ae87a9f09.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-9c8fa79bd8ef9ea7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-a653a7a4fcc39c12.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-997b12e471dc74a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa34a231e3f3e7fe.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-e79fbcf5d5ff5694.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-27e0b513e837638c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-eec0b80df66956df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
68292026-05-23T04:28:21.140Z Running `/home/build/.rustup/toolchains/1.94.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 --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=42ffa3ec988ce6c1 -C extra-filename=-a416a9323570ffcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a367aaae4b237a4e.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-336be7aeea741272.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-6498dbd3f195833d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4606ab9f3f0f803a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85c665bbda1b40ba.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6161d0b82d613780.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-87ea2d0650c1498a.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-62c80b8fe1be1e5a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e1dece6187d55c2e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0d8f888a5d802a38.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f038e62f8dba66c9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d03f5ce545e52596.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-35cb00c959fe46fe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-74e103db03a7b92e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-d0f2a744489819b2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b0f26c04d8d708f3.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-eb2e3caaff490c51.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c631a266d2055e63.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d6e6e843ae250763.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-32770f3ae736f329.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0455ddf1b53cad88.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-b3e409320a446bde.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-10703d03f2f79d24.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2daaa880e402fb61.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-b81a8f33212a551d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-ab8fcc995bed8d7d.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-9b666b73e32a735e.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d5d970d66d830ef7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-4b5919146e8c15fe.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4a19344300438491.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c825208a92035f16.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2af8360ec0abfee.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1dfcdb7cec31671b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-54885cc3b2a80693.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d51e53abc57f4663.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-39a6c9a154ec078b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3c9d4467753cb2ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3c784933ea765f4b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7099a890bd2849ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5f7403c341615c99.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0a0564e6a5952b4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4354d5f2c9b7f735.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-52d21944751f5ead.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b40379780a06e67.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bb3b330da0999e02.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-904b5786732b2b10.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0a0dea326cf2a884.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-1939807e6be6156e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6de895597b074294.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-f2b54bac2d015923.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d3678eae9ba68c5f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-ae76072ae87a9f09.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-9c8fa79bd8ef9ea7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-a653a7a4fcc39c12.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-997b12e471dc74a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa34a231e3f3e7fe.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-e79fbcf5d5ff5694.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-27e0b513e837638c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-eec0b80df66956df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
68302026-05-23T04:28:21.157Z Running `/home/build/.rustup/toolchains/1.94.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 --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=825b1206b6b2f5f4 -C extra-filename=-a5356cac5ac16319 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-16a59e955c9cb203.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-6498dbd3f195833d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6161d0b82d613780.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-62c80b8fe1be1e5a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7aa0a185f0e945eb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-28016e2a567056cc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-acc227fa342199bf.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-32770f3ae736f329.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4a19344300438491.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2af8360ec0abfee.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-54885cc3b2a80693.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-39a6c9a154ec078b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3c784933ea765f4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0a0564e6a5952b4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-54b57450fa5a0fb9.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
68312026-05-23T04:28:21.161Z Running `/home/build/.rustup/toolchains/1.94.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=fb4496973df6c334 -C extra-filename=-ed31d9c553b2ee69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4a19344300438491.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-54885cc3b2a80693.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3c784933ea765f4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-b88f55d3e6659ecb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
68322026-05-23T04:28:21.161Z Running `/home/build/.rustup/toolchains/1.94.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' --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=0d67cc0a8c7b78a1 -C extra-filename=-96de53dc7abf19da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a367aaae4b237a4e.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-336be7aeea741272.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-6498dbd3f195833d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4606ab9f3f0f803a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6161d0b82d613780.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-87ea2d0650c1498a.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-62c80b8fe1be1e5a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0d8f888a5d802a38.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-d0f2a744489819b2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b0f26c04d8d708f3.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-eb2e3caaff490c51.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c631a266d2055e63.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d6e6e843ae250763.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-32770f3ae736f329.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0455ddf1b53cad88.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-b3e409320a446bde.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-10703d03f2f79d24.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2daaa880e402fb61.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-b81a8f33212a551d.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-ab8fcc995bed8d7d.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-9b666b73e32a735e.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d5d970d66d830ef7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-4b5919146e8c15fe.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4a19344300438491.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c825208a92035f16.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2af8360ec0abfee.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1dfcdb7cec31671b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d51e53abc57f4663.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-39a6c9a154ec078b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3c9d4467753cb2ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3c784933ea765f4b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0a0564e6a5952b4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-52d21944751f5ead.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b40379780a06e67.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bb3b330da0999e02.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-904b5786732b2b10.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0a0dea326cf2a884.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-1939807e6be6156e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6de895597b074294.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-f2b54bac2d015923.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d3678eae9ba68c5f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-ae76072ae87a9f09.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-a653a7a4fcc39c12.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa34a231e3f3e7fe.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-eec0b80df66956df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
68332026-05-23T04:28:21.161Z Running `/home/build/.rustup/toolchains/1.94.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=aec28fed93e85275 -C extra-filename=-5c19992f5acc405f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1dfcdb7cec31671b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-70a2ffa4e221e66b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3c784933ea765f4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5f7403c341615c99.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/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`
68342026-05-23T04:30:39.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 40s
68352026-05-23T04:30:39.522Z
68362026-05-23T04:30:39.522Zreal 4:41.170149949
68372026-05-23T04:30:39.522Zuser 21:01.028474832
68382026-05-23T04:30:39.522Zsys 4:15.142414949
68392026-05-23T04:30:39.522Ztrap 0.180399817
68402026-05-23T04:30:39.522Ztflt 0.095656846
68412026-05-23T04:30:39.526Zdflt 2.108627603
68422026-05-23T04:30:39.526Zkflt 0.000037060
68432026-05-23T04:30:39.526Zlock 1:27:45.766043823
68442026-05-23T04:30:39.526Zslp 1:32:45.860739538
68452026-05-23T04:30:39.526Zlat 1.299872906
68462026-05-23T04:30:39.526Zstop 46.381670267
68472026-05-23T04:30:39.530Z++ ls -t /home/build/.cargo/log/20260523T041743970Z-e4292872132ecfd0.jsonl /home/build/.cargo/log/20260523T042557220Z-e4292872132ecfd0.jsonl
68482026-05-23T04:30:39.530Z++ head -1
68492026-05-23T04:30:39.533Z+ cp /home/build/.cargo/log/20260523T042557220Z-e4292872132ecfd0.jsonl /work/cargo-build-analysis.jsonl
68502026-05-23T04:30:39.537Z+ RECORDING_CONFIG_DIR=/tmp/nextest-recording-config
68512026-05-23T04:30:39.537Z+ RECORDING_CONFIG=/tmp/nextest-recording-config/config.toml
68522026-05-23T04:30:39.540Z++ mktemp -d /tmp/nextest-state.XXXXXX
68532026-05-23T04:30:39.540Z+ NEXTEST_STATE_DIR=/tmp/nextest-state.XCaW9s
68542026-05-23T04:30:39.540Z+ ARCHIVE_PATH=/tmp/nextest-run-archive.zip
68552026-05-23T04:30:39.540Z+ CHROME_TRACE_PATH=/tmp/nextest-chrome-trace.json
68562026-05-23T04:30:39.540Z+ mkdir -p /tmp/nextest-recording-config
68572026-05-23T04:30:39.543Z+ printf '[experimental]\nrecord = true\n\n[record]\nenabled = true\n'
68582026-05-23T04:30:39.543Z+ export NEXTEST_STATE_DIR
68592026-05-23T04:30:39.543Z+ banner test
68602026-05-23T04:30:39.547Z
68612026-05-23T04:30:39.547Z ##### ###### #### #####
68622026-05-23T04:30:39.547Z # # # #
68632026-05-23T04:30:39.547Z # ##### #### #
68642026-05-23T04:30:39.547Z # # # #
68652026-05-23T04:30:39.547Z # # # # #
68662026-05-23T04:30:39.547Z # ###### #### #
68672026-05-23T04:30:39.547Z
68682026-05-23T04:30:39.547Z+ NEXTEST_EXIT=0
68692026-05-23T04:30:39.547Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --test-threads -2 --user-config-file /tmp/nextest-recording-config/config.toml
68702026-05-23T04:30:40.874Zinfo: experimental features enabled: setup-scripts, benchmarks
68712026-05-23T04:30:42.379Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
68722026-05-23T04:30:42.576Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
68732026-05-23T04:30:42.601Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
68742026-05-23T04:30:42.637Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
68752026-05-23T04:30:55.713Z Finished `test` profile [unoptimized + debuginfo] target(s) in 14.82s
68762026-05-23T04:30:56.921Z────────────
68772026-05-23T04:30:56.922Z Nextest run ID 9da768b9-b844-4e54-8832-cbc35af7e828 with nextest profile: ci
68782026-05-23T04:30:56.922Z Starting 2942 tests across 238 binaries (6 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
68792026-05-23T04:30:56.925Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
68802026-05-23T04:30:57.864Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
68812026-05-23T04:30:57.868Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
68822026-05-23T04:30:58.017Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
68832026-05-23T04:30:58.017Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
68842026-05-23T04:30:58.020Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
68852026-05-23T04:30:58.062Z Compiling multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
68862026-05-23T04:30:58.104Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
68872026-05-23T04:30:58.107Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
68882026-05-23T04:30:58.107Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
68892026-05-23T04:30:58.107Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
68902026-05-23T04:30:58.107Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
68912026-05-23T04:30:58.110Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
68922026-05-23T04:30:58.110Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
68932026-05-23T04:30:58.113Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
68942026-05-23T04:30:58.114Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
68952026-05-23T04:30:58.114Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
68962026-05-23T04:30:58.278Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
68972026-05-23T04:30:58.313Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
68982026-05-23T04:30:58.419Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
68992026-05-23T04:30:58.419Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
69002026-05-23T04:30:58.678Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
69012026-05-23T04:30:58.894Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
69022026-05-23T04:30:59.037Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
69032026-05-23T04:30:59.136Z Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
69042026-05-23T04:30:59.202Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
69052026-05-23T04:30:59.439Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
69062026-05-23T04:30:59.536Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
69072026-05-23T04:30:59.662Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
69082026-05-23T04:30:59.718Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
69092026-05-23T04:30:59.914Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
69102026-05-23T04:31:00.103Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
69112026-05-23T04:31:02.498Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
69122026-05-23T04:31:05.285Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
69132026-05-23T04:31:05.285Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
69142026-05-23T04:31:06.106Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
69152026-05-23T04:31:06.106Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
69162026-05-23T04:31:06.106Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
69172026-05-23T04:31:06.950Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
69182026-05-23T04:31:07.783Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
69192026-05-23T04:31:07.787Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
69202026-05-23T04:31:14.234Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
69212026-05-23T04:31:21.948Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
69222026-05-23T04:31:23.608Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
69232026-05-23T04:31:24.620Z Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
69242026-05-23T04:31:25.428Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
69252026-05-23T04:31:28.872Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
69262026-05-23T04:31:37.797Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
69272026-05-23T04:31:45.622Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
69282026-05-23T04:31:47.385Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
69292026-05-23T04:31:49.152Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
69302026-05-23T04:32:00.194Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 03s
69312026-05-23T04:32:00.337Z Running `target/debug/crdb-seed`
69322026-05-23T04:32:00.407ZMay 23 04:31:59.250 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpT8hZP2
69332026-05-23T04:32:00.407ZMay 23 04:31:59.252 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpfrU6TJ,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpT8hZP2/listen-url --max-sql-memory 256MiB
69342026-05-23T04:32:00.407ZMay 23 04:31:59.252 INFO cockroach environment: BUILDOMAT_JOB_ID=01KS9GK8A7XR7PYGEWD1XGKAXH BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.94.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=multicast-e2e GITHUB_REF=refs/heads/multicast-e2e GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=e328074106e163afbb0cbfe32a793cc1bb0582d8 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-fd2399a9b192b759/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out:/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out:/work/oxidecomputer/omicron/target/debug:/work/oxidecomputer/omicron/target/debug/deps:/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out:/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out:/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out:/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envLn2kc3 NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out:/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out:/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out:/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RECOMMENDED_VERSION=0.9.131 NEXTEST_REQUIRED_VERSION=0.9.131 NEXTEST_RUN_ID=9da768b9-b844-4e54-8832-cbc35af7e828 NEXTEST_RUN_MODE=test NEXTEST_STATE_DIR=/tmp/nextest-state.XCaW9s 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.94.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
69352026-05-23T04:32:00.902ZMay 23 04:31:59.747 INFO cockroach pid: 10282
69362026-05-23T04:32:00.902ZMay 23 04:31:59.747 INFO cockroach listen URL: postgresql://root@[::1]:39976/omicron?sslmode=disable
69372026-05-23T04:32:00.906ZMay 23 04:31:59.750 INFO cockroach: populating
69382026-05-23T04:32:02.012ZMay 23 04:32:00.857 INFO cockroach: populated
69392026-05-23T04:32:03.018ZMay 23 04:32:01.862 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/f1d0b5eafce1275fcdb9684f5e9a0db2edf2344eda0b8c61f6bb4677d55ea4e3.tar`
69402026-05-23T04:32:03.025Z SETUP PASS [ 66.103s] crdb-seed: cargo run -p crdb-seed --profile test
69412026-05-23T04:32:03.028Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
69422026-05-23T04:32:03.897Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
69432026-05-23T04:32:04.022Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
69442026-05-23T04:32:05.253Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
69452026-05-23T04:32:06.321Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
69462026-05-23T04:32:17.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.79s
69472026-05-23T04:32:17.997Z Running `target/debug/clickhouse-cluster-dev`
69482026-05-23T04:32:18.063ZMay 23 04:32:16.907 INFO Setting up a ClickHouse cluster
69492026-05-23T04:32:18.066ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
69502026-05-23T04:32:18.066ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
69512026-05-23T04:32:18.066ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
69522026-05-23T04:32:18.066ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
69532026-05-23T04:32:18.066ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
69542026-05-23T04:32:18.831ZMay 23 04:32:17.675 INFO ClickHouse server ready
69552026-05-23T04:32:18.838ZMay 23 04:32:17.676 INFO ClickHouse server ready
69562026-05-23T04:32:19.960ZMay 23 04:32:18.803 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
69572026-05-23T04:32:19.967Z SETUP PASS [ 16.942s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
69582026-05-23T04:32:20.001Z PASS [ 0.027s] ( 1/2942) api_identity test::test_identity_no_field
69592026-05-23T04:32:20.005Z PASS [ 0.026s] ( 2/2942) api_identity test::test_identity
69602026-05-23T04:32:20.015Z PASS [ 0.036s] ( 3/2942) authz-macros tests::test_authz_snapshots
69612026-05-23T04:32:20.034Z PASS [ 0.017s] ( 4/2942) bootstore schemes::tests::hello_roundtrip
69622026-05-23T04:32:20.042Z PASS [ 0.016s] ( 5/2942) bootstore schemes::v0::share_pkg::tests::create_packages
69632026-05-23T04:32:20.073Z PASS [ 0.014s] ( 6/2942) bootstore trust_quorum::rack_secret::tests::create_and_verify
69642026-05-23T04:32:20.073Z PASS [ 0.041s] ( 7/2942) bootstore schemes::v0::peer::tests::network_config
69652026-05-23T04:32:20.073Z PASS [ 0.014s] ( 8/2942) bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
69662026-05-23T04:32:21.056Z PASS [ 1.051s] ( 9/2942) bootstore schemes::v0::peer::tests::basic_3_nodes
69672026-05-23T04:32:21.136Z PASS [ 0.080s] ( 10/2942) cert-dev::test-cert-dev test_cert_create
69682026-05-23T04:32:21.213Z PASS [ 0.078s] ( 11/2942) clickana chart::tests::gather_chart_data_failure
69692026-05-23T04:32:21.227Z PASS [ 0.014s] ( 12/2942) clickana chart::tests::gather_chart_data_for_disk_usage_success
69702026-05-23T04:32:21.240Z PASS [ 0.013s] ( 13/2942) clickana chart::tests::gather_chart_data_for_memory_tracking_success
69712026-05-23T04:32:21.251Z PASS [ 0.011s] ( 14/2942) clickana chart::tests::gather_chart_data_for_query_count_success
69722026-05-23T04:32:21.267Z PASS [ 0.015s] ( 15/2942) clickana chart::tests::gather_chart_data_for_running_queries_success
69732026-05-23T04:32:21.290Z PASS [ 0.023s] ( 16/2942) clickhouse-admin-types-versions impls::keeper::tests::test_additional_key_value_pairs_in_output_parse_fail
69742026-05-23T04:32:21.305Z PASS [ 0.016s] ( 17/2942) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_parse_fail
69752026-05-23T04:32:21.321Z PASS [ 0.015s] ( 18/2942) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_raft_config_parse_fail
69762026-05-23T04:32:21.336Z PASS [ 0.015s] ( 19/2942) clickhouse-admin-types-versions impls::keeper::tests::test_empty_value_lgif_parse_fail
69772026-05-23T04:32:21.351Z PASS [ 0.014s] ( 20/2942) clickhouse-admin-types-versions impls::keeper::tests::test_full_keeper_conf_parse_success
69782026-05-23T04:32:21.365Z PASS [ 0.015s] ( 21/2942) clickhouse-admin-types-versions impls::keeper::tests::test_full_lgif_parse_success
69792026-05-23T04:32:21.380Z PASS [ 0.015s] ( 22/2942) clickhouse-admin-types-versions impls::keeper::tests::test_full_raft_config_parse_success
69802026-05-23T04:32:21.400Z PASS [ 0.017s] ( 23/2942) clickhouse-admin-types-versions impls::keeper::tests::test_generate_keeper_config
69812026-05-23T04:32:21.409Z PASS [ 1.355s] ( 24/2942) bootstore::v0-fsm-proptest-learner run
69822026-05-23T04:32:21.416Z PASS [ 0.019s] ( 25/2942) clickhouse-admin-types-versions impls::keeper::tests::test_invalid_address_raft_config_parse_fail
69832026-05-23T04:32:21.428Z PASS [ 0.019s] ( 26/2942) clickhouse-admin-types-versions impls::keeper::tests::test_malformed_output_keeper_conf_parse_fail
69842026-05-23T04:32:21.435Z PASS [ 0.019s] ( 27/2942) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_id_raft_config_parse_fail
69852026-05-23T04:32:21.448Z PASS [ 0.019s] ( 28/2942) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_participant_raft_config_parse_fail
69862026-05-23T04:32:21.457Z PASS [ 0.022s] ( 29/2942) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_port_raft_config_parse_fail
69872026-05-23T04:32:21.468Z PASS [ 0.020s] ( 30/2942) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_priority_raft_config_parse_fail
69882026-05-23T04:32:21.480Z PASS [ 0.021s] ( 31/2942) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_raft_config_parse_fail
69892026-05-23T04:32:21.489Z PASS [ 0.021s] ( 32/2942) clickhouse-admin-types-versions impls::keeper::tests::test_missing_address_raft_config_parse_fail
69902026-05-23T04:32:21.499Z PASS [ 0.020s] ( 33/2942) clickhouse-admin-types-versions impls::keeper::tests::test_missing_field_keeper_conf_parse_fail
69912026-05-23T04:32:21.512Z PASS [ 0.023s] ( 34/2942) clickhouse-admin-types-versions impls::keeper::tests::test_missing_keys_lgif_parse_fail
69922026-05-23T04:32:21.519Z PASS [ 0.021s] ( 35/2942) clickhouse-admin-types-versions impls::keeper::tests::test_missing_participant_raft_config_parse_fail
69932026-05-23T04:32:21.537Z PASS [ 0.022s] ( 36/2942) clickhouse-admin-types-versions impls::keeper::tests::test_missing_port_raft_config_parse_fail
69942026-05-23T04:32:21.544Z PASS [ 0.025s] ( 37/2942) clickhouse-admin-types-versions impls::keeper::tests::test_missing_priority_raft_config_parse_fail
69952026-05-23T04:32:21.561Z PASS [ 0.025s] ( 38/2942) clickhouse-admin-types-versions impls::keeper::tests::test_missing_server_id_raft_config_parse_fail
69962026-05-23T04:32:21.578Z PASS [ 0.033s] ( 39/2942) clickhouse-admin-types-versions impls::keeper::tests::test_missing_value_keeper_conf_parse_fail
69972026-05-23T04:32:21.587Z PASS [ 0.028s] ( 40/2942) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_keeper_conf_parse_fail
69982026-05-23T04:32:21.617Z PASS [ 0.029s] ( 41/2942) clickhouse-admin-types-versions impls::keeper::tests::test_non_u64_value_lgif_parse_fail
69992026-05-23T04:32:21.626Z PASS [ 0.048s] ( 42/2942) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_with_correct_value_lgif_parse_fail
70002026-05-23T04:32:21.646Z PASS [ 0.029s] ( 43/2942) clickhouse-admin-types-versions impls::server::tests::test_distributed_ddl_queries_parse_success
70012026-05-23T04:32:21.671Z PASS [ 0.043s] ( 44/2942) clickhouse-admin-types-versions impls::server::tests::test_empty_distributed_ddl_queries_parse_success
70022026-05-23T04:32:21.676Z PASS [ 0.030s] ( 45/2942) clickhouse-admin-types-versions impls::server::tests::test_generate_replica_config
70032026-05-23T04:32:21.697Z PASS [ 0.027s] ( 46/2942) clickhouse-admin-types-versions impls::server::tests::test_misshapen_distributed_ddl_queries_parse_fail
70042026-05-23T04:32:21.705Z PASS [ 0.029s] ( 47/2942) clickhouse-admin-types-versions impls::server::tests::test_misshapen_system_timeseries_parse_fail
70052026-05-23T04:32:21.725Z PASS [ 0.029s] ( 48/2942) clickhouse-admin-types-versions impls::server::tests::test_time_format_system_timeseries_parse_fail
70062026-05-23T04:32:21.730Z PASS [ 0.025s] ( 49/2942) clickhouse-admin-types-versions impls::server::tests::test_unix_epoch_system_timeseries_parse_success
70072026-05-23T04:32:21.750Z PASS [ 0.025s] ( 50/2942) clickhouse-admin-types-versions impls::server::tests::test_utc_system_timeseries_parse_success
70082026-05-23T04:32:21.773Z PASS [ 0.042s] ( 51/2942) cockroach-admin-types-versions impls::node::tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
70092026-05-23T04:32:21.793Z PASS [ 0.042s] ( 52/2942) cockroach-admin-types-versions impls::node::tests::node_status_parse_doesnt_panic_on_arbitrary_input
70102026-05-23T04:32:21.798Z PASS [ 0.025s] ( 53/2942) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_no_trailing_notes
70112026-05-23T04:32:21.819Z PASS [ 0.025s] ( 54/2942) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_trailing_notes
70122026-05-23T04:32:21.823Z PASS [ 0.025s] ( 55/2942) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_unexpected_membership_value
70132026-05-23T04:32:21.842Z PASS [ 0.024s] ( 56/2942) cockroach-admin-types-versions impls::node::tests::test_node_status_invalid_rows_not_decommissioned
70142026-05-23T04:32:21.847Z PASS [ 0.022s] ( 57/2942) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_multiple_lines_from_csv
70152026-05-23T04:32:21.865Z PASS [ 0.023s] ( 58/2942) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_single_line_from_csv
70162026-05-23T04:32:21.973Z PASS [ 0.108s] ( 59/2942) db-dev::test-db-dev test_db_dev_wipe_no_args
70172026-05-23T04:32:22.020Z PASS [ 0.171s] ( 60/2942) db-dev::test-db-dev test_db_dev_populate_no_args
70182026-05-23T04:32:22.498Z PASS [ 2.437s] ( 61/2942) bootstore::v0-fsm-proptest-rack-coordinator run
70192026-05-23T04:32:22.550Z PASS [ 0.051s] ( 62/2942) db-macros lookup::test::test_lookup_snapshots
70202026-05-23T04:32:22.573Z PASS [ 0.023s] ( 63/2942) db-macros tests::test_derive_metadata_identity_fails_for_enums
70212026-05-23T04:32:22.683Z PASS [ 0.109s] ( 64/2942) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
70222026-05-23T04:32:22.709Z PASS [ 0.026s] ( 65/2942) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
70232026-05-23T04:32:22.731Z PASS [ 0.023s] ( 66/2942) db-macros tests::test_derive_metadata_identity_fails_without_table_name
70242026-05-23T04:32:22.752Z PASS [ 0.020s] ( 67/2942) db-macros tests::test_derive_metadata_identity_minimal_example_compiles
70252026-05-23T04:32:22.778Z PASS [ 0.026s] ( 68/2942) db-macros tests::test_derive_snapshots
70262026-05-23T04:32:22.817Z PASS [ 0.024s] ( 69/2942) db-macros tests::test_derive_with_unknown_field
70272026-05-23T04:32:22.890Z PASS [ 0.087s] ( 70/2942) dns-server storage::test::test_update_basic
70282026-05-23T04:32:22.981Z PASS [ 0.090s] ( 71/2942) dns-server storage::test::test_update_in_progress
70292026-05-23T04:32:23.076Z PASS [ 0.096s] ( 72/2942) dns-server storage::test::test_update_interrupted
70302026-05-23T04:32:23.172Z PASS [ 0.093s] ( 73/2942) dns-server storage::test::test_zone_gets_soa_record
70312026-05-23T04:32:23.365Z PASS [ 0.195s] ( 74/2942) dns-server::basic_test a_crud
70322026-05-23T04:32:23.519Z PASS [ 0.154s] ( 75/2942) dns-server::basic_test aaaa_crud
70332026-05-23T04:32:23.704Z PASS [ 0.181s] ( 76/2942) dns-server::basic_test answers_match_question
70342026-05-23T04:32:23.844Z PASS [ 0.143s] ( 77/2942) dns-server::basic_test empty_record
70352026-05-23T04:32:23.987Z PASS [ 0.143s] ( 78/2942) dns-server::basic_test multi_record_crud
70362026-05-23T04:32:24.162Z PASS [ 0.176s] ( 79/2942) dns-server::basic_test name_contains_zone
70372026-05-23T04:32:24.293Z PASS [ 0.131s] ( 80/2942) dns-server::basic_test nxdomain
70382026-05-23T04:32:24.418Z PASS [ 0.124s] ( 81/2942) dns-server::basic_test servfail
70392026-05-23T04:32:24.552Z PASS [ 0.134s] ( 82/2942) dns-server::basic_test soa
70402026-05-23T04:32:24.787Z PASS [ 0.235s] ( 83/2942) dns-server::basic_test srv_crud
70412026-05-23T04:32:24.956Z PASS [ 0.170s] ( 84/2942) dns-server::cross_version_test cross_version_works
70422026-05-23T04:32:25.145Z PASS [ 3.171s] ( 85/2942) db-dev::test-db-dev test_db_killed
70432026-05-23T04:32:25.169Z PASS [ 0.024s] ( 86/2942) ereport-types tests::test_arb_json_deserializes
70442026-05-23T04:32:25.188Z PASS [ 0.020s] ( 87/2942) ereport-types tests::test_ena_from_str
70452026-05-23T04:32:25.208Z PASS [ 0.019s] ( 88/2942) ereport-types tests::test_ena_from_str_roundtrip
70462026-05-23T04:32:25.231Z PASS [ 0.023s] ( 89/2942) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
70472026-05-23T04:32:25.250Z PASS [ 0.019s] ( 90/2942) gateway-cli::bin/gateway-cli picocom_map::tests::remapping
70482026-05-23T04:32:25.270Z PASS [ 0.019s] ( 91/2942) gfss gf256::tests::test_all_multiplication
70492026-05-23T04:32:25.289Z PASS [ 0.018s] ( 92/2942) gfss gf256::tests::test_all_multiplicative_inverses
70502026-05-23T04:32:25.306Z PASS [ 0.017s] ( 93/2942) gfss gf256::tests::test_docs_example
70512026-05-23T04:32:28.337Z PASS [ 3.381s] ( 94/2942) dnsadm::commands_test test_dnsadm
70522026-05-23T04:32:30.834Z PASS [ 2.477s] ( 95/2942) gfss shamir::tests::split_and_combine
70532026-05-23T04:32:30.849Z PASS [ 0.018s] ( 96/2942) gfss shamir::tests::test_share_reconstruction
70542026-05-23T04:32:30.869Z PASS [ 0.030s] ( 97/2942) illumos-utils destructor::test::test_delayed_delete
70552026-05-23T04:32:31.454Z PASS [ 0.591s] ( 98/2942) illumos-utils destructor::test::test_delayed_delete_with_error
70562026-05-23T04:32:31.482Z PASS [ 0.028s] ( 99/2942) illumos-utils destructor::test::test_destructor_bad_close
70572026-05-23T04:32:31.511Z PASS [ 0.029s] ( 100/2942) illumos-utils link::test::test_allocate
70582026-05-23T04:32:31.539Z PASS [ 0.027s] ( 101/2942) illumos-utils link::test::test_allocate_within_scopes
70592026-05-23T04:32:31.567Z PASS [ 0.028s] ( 102/2942) illumos-utils opte::port_manager::tests::ip_cfg_from_dual_stack_params
70602026-05-23T04:32:31.595Z PASS [ 0.028s] ( 103/2942) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv4_params
70612026-05-23T04:32:31.623Z PASS [ 0.027s] ( 104/2942) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv6_params
70622026-05-23T04:32:31.654Z PASS [ 0.032s] ( 105/2942) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv4_and_public_ipv6
70632026-05-23T04:32:31.692Z PASS [ 0.038s] ( 106/2942) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv6_and_public_ipv4
70642026-05-23T04:32:31.725Z PASS [ 0.032s] ( 107/2942) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
70652026-05-23T04:32:31.751Z PASS [ 0.027s] ( 108/2942) illumos-utils opte::tests::convert_private_ip_config_to_gateway_ips
70662026-05-23T04:32:31.779Z PASS [ 0.027s] ( 109/2942) illumos-utils running_zone::tests::test_is_oxide_smf_service
70672026-05-23T04:32:31.818Z PASS [ 0.031s] ( 110/2942) illumos-utils svcs::tests::test_svc_parse_empty_success
70682026-05-23T04:32:31.843Z PASS [ 0.033s] ( 111/2942) illumos-utils svcs::tests::test_svc_parse_no_fmri_fail
70692026-05-23T04:32:31.894Z PASS [ 0.029s] ( 112/2942) illumos-utils svcs::tests::test_svc_parse_no_zone_fail
70702026-05-23T04:32:31.910Z PASS [ 0.038s] ( 113/2942) illumos-utils svcs::tests::test_svc_parse_success
70712026-05-23T04:32:31.950Z PASS [ 0.040s] ( 114/2942) illumos-utils svcs::tests::test_svc_parse_unknown_state_fail
70722026-05-23T04:32:31.980Z PASS [ 0.028s] ( 115/2942) illumos-utils svcs::tests::test_to_enabled_not_online
70732026-05-23T04:32:32.007Z PASS [ 0.028s] ( 116/2942) illumos-utils svcs::tests::test_to_enabled_not_online_covers_all_states
70742026-05-23T04:32:32.055Z PASS [ 0.048s] ( 117/2942) illumos-utils zfs::test::directory_mutability
70752026-05-23T04:32:32.113Z PASS [ 0.057s] ( 118/2942) illumos-utils zfs::test::get_values_of_rpool
70762026-05-23T04:32:32.141Z PASS [ 0.028s] ( 119/2942) illumos-utils zfs::test::parse_dataset_bad_avail
70772026-05-23T04:32:32.168Z PASS [ 0.027s] ( 120/2942) illumos-utils zfs::test::parse_dataset_bad_quota
70782026-05-23T04:32:32.205Z PASS [ 0.035s] ( 121/2942) illumos-utils zfs::test::parse_dataset_bad_reservation
70792026-05-23T04:32:32.231Z PASS [ 0.027s] ( 122/2942) illumos-utils zfs::test::parse_dataset_bad_usage
70802026-05-23T04:32:32.261Z PASS [ 0.030s] ( 123/2942) illumos-utils zfs::test::parse_dataset_bad_uuid
70812026-05-23T04:32:32.292Z PASS [ 0.030s] ( 124/2942) illumos-utils zfs::test::parse_dataset_missing_fields
70822026-05-23T04:32:32.318Z PASS [ 0.027s] ( 125/2942) illumos-utils zfs::test::parse_dataset_props
70832026-05-23T04:32:32.346Z PASS [ 0.028s] ( 126/2942) illumos-utils zfs::test::parse_dataset_props_with_optionals
70842026-05-23T04:32:32.373Z PASS [ 0.027s] ( 127/2942) illumos-utils zfs::test::parse_dataset_too_many_columns
70852026-05-23T04:32:32.403Z PASS [ 0.029s] ( 128/2942) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
70862026-05-23T04:32:32.430Z PASS [ 0.027s] ( 129/2942) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
70872026-05-23T04:32:32.457Z PASS [ 0.027s] ( 130/2942) illumos-utils zfs::test::parse_quota_ignored_if_default
70882026-05-23T04:32:32.486Z PASS [ 0.029s] ( 131/2942) illumos-utils zfs::test::parse_reservation_ignored_if_default
70892026-05-23T04:32:32.511Z PASS [ 0.025s] ( 132/2942) illumos-utils zfs::test::parse_sorts_and_dedups
70902026-05-23T04:32:32.545Z PASS [ 0.034s] ( 133/2942) illumos-utils zone::tests::delete_nonexistent_address
70912026-05-23T04:32:32.573Z PASS [ 0.028s] ( 134/2942) illumos-utils zone::tests::test_parse_ip_network
70922026-05-23T04:32:32.600Z PASS [ 0.027s] ( 135/2942) illumos-utils zpool::test::test_parse_zpool
70932026-05-23T04:32:32.627Z PASS [ 0.027s] ( 136/2942) illumos-utils zpool::test::test_parse_zpool_missing_column
70942026-05-23T04:32:34.362Z PASS [ 1.735s] ( 137/2942) installinator mock_peers::tests::proptest_fetch_artifact
70952026-05-23T04:32:34.392Z PASS [ 0.030s] ( 138/2942) installinator peers::tests::iter_no_preferred_preserves_btree_order
70962026-05-23T04:32:34.417Z PASS [ 0.025s] ( 139/2942) installinator peers::tests::last_known_peer_preferred
70972026-05-23T04:32:34.443Z PASS [ 14.467s] ( 140/2942) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_action_failure_can_unwind_idempotently
70982026-05-23T04:32:34.450Z PASS [ 0.028s] ( 141/2942) installinator peers::tests::last_known_peer_stale
70992026-05-23T04:32:34.506Z PASS [ 0.061s] ( 142/2942) installinator-common block_size_writer::tests::proptest_block_writer
71002026-05-23T04:32:34.674Z PASS [ 0.168s] ( 143/2942) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
71012026-05-23T04:32:34.767Z PASS [ 12.750s] ( 144/2942) db-dev::test-db-dev test_db_run
71022026-05-23T04:32:34.812Z PASS [ 0.137s] ( 145/2942) internal-dns-resolver resolver::test::insert_and_lookup_one_record
71032026-05-23T04:32:34.917Z PASS [ 0.149s] ( 146/2942) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
71042026-05-23T04:32:35.052Z PASS [ 9.746s] ( 147/2942) gfss polynomial::tests::test_polynomial_eval
71052026-05-23T04:32:35.055Z PASS [ 0.243s] ( 148/2942) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
71062026-05-23T04:32:35.141Z PASS [ 0.224s] ( 149/2942) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
71072026-05-23T04:32:35.164Z PASS [ 0.022s] ( 150/2942) internal-dns-types config::test::display_hosts
71082026-05-23T04:32:35.206Z PASS [ 0.019s] ( 151/2942) internal-dns-types config::test::display_srv_service
71092026-05-23T04:32:35.221Z PASS [ 0.024s] ( 152/2942) internal-dns-types config::test::host_zone_switch_publishes_all_services
71102026-05-23T04:32:35.221Z PASS [ 0.159s] ( 153/2942) internal-dns-resolver resolver::test::update_record
71112026-05-23T04:32:35.233Z PASS [ 0.022s] ( 154/2942) internal-dns-types config::test::test_builder_errors
71122026-05-23T04:32:35.244Z PASS [ 0.024s] ( 155/2942) internal-dns-types config::test::test_builder_output
71132026-05-23T04:32:35.253Z PASS [ 0.196s] ( 156/2942) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
71142026-05-23T04:32:35.253Z PASS [ 0.021s] ( 157/2942) internal-dns-types diff::test::diff_different
71152026-05-23T04:32:35.271Z PASS [ 0.023s] ( 158/2942) internal-dns-types diff::test::diff_equivalent
71162026-05-23T04:32:35.271Z PASS [ 0.019s] ( 159/2942) internal-dns-types diff::test::diff_invalid
71172026-05-23T04:32:35.274Z PASS [ 0.020s] ( 160/2942) ipcc tests::deserialize_fixed_value
71182026-05-23T04:32:35.285Z PASS [ 0.022s] ( 161/2942) ipcc tests::installinator_image_id_round_trip
71192026-05-23T04:32:35.289Z PASS [ 0.020s] ( 162/2942) ipcc tests::serialized_size
71202026-05-23T04:32:35.299Z PASS [ 0.027s] ( 163/2942) key-manager tests::different_disks_produce_different_keys
71212026-05-23T04:32:35.311Z PASS [ 0.020s] ( 164/2942) key-manager tests::different_ikm_produces_different_keys
71222026-05-23T04:32:35.311Z PASS [ 0.023s] ( 165/2942) key-manager tests::disk_encryption_key_epoch_0
71232026-05-23T04:32:35.322Z PASS [ 0.021s] ( 166/2942) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
71242026-05-23T04:32:35.343Z PASS [ 0.038s] ( 167/2942) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
71252026-05-23T04:32:35.416Z PASS [ 0.042s] ( 168/2942) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
71262026-05-23T04:32:35.416Z PASS [ 0.044s] ( 169/2942) nexus-auth authn::external::session_cookie::test::test_garbage_cookie
71272026-05-23T04:32:35.416Z PASS [ 0.032s] ( 170/2942) nexus-auth authn::external::session_cookie::test::test_get_token
71282026-05-23T04:32:35.416Z PASS [ 0.031s] ( 171/2942) nexus-auth authn::external::session_cookie::test::test_get_token_no_header
71292026-05-23T04:32:35.416Z PASS [ 0.030s] ( 172/2942) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
71302026-05-23T04:32:35.419Z PASS [ 0.033s] ( 173/2942) nexus-auth authn::external::session_cookie::test::test_missing_cookie
71312026-05-23T04:32:35.419Z PASS [ 0.967s] ( 174/2942) installinator write::tests::proptest_write_artifact
71322026-05-23T04:32:35.422Z PASS [ 0.037s] ( 175/2942) nexus-auth authn::external::session_cookie::test::test_other_cookie
71332026-05-23T04:32:35.431Z PASS [ 0.038s] ( 176/2942) nexus-auth authn::external::session_cookie::test::test_session_cookie_value
71342026-05-23T04:32:35.456Z PASS [ 0.037s] ( 177/2942) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
71352026-05-23T04:32:35.470Z PASS [ 0.058s] ( 178/2942) nexus-auth authn::external::session_cookie::test::test_valid_cookie
71362026-05-23T04:32:35.482Z PASS [ 0.040s] ( 179/2942) nexus-auth authn::external::spoof::test::test_make_header_value_raw
71372026-05-23T04:32:35.482Z PASS [ 0.057s] ( 180/2942) nexus-auth authn::external::spoof::test::test_make_header_value
71382026-05-23T04:32:35.491Z PASS [ 0.046s] ( 181/2942) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
71392026-05-23T04:32:35.507Z PASS [ 0.039s] ( 182/2942) nexus-auth authn::external::spoof::test::test_spoof_header_missing
71402026-05-23T04:32:35.519Z PASS [ 0.047s] ( 183/2942) nexus-auth authn::external::spoof::test::test_spoof_header_valid
71412026-05-23T04:32:35.530Z PASS [ 0.049s] ( 184/2942) nexus-auth authn::external::spoof::test::test_spoof_reserved_values
71422026-05-23T04:32:35.543Z PASS [ 0.046s] ( 185/2942) nexus-auth authn::external::test::test_authn_sequence
71432026-05-23T04:32:35.546Z PASS [ 0.038s] ( 186/2942) nexus-auth authn::external::token::test::test_make_header_value
71442026-05-23T04:32:35.554Z PASS [ 0.036s] ( 187/2942) nexus-auth authn::external::token::test::test_token_header_bad_utf8
71452026-05-23T04:32:35.566Z PASS [ 0.036s] ( 188/2942) nexus-auth authn::external::token::test::test_token_header_missing
71462026-05-23T04:32:35.576Z PASS [ 0.035s] ( 189/2942) nexus-auth authn::external::token::test::test_token_header_valid
71472026-05-23T04:32:35.589Z PASS [ 0.035s] ( 190/2942) nexus-auth authn::test::test_internal_users
71482026-05-23T04:32:35.610Z PASS [ 0.048s] ( 191/2942) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
71492026-05-23T04:32:35.631Z PASS [ 0.076s] ( 192/2942) nexus-auth authz::context::test::test_unregistered_resource
71502026-05-23T04:32:35.650Z PASS [ 0.070s] ( 193/2942) nexus-auth context::test::test_background_context
71512026-05-23T04:32:35.662Z PASS [ 0.069s] ( 194/2942) nexus-auth context::test::test_child_context
71522026-05-23T04:32:35.689Z PASS [ 0.058s] ( 195/2942) nexus-config nexus_config::test::test_bad_authn_schemes
71532026-05-23T04:32:35.702Z PASS [ 0.080s] ( 196/2942) nexus-auth context::test::test_test_context
71542026-05-23T04:32:35.702Z PASS [ 0.045s] ( 197/2942) nexus-config nexus_config::test::test_config_empty
71552026-05-23T04:32:35.702Z PASS [ 0.054s] ( 198/2942) nexus-config nexus_config::test::test_config_bad_toml
71562026-05-23T04:32:35.716Z PASS [ 0.027s] ( 199/2942) nexus-config nexus_config::test::test_config_nonexistent
71572026-05-23T04:32:35.731Z PASS [ 0.036s] ( 200/2942) nexus-config nexus_config::test::test_invalid_audit_log_cleanup_retention_days
71582026-05-23T04:32:35.748Z PASS [ 0.058s] ( 201/2942) nexus-config nexus_config::test::test_deployment_config_schema
71592026-05-23T04:32:35.751Z PASS [ 0.053s] ( 202/2942) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
71602026-05-23T04:32:35.767Z PASS [ 0.051s] ( 203/2942) nexus-config nexus_config::test::test_repo_configs_are_valid
71612026-05-23T04:32:35.781Z PASS [ 0.050s] ( 204/2942) nexus-config nexus_config::test::test_valid
71622026-05-23T04:32:35.787Z PASS [ 0.039s] ( 205/2942) nexus-config postgres_config::test::test_all_addresses_multiple_hosts
71632026-05-23T04:32:35.794Z PASS [ 0.045s] ( 206/2942) nexus-config postgres_config::test::test_all_addresses_non_ip_hostname
71642026-05-23T04:32:35.799Z PASS [ 0.032s] ( 207/2942) nexus-config postgres_config::test::test_all_addresses_single_host
71652026-05-23T04:32:35.812Z PASS [ 0.030s] ( 208/2942) nexus-config postgres_config::test::test_bad_url
71662026-05-23T04:32:35.834Z PASS [ 0.032s] ( 209/2942) nexus-config postgres_config::test::test_example_url
71672026-05-23T04:32:35.854Z PASS [ 0.033s] ( 210/2942) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
71682026-05-23T04:32:35.854Z PASS [ 0.035s] ( 211/2942) nexus-db-fixed-data test::test_allowlist_id_is_valid
71692026-05-23T04:32:35.854Z PASS [ 0.029s] ( 212/2942) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
71702026-05-23T04:32:35.855Z PASS [ 0.029s] ( 213/2942) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
71712026-05-23T04:32:35.885Z PASS [ 0.030s] ( 214/2942) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
71722026-05-23T04:32:35.898Z PASS [ 0.033s] ( 215/2942) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
71732026-05-23T04:32:35.898Z PASS [ 0.047s] ( 216/2942) nexus-db-model alert_subscription::test::test_valid_subscription_parsing
71742026-05-23T04:32:35.912Z PASS [ 0.035s] ( 217/2942) nexus-db-model bytecount::test::test_bytecount_i64_conversions
71752026-05-23T04:32:35.913Z PASS [ 0.034s] ( 218/2942) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
71762026-05-23T04:32:35.926Z PASS [ 0.031s] ( 219/2942) nexus-db-model device_auth::test::test_generate_user_code
71772026-05-23T04:32:35.939Z PASS [ 0.032s] ( 220/2942) nexus-db-model instance_state::tests::test_from_str_roundtrips
71782026-05-23T04:32:35.939Z PASS [ 0.031s] ( 221/2942) nexus-db-model inventory::test::test_inv_nvme_disk_firmware
71792026-05-23T04:32:35.958Z PASS [ 0.032s] ( 222/2942) nexus-db-model role_assignment::tests::test_role_assignment_from_database
71802026-05-23T04:32:35.982Z PASS [ 0.043s] ( 223/2942) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
71812026-05-23T04:32:35.998Z PASS [ 0.065s] ( 224/2942) nexus-db-model schema_versions::test::proptest_split_and_strip_sql
71822026-05-23T04:32:36.023Z PASS [ 0.060s] ( 225/2942) nexus-db-model schema_versions::test::test_classify_add_constraint_unnamed_is_error
71832026-05-23T04:32:36.042Z PASS [ 0.059s] ( 226/2942) nexus-db-model schema_versions::test::test_classify_alter_table_add_constraint
71842026-05-23T04:32:36.057Z PASS [ 0.058s] ( 227/2942) nexus-db-model schema_versions::test::test_classify_alter_table_multi_op
71852026-05-23T04:32:36.087Z PASS [ 0.056s] ( 228/2942) nexus-db-model schema_versions::test::test_classify_create_index
71862026-05-23T04:32:36.101Z PASS [ 0.051s] ( 229/2942) nexus-db-model schema_versions::test::test_classify_create_index_unnamed_is_error
71872026-05-23T04:32:36.112Z PASS [ 0.050s] ( 230/2942) nexus-db-model schema_versions::test::test_classify_create_index_with_storing
71882026-05-23T04:32:36.125Z PASS [ 0.038s] ( 231/2942) nexus-db-model schema_versions::test::test_classify_dml_ignored
71892026-05-23T04:32:36.141Z PASS [ 0.044s] ( 232/2942) nexus-db-model schema_versions::test::test_classify_mixed_dml_and_ddl
71902026-05-23T04:32:36.152Z PASS [ 0.039s] ( 233/2942) nexus-db-model schema_versions::test::test_known_versions
71912026-05-23T04:32:36.169Z PASS [ 0.057s] ( 234/2942) nexus-db-model schema_versions::test::test_classify_other_ddl_varieties
71922026-05-23T04:32:36.199Z PASS [ 0.046s] ( 235/2942) nexus-db-model schema_versions::test::test_multi_ddl_grandfathered
71932026-05-23T04:32:36.211Z PASS [ 0.038s] ( 236/2942) nexus-db-model schema_versions::test::test_non_transactional_filename_detection
71942026-05-23T04:32:36.238Z PASS [ 0.097s] ( 237/2942) nexus-db-model schema_versions::test::test_migration_verification_files
71952026-05-23T04:32:36.245Z PASS [ 0.041s] ( 238/2942) nexus-db-model schema_versions::test::test_one_ddl_enforcement
71962026-05-23T04:32:36.266Z PASS [ 0.054s] ( 239/2942) nexus-db-model schema_versions::test::test_one_ddl_multi_op_allowed
71972026-05-23T04:32:36.276Z PASS [ 0.034s] ( 240/2942) nexus-db-model schema_versions::test::test_orphaned_verify_file_detected
71982026-05-23T04:32:36.286Z PASS [ 0.047s] ( 241/2942) nexus-db-model schema_versions::test::test_preprocess_add_constraint_if_not_exists
71992026-05-23T04:32:36.305Z PASS [ 0.049s] ( 242/2942) nexus-db-model schema_versions::test::test_preprocess_storing
72002026-05-23T04:32:36.317Z PASS [ 0.048s] ( 243/2942) nexus-db-model schema_versions::test::test_preprocess_type_array
72012026-05-23T04:32:36.324Z PASS [ 0.038s] ( 244/2942) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
72022026-05-23T04:32:36.350Z PASS [ 0.044s] ( 245/2942) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
72032026-05-23T04:32:36.368Z PASS [ 0.040s] ( 246/2942) nexus-db-model schema_versions::test::test_reject_no_up_sql_files
72042026-05-23T04:32:36.368Z PASS [ 0.033s] ( 247/2942) nexus-db-model schema_versions::test::test_split_and_strip_sql_basic
72052026-05-23T04:32:36.383Z PASS [ 0.028s] ( 248/2942) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_in_string_preserved
72062026-05-23T04:32:36.393Z PASS [ 0.030s] ( 249/2942) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_stripped
72072026-05-23T04:32:36.402Z PASS [ 0.035s] ( 250/2942) nexus-db-model schema_versions::test::test_split_and_strip_sql_default_value_with_semicolon
72082026-05-23T04:32:36.411Z PASS [ 0.029s] ( 251/2942) nexus-db-model schema_versions::test::test_split_and_strip_sql_empty_input
72092026-05-23T04:32:36.422Z PASS [ 0.030s] ( 252/2942) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quote_in_string
72102026-05-23T04:32:36.431Z PASS [ 0.033s] ( 253/2942) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quotes_with_comment_chars
72112026-05-23T04:32:36.441Z PASS [ 0.031s] ( 254/2942) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_in_string_preserved
72122026-05-23T04:32:36.457Z PASS [ 0.035s] ( 255/2942) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_stripped
72132026-05-23T04:32:36.469Z PASS [ 0.033s] ( 256/2942) nexus-db-model schema_versions::test::test_split_and_strip_sql_mixed_real_split_and_string_semicolon
72142026-05-23T04:32:36.482Z PASS [ 0.033s] ( 257/2942) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_statement
72152026-05-23T04:32:36.492Z PASS [ 0.031s] ( 258/2942) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_with_split
72162026-05-23T04:32:36.493Z PASS [ 0.032s] ( 259/2942) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiple_strings_with_semicolons
72172026-05-23T04:32:36.506Z PASS [ 0.034s] ( 260/2942) nexus-db-model schema_versions::test::test_split_and_strip_sql_newline_inside_string
72182026-05-23T04:32:36.515Z PASS [ 0.033s] ( 261/2942) nexus-db-model schema_versions::test::test_split_and_strip_sql_no_semicolons
72192026-05-23T04:32:36.527Z PASS [ 0.036s] ( 262/2942) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_block_comment
72202026-05-23T04:32:36.541Z PASS [ 0.035s] ( 263/2942) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_line_comment
72212026-05-23T04:32:36.551Z PASS [ 0.033s] ( 264/2942) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_string
72222026-05-23T04:32:36.565Z PASS [ 0.037s] ( 265/2942) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolons_only
72232026-05-23T04:32:36.579Z PASS [ 0.035s] ( 266/2942) nexus-db-model schema_versions::test::test_split_and_strip_sql_string_at_end
72242026-05-23T04:32:36.595Z PASS [ 0.033s] ( 267/2942) nexus-db-model schema_versions::test::test_split_and_strip_sql_trailing_semicolons
72252026-05-23T04:32:36.609Z PASS [ 0.031s] ( 268/2942) nexus-db-model schema_versions::test::test_verification_query_add_constraint
72262026-05-23T04:32:36.609Z PASS [ 0.030s] ( 269/2942) nexus-db-model schema_versions::test::test_verification_query_add_constraint_not_valid
72272026-05-23T04:32:36.620Z PASS [ 0.039s] ( 270/2942) nexus-db-model schema_versions::test::test_verification_query_create_index
72282026-05-23T04:32:36.629Z PASS [ 0.033s] ( 271/2942) nexus-db-model schema_versions::test::test_verification_query_other_ddl_returns_none
72292026-05-23T04:32:36.641Z PASS [ 0.036s] ( 272/2942) nexus-db-model schema_versions::test::test_verify
72302026-05-23T04:32:36.651Z PASS [ 0.031s] ( 273/2942) nexus-db-model schema_versions::test::test_verify_file_skipped_in_load
72312026-05-23T04:32:36.659Z PASS [ 0.030s] ( 274/2942) nexus-db-model semver_version::test::test_to_from_sortable_string
72322026-05-23T04:32:36.675Z PASS [ 0.033s] ( 275/2942) nexus-db-model switch_port::tests::peer_type_round_trip_numbered
72332026-05-23T04:32:36.693Z PASS [ 0.040s] ( 276/2942) nexus-db-model switch_port::tests::peer_type_round_trip_unnumbered
72342026-05-23T04:32:36.704Z PASS [ 0.039s] ( 277/2942) nexus-db-model switch_port::tests::router_peer_from_db_repr_rejects_invalid_ips
72352026-05-23T04:32:36.718Z PASS [ 0.038s] ( 278/2942) nexus-db-model switch_port::tests::router_peer_repr_round_trip_numbered_v4
72362026-05-23T04:32:36.731Z PASS [ 0.039s] ( 279/2942) nexus-db-model switch_port::tests::router_peer_repr_round_trip_numbered_v6
72372026-05-23T04:32:36.743Z PASS [ 0.038s] ( 280/2942) nexus-db-model switch_port::tests::router_peer_repr_round_trip_unnumbered
72382026-05-23T04:32:36.755Z PASS [ 0.032s] ( 281/2942) nexus-db-model tests::test_ip_subnet_check_requestable_address
72392026-05-23T04:32:36.785Z PASS [ 0.034s] ( 282/2942) nexus-db-model tests::test_ipv6_net_random_subnet
72402026-05-23T04:32:36.785Z PASS [ 0.035s] ( 283/2942) nexus-db-model tests::test_roles_database_strings
72412026-05-23T04:32:36.796Z PASS [ 0.035s] ( 284/2942) nexus-db-model tests::test_vpc_subnet_check_requestable_addr
72422026-05-23T04:32:36.808Z PASS [ 0.034s] ( 285/2942) nexus-db-model typed_uuid::tests::test_compare_consistency
72432026-05-23T04:32:36.825Z PASS [ 0.038s] ( 286/2942) nexus-db-model typed_uuid::tests::test_hash_equality
72442026-05-23T04:32:36.841Z PASS [ 0.040s] ( 287/2942) nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
72452026-05-23T04:32:36.850Z PASS [ 0.040s] ( 288/2942) nexus-db-model vmm_state::tests::test_destroyable_states_consistent
72462026-05-23T04:32:36.850Z PASS [ 0.035s] ( 289/2942) nexus-db-model vmm_state::tests::test_from_str_roundtrips
72472026-05-23T04:32:36.870Z PASS [ 0.036s] ( 290/2942) nexus-db-model vmm_state::tests::test_nonexistent_states_consistent
72482026-05-23T04:32:36.876Z PASS [ 0.033s] ( 291/2942) nexus-db-model vmm_state::tests::test_terminal_states_consistent
72492026-05-23T04:32:41.625Z PASS [ 17.981s] ( 292/2942) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
72502026-05-23T04:32:41.639Z PASS [ 18.042s] ( 293/2942) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
72512026-05-23T04:32:41.639Z PASS [ 2.635s] ( 294/2942) nexus-db-lookup::integration lookup::test_lookup
72522026-05-23T04:32:41.639Z PASS [ 2.456s] ( 295/2942) nexus-db-queries db::collection_attach::test::fail_attach_if_update_condition_not_met
72532026-05-23T04:32:41.639Z PASS [ 2.788s] ( 296/2942) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
72542026-05-23T04:32:41.639Z PASS [ 2.888s] ( 297/2942) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
72552026-05-23T04:32:41.639Z PASS [ 2.445s] ( 298/2942) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
72562026-05-23T04:32:41.639Z PASS [ 2.583s] ( 299/2942) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
72572026-05-23T04:32:41.639Z PASS [ 20.637s] ( 300/2942) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind_idempotently
72582026-05-23T04:32:41.639Z PASS [ 0.049s] ( 301/2942) nexus-db-queries db::collection_attach::test::test_verify_query
72592026-05-23T04:32:41.639Z PASS [ 20.735s] ( 302/2942) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind_idempotently
72602026-05-23T04:32:41.639Z PASS [ 20.863s] ( 303/2942) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind
72612026-05-23T04:32:41.639Z PASS [ 2.508s] ( 304/2942) nexus-db-queries db::collection_attach::test::test_attach_multiple_times
72622026-05-23T04:32:41.639Z PASS [ 21.092s] ( 305/2942) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind
72632026-05-23T04:32:41.639Z PASS [ 21.414s] ( 306/2942) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
72642026-05-23T04:32:41.757Z PASS [ 2.453s] ( 307/2942) nexus-db-queries db::collection_attach::test::test_attach_once
72652026-05-23T04:32:41.826Z PASS [ 0.069s] ( 308/2942) nexus-db-queries db::collection_detach::test::test_verify_query
72662026-05-23T04:32:42.246Z PASS [ 22.273s] ( 309/2942) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
72672026-05-23T04:32:42.270Z PASS [ 2.609s] ( 310/2942) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
72682026-05-23T04:32:42.392Z PASS [ 2.647s] ( 311/2942) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
72692026-05-23T04:32:42.566Z PASS [ 22.593s] ( 312/2942) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
72702026-05-23T04:32:42.667Z PASS [ 22.687s] ( 313/2942) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
72712026-05-23T04:32:42.955Z PASS [ 22.981s] ( 314/2942) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
72722026-05-23T04:32:43.015Z PASS [ 23.042s] ( 315/2942) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
72732026-05-23T04:32:43.065Z PASS [ 2.597s] ( 316/2942) nexus-db-queries db::collection_attach::test::test_attach_with_filters
72742026-05-23T04:32:43.120Z PASS [ 0.055s] ( 317/2942) nexus-db-queries db::collection_detach_many::test::test_verify_query
72752026-05-23T04:32:43.171Z PASS [ 2.626s] ( 318/2942) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
72762026-05-23T04:32:43.253Z PASS [ 2.587s] ( 319/2942) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
72772026-05-23T04:32:43.270Z PASS [ 2.557s] ( 320/2942) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
72782026-05-23T04:32:43.302Z PASS [ 0.049s] ( 321/2942) nexus-db-queries db::collection_insert::test::test_verify_query
72792026-05-23T04:32:43.318Z PASS [ 0.048s] ( 322/2942) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
72802026-05-23T04:32:43.351Z PASS [ 0.048s] ( 323/2942) nexus-db-queries db::column_walker::test::test_walk_columns
72812026-05-23T04:32:43.366Z PASS [ 0.047s] ( 324/2942) nexus-db-queries db::column_walker::test::test_walk_table
72822026-05-23T04:32:43.422Z PASS [ 2.584s] ( 325/2942) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
72832026-05-23T04:32:43.576Z PASS [ 2.605s] ( 326/2942) nexus-db-queries db::collection_detach::test::test_detach_once
72842026-05-23T04:32:43.689Z PASS [ 2.620s] ( 327/2942) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
72852026-05-23T04:32:44.083Z PASS [ 2.693s] ( 328/2942) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
72862026-05-23T04:32:44.484Z PASS [ 2.658s] ( 329/2942) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
72872026-05-23T04:32:44.869Z PASS [ 2.623s] ( 330/2942) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
72882026-05-23T04:32:44.932Z PASS [ 2.661s] ( 331/2942) nexus-db-queries db::collection_detach_many::test::test_detach_many
72892026-05-23T04:32:44.990Z PASS [ 2.598s] ( 332/2942) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
72902026-05-23T04:32:45.232Z PASS [ 2.666s] ( 333/2942) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
72912026-05-23T04:32:45.416Z PASS [ 2.749s] ( 334/2942) nexus-db-queries db::collection_detach_many::test::test_detach_once
72922026-05-23T04:32:45.639Z PASS [ 2.684s] ( 335/2942) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
72932026-05-23T04:32:45.748Z PASS [ 2.629s] ( 336/2942) nexus-db-queries db::collection_insert::test::test_collection_not_present
72942026-05-23T04:32:45.753Z PASS [ 2.735s] ( 337/2942) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
72952026-05-23T04:32:45.800Z PASS [ 2.630s] ( 338/2942) nexus-db-queries db::collection_insert::test::test_collection_present
72962026-05-23T04:32:47.349Z PASS [ 3.997s] ( 339/2942) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
72972026-05-23T04:32:47.653Z PASS [ 4.287s] ( 340/2942) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
72982026-05-23T04:32:47.954Z PASS [ 4.378s] ( 341/2942) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
72992026-05-23T04:32:48.024Z PASS [ 4.334s] ( 342/2942) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
73002026-05-23T04:32:48.798Z PASS [ 4.313s] ( 343/2942) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
73012026-05-23T04:32:48.985Z PASS [ 29.010s] ( 344/2942) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
73022026-05-23T04:32:49.033Z PASS [ 4.948s] ( 345/2942) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
73032026-05-23T04:32:49.094Z PASS [ 4.103s] ( 346/2942) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
73042026-05-23T04:32:49.239Z PASS [ 4.308s] ( 347/2942) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
73052026-05-23T04:32:49.479Z PASS [ 4.246s] ( 348/2942) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
73062026-05-23T04:32:49.699Z PASS [ 4.830s] ( 349/2942) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
73072026-05-23T04:32:49.781Z PASS [ 6.358s] ( 350/2942) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
73082026-05-23T04:32:49.866Z PASS [ 4.450s] ( 351/2942) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
73092026-05-23T04:32:50.129Z PASS [ 4.490s] ( 352/2942) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
73102026-05-23T04:32:50.175Z PASS [ 4.425s] ( 353/2942) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
73112026-05-23T04:32:50.270Z PASS [ 4.469s] ( 354/2942) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
73122026-05-23T04:32:50.704Z PASS [ 30.732s] ( 355/2942) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
73132026-05-23T04:32:51.655Z PASS [ 31.682s] ( 356/2942) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
73142026-05-23T04:32:52.047Z PASS [ 2.807s] ( 357/2942) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
73152026-05-23T04:32:52.139Z PASS [ 4.486s] ( 358/2942) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
73162026-05-23T04:32:52.241Z PASS [ 4.216s] ( 359/2942) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
73172026-05-23T04:32:52.367Z PASS [ 32.391s] ( 360/2942) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
73182026-05-23T04:32:52.450Z PASS [ 6.701s] ( 361/2942) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
73192026-05-23T04:32:52.499Z PASS [ 32.528s] ( 362/2942) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
73202026-05-23T04:32:52.681Z PASS [ 5.332s] ( 363/2942) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
73212026-05-23T04:32:52.808Z PASS [ 4.850s] ( 364/2942) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
73222026-05-23T04:32:52.985Z PASS [ 4.187s] ( 365/2942) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
73232026-05-23T04:32:53.228Z PASS [ 4.245s] ( 366/2942) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
73242026-05-23T04:32:53.336Z PASS [ 33.360s] ( 367/2942) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
73252026-05-23T04:32:53.639Z PASS [ 4.160s] ( 368/2942) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
73262026-05-23T04:32:53.781Z PASS [ 3.999s] ( 369/2942) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
73272026-05-23T04:32:53.856Z PASS [ 4.156s] ( 370/2942) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
73282026-05-23T04:32:53.883Z PASS [ 33.910s] ( 371/2942) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
73292026-05-23T04:32:53.977Z PASS [ 4.111s] ( 372/2942) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
73302026-05-23T04:32:54.050Z PASS [ 3.780s] ( 373/2942) nexus-db-queries db::datastore::bgp::tests::test_allow_export_for_peer
73312026-05-23T04:32:54.065Z PASS [ 3.889s] ( 374/2942) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_timeout_then_late_completion
73322026-05-23T04:32:54.169Z PASS [ 4.040s] ( 375/2942) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
73332026-05-23T04:32:54.276Z PASS [ 1.048s] ( 376/2942) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race
73342026-05-23T04:32:54.362Z PASS [ 1.026s] ( 377/2942) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race_with_verification
73352026-05-23T04:32:54.554Z PASS [ 3.850s] ( 378/2942) nexus-db-queries db::datastore::bgp::tests::test_allow_import_for_peer
73362026-05-23T04:32:54.628Z PASS [ 5.597s] ( 379/2942) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
73372026-05-23T04:32:54.640Z PASS [ 5.546s] ( 380/2942) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
73382026-05-23T04:32:55.047Z PASS [ 2.547s] ( 381/2942) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
73392026-05-23T04:32:55.375Z PASS [ 3.719s] ( 382/2942) nexus-db-queries db::datastore::bgp::tests::test_communities_for_peer
73402026-05-23T04:32:55.447Z PASS [ 0.818s] ( 383/2942) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race
73412026-05-23T04:32:55.452Z PASS [ 0.811s] ( 384/2942) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race_with_verification
73422026-05-23T04:32:55.503Z PASS [ 2.699s] ( 385/2942) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
73432026-05-23T04:32:55.815Z PASS [ 3.768s] ( 386/2942) nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
73442026-05-23T04:32:56.033Z PASS [ 3.352s] ( 387/2942) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
73452026-05-23T04:32:56.087Z PASS [ 3.947s] ( 388/2942) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
73462026-05-23T04:32:56.139Z PASS [ 3.899s] ( 389/2942) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
73472026-05-23T04:32:56.212Z PASS [ 3.845s] ( 390/2942) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
73482026-05-23T04:32:56.530Z PASS [ 3.514s] ( 391/2942) nexus-db-queries db::datastore::db_metadata::test::test_add_column_concurrent_rejected
73492026-05-23T04:32:56.552Z PASS [ 1.161s] ( 392/2942) nexus-db-queries db::datastore::db_metadata::test::test_set_not_null_concurrent_rejected
73502026-05-23T04:32:56.577Z PASS [ 2.938s] ( 393/2942) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
73512026-05-23T04:32:56.762Z PASS [ 2.981s] ( 394/2942) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
73522026-05-23T04:32:56.806Z PASS [ 2.949s] ( 395/2942) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
73532026-05-23T04:32:56.810Z PASS [ 4.356s] ( 396/2942) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
73542026-05-23T04:32:56.870Z PASS [ 0.293s] ( 397/2942) nexus-db-queries db::datastore::deployment::tests::expectorate_insert_target_query
73552026-05-23T04:32:56.889Z PASS [ 3.005s] ( 398/2942) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
73562026-05-23T04:32:56.931Z PASS [ 2.954s] ( 399/2942) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
73572026-05-23T04:32:56.988Z PASS [ 2.938s] ( 400/2942) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
73582026-05-23T04:32:57.017Z PASS [ 2.951s] ( 401/2942) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
73592026-05-23T04:32:57.040Z PASS [ 2.870s] ( 402/2942) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
73602026-05-23T04:32:57.127Z PASS [ 2.852s] ( 403/2942) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
73612026-05-23T04:32:57.150Z PASS [ 2.788s] ( 404/2942) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
73622026-05-23T04:32:57.197Z PASS [ 0.047s] ( 405/2942) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
73632026-05-23T04:32:57.390Z PASS [ 2.835s] ( 406/2942) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
73642026-05-23T04:32:58.031Z PASS [ 2.528s] ( 407/2942) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_constraint
73652026-05-23T04:32:58.150Z PASS [ 2.703s] ( 408/2942) nexus-db-queries db::datastore::db_metadata::test::test_verify_add_constraint
73662026-05-23T04:32:58.242Z PASS [ 2.790s] ( 409/2942) nexus-db-queries db::datastore::db_metadata::test::test_verify_create_index
73672026-05-23T04:32:58.371Z PASS [ 2.556s] ( 410/2942) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_index
73682026-05-23T04:32:58.595Z PASS [ 2.561s] ( 411/2942) nexus-db-queries db::datastore::db_metadata::test::update_schema_needs_handoff_is_transient
73692026-05-23T04:32:58.681Z PASS [ 2.594s] ( 412/2942) nexus-db-queries db::datastore::db_metadata::test::update_schema_try_later_is_transient
73702026-05-23T04:32:58.717Z PASS [ 2.578s] ( 413/2942) nexus-db-queries db::datastore::db_metadata::test::update_schema_version_mismatch_without_config_is_permanent
73712026-05-23T04:32:58.862Z PASS [ 0.268s] ( 414/2942) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_list_unmarked
73722026-05-23T04:32:58.935Z PASS [ 0.254s] ( 415/2942) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_mark_seen
73732026-05-23T04:32:58.949Z PASS [ 3.902s] ( 416/2942) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
73742026-05-23T04:32:59.141Z PASS [ 39.164s] ( 417/2942) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
73752026-05-23T04:32:59.284Z PASS [ 2.522s] ( 418/2942) nexus-db-queries db::datastore::deployment::tests::explain_insert_target_query
73762026-05-23T04:32:59.290Z PASS [ 39.318s] ( 419/2942) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
73772026-05-23T04:33:00.469Z PASS [ 3.967s] ( 420/2942) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
73782026-05-23T04:33:00.488Z PASS [ 4.276s] ( 421/2942) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
73792026-05-23T04:33:00.735Z PASS [ 4.198s] ( 422/2942) nexus-db-queries db::datastore::deployment::external_networking::tests::test_external_dns_external_ips_specified_by_rack_setup
73802026-05-23T04:33:00.849Z PASS [ 4.036s] ( 423/2942) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
73812026-05-23T04:33:01.025Z PASS [ 3.828s] ( 424/2942) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
73822026-05-23T04:33:01.035Z PASS [ 4.146s] ( 425/2942) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
73832026-05-23T04:33:01.104Z PASS [ 3.976s] ( 426/2942) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
73842026-05-23T04:33:01.116Z PASS [ 4.185s] ( 427/2942) nexus-db-queries db::datastore::deployment::tests::test_measurement_blueprint
73852026-05-23T04:33:01.276Z PASS [ 4.258s] ( 428/2942) nexus-db-queries db::datastore::deployment::tests::test_set_target
73862026-05-23T04:33:01.379Z PASS [ 4.496s] ( 429/2942) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
73872026-05-23T04:33:01.423Z PASS [ 2.706s] ( 430/2942) nexus-db-queries db::datastore::ereport::tests::explain_ereport_class_totals_query
73882026-05-23T04:33:01.511Z PASS [ 4.103s] ( 431/2942) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
73892026-05-23T04:33:01.568Z PASS [ 2.701s] ( 432/2942) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_default
73902026-05-23T04:33:01.595Z PASS [ 4.546s] ( 433/2942) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
73912026-05-23T04:33:01.684Z PASS [ 2.734s] ( 434/2942) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_time
73922026-05-23T04:33:01.765Z PASS [ 2.820s] ( 435/2942) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_serials
73932026-05-23T04:33:01.832Z PASS [ 2.690s] ( 436/2942) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_serials_and_classes
73942026-05-23T04:33:01.840Z PASS [ 5.027s] ( 437/2942) nexus-db-queries db::datastore::deployment::tests::test_concurrent_blueprint_read_delete
73952026-05-23T04:33:01.998Z PASS [ 2.702s] ( 438/2942) nexus-db-queries db::datastore::ereport::tests::explain_ereport_unmarked_class_totals_query
73962026-05-23T04:33:02.005Z PASS [ 2.711s] ( 439/2942) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_time_and_serials
73972026-05-23T04:33:02.169Z PASS [ 4.019s] ( 440/2942) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
73982026-05-23T04:33:02.286Z PASS [ 3.913s] ( 441/2942) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
73992026-05-23T04:33:02.353Z PASS [ 4.109s] ( 442/2942) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
74002026-05-23T04:33:02.682Z PASS [ 5.690s] ( 443/2942) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
74012026-05-23T04:33:02.721Z PASS [ 42.746s] ( 444/2942) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
74022026-05-23T04:33:02.761Z PASS [ 4.728s] ( 445/2942) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
74032026-05-23T04:33:02.898Z PASS [ 2.403s] ( 446/2942) nexus-db-queries db::datastore::ereport::tests::explain_ereports_mark_seen_query
74042026-05-23T04:33:02.937Z PASS [ 2.462s] ( 447/2942) nexus-db-queries db::datastore::ereport::tests::explain_ereports_list_unmarked_query
74052026-05-23T04:33:03.172Z PASS [ 2.436s] ( 448/2942) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
74062026-05-23T04:33:03.292Z PASS [ 2.449s] ( 449/2942) nexus-db-queries db::datastore::ereport::tests::explain_restart_list_by_serial
74072026-05-23T04:33:03.487Z PASS [ 2.462s] ( 450/2942) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
74082026-05-23T04:33:04.741Z PASS [ 3.690s] ( 451/2942) nexus-db-queries db::datastore::ereport::tests::test_ereport_fetch_matching
74092026-05-23T04:33:04.837Z PASS [ 3.724s] ( 452/2942) nexus-db-queries db::datastore::ereport::tests::test_ereports_list_unmarked_class_filter
74102026-05-23T04:33:04.954Z PASS [ 3.829s] ( 453/2942) nexus-db-queries db::datastore::external_ip::tests::test_deallocate_external_ip_is_idempotent
74112026-05-23T04:33:05.117Z PASS [ 3.618s] ( 454/2942) nexus-db-queries db::datastore::external_subnet::tests::basic_subnet_pool_crud
74122026-05-23T04:33:05.314Z PASS [ 3.727s] ( 455/2942) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_pool_selection
74132026-05-23T04:33:05.421Z PASS [ 4.010s] ( 456/2942) nexus-db-queries db::datastore::external_ip::tests::test_floating_ip_uses_unicast_default_not_multicast
74142026-05-23T04:33:05.487Z PASS [ 3.917s] ( 457/2942) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_ip_subnet
74152026-05-23T04:33:05.502Z PASS [ 3.816s] ( 458/2942) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_ip_version
74162026-05-23T04:33:05.585Z PASS [ 4.161s] ( 459/2942) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
74172026-05-23T04:33:05.638Z PASS [ 3.883s] ( 460/2942) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_using_default_pool
74182026-05-23T04:33:05.649Z PASS [ 4.372s] ( 461/2942) nexus-db-queries db::datastore::external_ip::tests::test_ephemeral_ip_uses_unicast_default_not_multicast
74192026-05-23T04:33:05.892Z PASS [ 3.900s] ( 462/2942) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_subnet_pool_with_outstanding_members
74202026-05-23T04:33:05.919Z PASS [ 4.083s] ( 463/2942) nexus-db-queries db::datastore::external_subnet::tests::can_link_subnet_pool_to_silo
74212026-05-23T04:33:05.928Z PASS [ 4.096s] ( 464/2942) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_external_subnet_attached_to_instance
74222026-05-23T04:33:05.979Z PASS [ 3.809s] ( 465/2942) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_which_overlaps_ip_pool_range
74232026-05-23T04:33:06.015Z PASS [ 4.017s] ( 466/2942) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_overlapping_external_subnets
74242026-05-23T04:33:06.103Z PASS [ 3.818s] ( 467/2942) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_with_overlapping_ip_subnet
74252026-05-23T04:33:06.146Z PASS [ 3.794s] ( 468/2942) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_deleted_subnet_pool_to_silo
74262026-05-23T04:33:06.253Z PASS [ 0.240s] ( 469/2942) nexus-db-queries db::datastore::fm::tests::expectorate_deeply_orphaned_batch_query
74272026-05-23T04:33:06.341Z PASS [ 0.238s] ( 470/2942) nexus-db-queries db::datastore::fm::tests::expectorate_delete_orphaned_sitrep_metadata
74282026-05-23T04:33:06.382Z PASS [ 0.235s] ( 471/2942) nexus-db-queries db::datastore::fm::tests::expectorate_insert_sitrep_version_query
74292026-05-23T04:33:06.654Z PASS [ 3.975s] ( 472/2942) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_subnet_pool_to_deleted_silo
74302026-05-23T04:33:06.683Z PASS [ 3.964s] ( 473/2942) nexus-db-queries db::datastore::external_subnet::tests::cannot_request_explicit_ip_subnet_outside_of_linked_pools
74312026-05-23T04:33:06.691Z PASS [ 3.927s] ( 474/2942) nexus-db-queries db::datastore::external_subnet::tests::cannot_set_deleted_subnet_pool_as_default_even_if_link_exists
74322026-05-23T04:33:06.746Z PASS [ 3.815s] ( 475/2942) nexus-db-queries db::datastore::external_subnet::tests::cannot_unset_deleted_subnet_pool_default_even_if_link_exists
74332026-05-23T04:33:06.870Z PASS [ 3.978s] ( 476/2942) nexus-db-queries db::datastore::external_subnet::tests::cannot_unlink_subnet_pool_with_external_subnets_in_silo
74342026-05-23T04:33:07.024Z PASS [ 3.852s] ( 477/2942) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_ignores_deleted_default_pool
74352026-05-23T04:33:07.157Z PASS [ 3.865s] ( 478/2942) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_multiple_default_pools_fails
74362026-05-23T04:33:07.523Z PASS [ 4.032s] ( 479/2942) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_no_default_pools_fails
74372026-05-23T04:33:08.470Z PASS [ 3.737s] ( 480/2942) nexus-db-queries db::datastore::external_subnet::tests::deleted_silo_does_not_appear_in_subnet_pool_silo_list
74382026-05-23T04:33:08.555Z PASS [ 3.726s] ( 481/2942) nexus-db-queries db::datastore::external_subnet::tests::deleting_nonexistent_pool_silo_link_fails
74392026-05-23T04:33:08.699Z PASS [ 3.753s] ( 482/2942) nexus-db-queries db::datastore::external_subnet::tests::deleting_subnet_pool_removes_silo_links
74402026-05-23T04:33:08.744Z PASS [ 2.490s] ( 483/2942) nexus-db-queries db::datastore::fm::tests::explain_deeply_orphaned_batch_query
74412026-05-23T04:33:08.922Z PASS [ 2.580s] ( 484/2942) nexus-db-queries db::datastore::fm::tests::explain_delete_orphaned_sitrep_metadata_query
74422026-05-23T04:33:09.020Z PASS [ 3.908s] ( 485/2942) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_at_member_start
74432026-05-23T04:33:09.161Z PASS [ 2.779s] ( 486/2942) nexus-db-queries db::datastore::fm::tests::explain_insert_sitrep_version_query
74442026-05-23T04:33:09.244Z PASS [ 3.929s] ( 487/2942) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_in_member_middle
74452026-05-23T04:33:09.310Z PASS [ 2.655s] ( 488/2942) nexus-db-queries db::datastore::fm::tests::explain_sitrep_read_ereports_query
74462026-05-23T04:33:09.356Z PASS [ 3.874s] ( 489/2942) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_at_member_start
74472026-05-23T04:33:09.365Z PASS [ 3.989s] ( 490/2942) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_prefix_aligned_gap
74482026-05-23T04:33:09.446Z PASS [ 2.762s] ( 491/2942) nexus-db-queries db::datastore::fm::tests::explain_sitrep_version_list_query
74492026-05-23T04:33:09.492Z PASS [ 3.984s] ( 492/2942) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_in_member_middle
74502026-05-23T04:33:09.515Z PASS [ 3.867s] ( 493/2942) nexus-db-queries db::datastore::external_subnet::tests::handle_overflow_at_subnet_boundaries
74512026-05-23T04:33:09.544Z PASS [ 3.899s] ( 494/2942) nexus-db-queries db::datastore::external_subnet::tests::fail_to_allocate_external_subnet_with_bad_prefix
74522026-05-23T04:33:09.686Z PASS [ 4.098s] ( 495/2942) nexus-db-queries db::datastore::external_subnet::tests::fail_on_subnet_pool_exhaustion
74532026-05-23T04:33:09.712Z PASS [ 3.820s] ( 496/2942) nexus-db-queries db::datastore::external_subnet::tests::linking_subnet_pool_and_silo_multiple_times_fails
74542026-05-23T04:33:09.779Z PASS [ 3.790s] ( 497/2942) nexus-db-queries db::datastore::external_subnet::tests::updating_nonexistent_pool_silo_link_fails
74552026-05-23T04:33:09.926Z PASS [ 4.007s] ( 498/2942) nexus-db-queries db::datastore::external_subnet::tests::test_ipv4_subnet_pool_utilization
74562026-05-23T04:33:09.968Z PASS [ 4.039s] ( 499/2942) nexus-db-queries db::datastore::external_subnet::tests::test_ipv6_subnet_pool_utilization
74572026-05-23T04:33:09.994Z PASS [ 50.017s] ( 500/2942) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
74582026-05-23T04:33:10.768Z PASS [ 3.889s] ( 501/2942) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_batch_size_one
74592026-05-23T04:33:10.991Z PASS [ 3.834s] ( 502/2942) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_pagination
74602026-05-23T04:33:11.006Z PASS [ 3.967s] ( 503/2942) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_children
74612026-05-23T04:33:11.387Z PASS [ 4.642s] ( 504/2942) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_read_delete
74622026-05-23T04:33:11.575Z PASS [ 4.051s] ( 505/2942) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_current_parent
74632026-05-23T04:33:12.494Z PASS [ 4.029s] ( 506/2942) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_nonexistent_parent_fails
74642026-05-23T04:33:12.640Z PASS [ 4.086s] ( 507/2942) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_outdated_parent_fails
74652026-05-23T04:33:12.919Z PASS [ 4.220s] ( 508/2942) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_without_parent
74662026-05-23T04:33:13.192Z PASS [ 4.270s] ( 509/2942) nexus-db-queries db::datastore::fm::tests::test_sitrep_cases_roundtrip
74672026-05-23T04:33:13.255Z PASS [ 4.093s] ( 510/2942) nexus-db-queries db::datastore::fm::tests::test_sitrep_support_bundle_requests_roundtrip
74682026-05-23T04:33:13.286Z PASS [ 4.541s] ( 511/2942) nexus-db-queries db::datastore::fm::tests::test_representative_sitrep_child_tables
74692026-05-23T04:33:13.383Z PASS [ 4.360s] ( 512/2942) nexus-db-queries db::datastore::fm::tests::test_sitrep_delete_deletes_cases
74702026-05-23T04:33:13.546Z PASS [ 4.238s] ( 513/2942) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
74712026-05-23T04:33:13.670Z PASS [ 4.315s] ( 514/2942) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
74722026-05-23T04:33:13.755Z PASS [ 4.389s] ( 515/2942) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
74732026-05-23T04:33:13.801Z PASS [ 4.315s] ( 516/2942) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
74742026-05-23T04:33:13.854Z PASS [ 4.408s] ( 517/2942) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
74752026-05-23T04:33:13.893Z PASS [ 4.378s] ( 518/2942) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
74762026-05-23T04:33:13.923Z PASS [ 4.387s] ( 519/2942) nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
74772026-05-23T04:33:14.000Z PASS [ 4.315s] ( 520/2942) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
74782026-05-23T04:33:14.018Z PASS [ 4.097s] ( 521/2942) nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
74792026-05-23T04:33:14.106Z PASS [ 4.378s] ( 522/2942) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
74802026-05-23T04:33:14.187Z PASS [ 0.262s] ( 523/2942) nexus-db-queries db::datastore::ip_pool::test::expectorate_insert_ip_pool_external_silo_link
74812026-05-23T04:33:14.253Z PASS [ 0.253s] ( 524/2942) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_external_ip_pool_query
74822026-05-23T04:33:14.279Z PASS [ 0.261s] ( 525/2942) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_internal_ip_pool_query
74832026-05-23T04:33:14.620Z PASS [ 4.652s] ( 526/2942) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
74842026-05-23T04:33:14.656Z PASS [ 3.085s] ( 527/2942) nexus-db-queries db::datastore::ip_pool::test::can_explain_link_ip_pool_to_silo_query
74852026-05-23T04:33:14.703Z PASS [ 4.934s] ( 528/2942) nexus-db-queries db::datastore::inventory::test::test_concurrent_inventory_read_delete
74862026-05-23T04:33:14.884Z PASS [ 5.642s] ( 529/2942) nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
74872026-05-23T04:33:15.344Z PASS [ 2.834s] ( 530/2942) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_external_ip_pool_query
74882026-05-23T04:33:15.421Z PASS [ 2.780s] ( 531/2942) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_internal_ip_pool_query
74892026-05-23T04:33:15.478Z PASS [ 4.719s] ( 532/2942) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
74902026-05-23T04:33:15.671Z PASS [ 4.678s] ( 533/2942) nexus-db-queries db::datastore::inventory::test::test_sled_agent_measurements
74912026-05-23T04:33:15.674Z PASS [ 4.682s] ( 534/2942) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
74922026-05-23T04:33:15.734Z PASS [ 2.816s] ( 535/2942) nexus-db-queries db::datastore::ip_pool::test::can_explain_unlink_ip_pool_from_external_silo_query
74932026-05-23T04:33:15.992Z PASS [ 4.605s] ( 536/2942) nexus-db-queries db::datastore::inventory::test::test_zone_image_source
74942026-05-23T04:33:16.780Z PASS [ 6.788s] ( 537/2942) nexus-db-queries db::datastore::inventory::test::test_inventory_insert
74952026-05-23T04:33:17.195Z PASS [ 3.910s] ( 538/2942) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_last_internally_reserved_ip_pool
74962026-05-23T04:33:17.211Z PASS [ 4.019s] ( 539/2942) nexus-db-queries db::datastore::ip_pool::test::cannot_delete_last_internally_reserved_ip_pool
74972026-05-23T04:33:17.295Z PASS [ 4.040s] ( 540/2942) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_ip_pool_with_outstanding_external_ips
74982026-05-23T04:33:17.353Z PASS [ 3.807s] ( 541/2942) nexus-db-queries db::datastore::ip_pool::test::cannot_link_oxide_internal_pool_to_external_silo
74992026-05-23T04:33:17.403Z PASS [ 4.022s] ( 542/2942) nexus-db-queries db::datastore::ip_pool::test::cannot_insert_ip_pool_range_which_overlaps_subnet_pool_member
75002026-05-23T04:33:17.594Z PASS [ 3.925s] ( 543/2942) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo
75012026-05-23T04:33:17.854Z PASS [ 4.098s] ( 544/2942) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool
75022026-05-23T04:33:17.854Z PASS [ 3.961s] ( 545/2942) nexus-db-queries db::datastore::ip_pool::test::cannot_unset_deleted_pool_default_even_if_link_exists
75032026-05-23T04:33:17.937Z PASS [ 4.083s] ( 546/2942) nexus-db-queries db::datastore::ip_pool::test::cannot_set_deleted_pool_as_default_even_if_link_exists
75042026-05-23T04:33:17.991Z PASS [ 4.192s] ( 547/2942) nexus-db-queries db::datastore::ip_pool::test::cannot_reserve_externally_linked_pool_for_internal_use
75052026-05-23T04:33:18.276Z PASS [ 4.090s] ( 548/2942) nexus-db-queries db::datastore::ip_pool::test::test_cannot_insert_range_in_pool_with_different_ip_version
75062026-05-23T04:33:18.306Z PASS [ 4.028s] ( 549/2942) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_conflict
75072026-05-23T04:33:18.542Z PASS [ 4.287s] ( 550/2942) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
75082026-05-23T04:33:18.630Z PASS [ 4.539s] ( 551/2942) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_delegation_type
75092026-05-23T04:33:18.944Z PASS [ 4.257s] ( 552/2942) nexus-db-queries db::datastore::ip_pool::test::test_denormalized_columns_consistency
75102026-05-23T04:33:18.973Z PASS [ 4.327s] ( 553/2942) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_ordering
75112026-05-23T04:33:19.002Z PASS [ 4.300s] ( 554/2942) nexus-db-queries db::datastore::ip_pool::test::test_fetch_default_returns_unicast_not_multicast
75122026-05-23T04:33:19.087Z PASS [ 4.202s] ( 555/2942) nexus-db-queries db::datastore::ip_pool::test::test_gateway_linking_unicast_only
75132026-05-23T04:33:19.113Z PASS [ 59.135s] ( 556/2942) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
75142026-05-23T04:33:19.515Z PASS [ 4.188s] ( 557/2942) nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pools
75152026-05-23T04:33:19.809Z PASS [ 4.332s] ( 558/2942) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_any_by_type_ip_version_filtering
75162026-05-23T04:33:19.977Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
75172026-05-23T04:33:19.984Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::test_replicated
75182026-05-23T04:33:20.050Z PASS [ 4.630s] ( 559/2942) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address
75192026-05-23T04:33:20.121Z PASS [ 4.452s] ( 560/2942) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_asm_multicast
75202026-05-23T04:33:20.201Z PASS [ 4.528s] ( 561/2942) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_ssm_multicast
75212026-05-23T04:33:20.301Z PASS [ 4.567s] ( 562/2942) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
75222026-05-23T04:33:20.375Z PASS [ 4.384s] ( 563/2942) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
75232026-05-23T04:33:21.131Z PASS [ 4.351s] ( 564/2942) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_only_default_pool
75242026-05-23T04:33:21.262Z PASS [ 4.067s] ( 565/2942) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations
75252026-05-23T04:33:21.522Z PASS [ 4.312s] ( 566/2942) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_default_by_type
75262026-05-23T04:33:21.586Z PASS [ 4.232s] ( 567/2942) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges
75272026-05-23T04:33:21.643Z PASS [ 4.347s] ( 568/2942) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_fetch_any_by_type
75282026-05-23T04:33:21.756Z PASS [ 4.354s] ( 569/2942) nexus-db-queries db::datastore::ip_pool::test::test_multiple_default_pools_per_silo
75292026-05-23T04:33:22.144Z PASS [ 4.550s] ( 570/2942) nexus-db-queries db::datastore::ip_pool::test::test_separate_v4_v6_unicast_default_pools
75302026-05-23T04:33:22.272Z PASS [ 4.281s] ( 571/2942) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_asm_fallback_when_no_ssm_pool
75312026-05-23T04:33:22.357Z PASS [ 4.504s] ( 572/2942) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
75322026-05-23T04:33:22.461Z PASS [ 4.607s] ( 573/2942) nexus-db-queries db::datastore::multicast::groups::tests::test_ensure_underlay_multicast_group_collision
75332026-05-23T04:33:22.546Z PASS [ 4.270s] ( 574/2942) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_create_and_fetch
75342026-05-23T04:33:22.585Z PASS [ 4.278s] ( 575/2942) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_default_pool_allocation
75352026-05-23T04:33:22.772Z PASS [ 4.835s] ( 576/2942) nexus-db-queries db::datastore::multicast::groups::tests::test_mark_for_removal_blocked_by_members
75362026-05-23T04:33:23.007Z PASS [ 4.468s] ( 577/2942) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_underlay_linkage
75372026-05-23T04:33:23.017Z PASS [ 4.387s] ( 578/2942) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_deallocation_return_values
75382026-05-23T04:33:23.338Z PASS [ 4.391s] ( 579/2942) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_ip_reuse_after_deletion
75392026-05-23T04:33:23.479Z PASS [ 4.477s] ( 580/2942) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_list_fleet_wide
75402026-05-23T04:33:23.505Z PASS [ 4.592s] ( 581/2942) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_has_sources_pool_selection
75412026-05-23T04:33:23.556Z PASS [ 4.446s] ( 582/2942) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_pool_exhaustion_and_reuse
75422026-05-23T04:33:23.797Z PASS [ 4.710s] ( 583/2942) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_lookup_by_ip
75432026-05-23T04:33:23.856Z PASS [ 17.169s] ( 584/2942) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_insert_read_gc
75442026-05-23T04:33:23.989Z PASS [ 4.474s] ( 585/2942) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_set_underlay_salt
75452026-05-23T04:33:24.250Z PASS [ 4.440s] ( 586/2942) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_state_transitions
75462026-05-23T04:33:24.364Z PASS [ 4.063s] ( 587/2942) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_error_priority_both_invalid
75472026-05-23T04:33:24.906Z PASS [ 4.840s] ( 588/2942) nexus-db-queries db::datastore::multicast::members::tests::test_instance_get_sled_id
75482026-05-23T04:33:25.052Z PASS [ 4.851s] ( 589/2942) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_concurrent_same_member
75492026-05-23T04:33:25.052Z PASS [ 4.931s] ( 590/2942) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_allows_creating_rejects_deleting
75502026-05-23T04:33:25.144Z PASS [ 4.769s] ( 591/2942) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_idempotency
75512026-05-23T04:33:25.899Z PASS [ 4.768s] ( 592/2942) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_invalid_group_or_instance
75522026-05-23T04:33:25.955Z PASS [ 4.693s] ( 593/2942) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_partial_index_behavior
75532026-05-23T04:33:26.239Z PASS [ 4.653s] ( 594/2942) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_stopped_instance
75542026-05-23T04:33:26.328Z PASS [ 4.805s] ( 595/2942) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_source_handling
75552026-05-23T04:33:26.404Z PASS [ 4.763s] ( 596/2942) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_attach_to_instance
75562026-05-23T04:33:26.649Z PASS [ 4.892s] ( 597/2942) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_database_error_handling
75572026-05-23T04:33:26.780Z PASS [ 4.635s] ( 598/2942) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_duplicate_prevention
75582026-05-23T04:33:26.924Z PASS [ 4.652s] ( 599/2942) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_operations_with_parent_id
75592026-05-23T04:33:27.449Z PASS [ 5.091s] ( 600/2942) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_set_instance_sled
75602026-05-23T04:33:27.541Z PASS [ 4.956s] ( 601/2942) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_delete_by_group
75612026-05-23T04:33:27.632Z PASS [ 5.171s] ( 602/2942) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_state_transitions_datastore
75622026-05-23T04:33:27.641Z PASS [ 5.091s] ( 603/2942) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_complete_delete
75632026-05-23T04:33:27.657Z PASS [ 4.179s] ( 604/2942) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_empty_input
75642026-05-23T04:33:27.809Z PASS [ 4.789s] ( 605/2942) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_member_sled_id_lifecycle
75652026-05-23T04:33:27.820Z PASS [ 4.813s] ( 606/2942) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_mark_for_removal
75662026-05-23T04:33:27.943Z PASS [ 5.171s] ( 607/2942) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_detach_by_instance
75672026-05-23T04:33:28.127Z PASS [ 4.788s] ( 608/2942) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_across_members
75682026-05-23T04:33:28.209Z PASS [ 4.704s] ( 609/2942) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_group_with_no_members
75692026-05-23T04:33:28.524Z PASS [ 4.968s] ( 610/2942) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_concurrent_state_change
75702026-05-23T04:33:28.735Z PASS [ 4.938s] ( 611/2942) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_instance_invalid
75712026-05-23T04:33:28.746Z PASS [ 4.890s] ( 612/2942) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_member_not_found
75722026-05-23T04:33:28.927Z PASS [ 4.938s] ( 613/2942) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_migration_scenario
75732026-05-23T04:33:29.191Z PASS [ 4.941s] ( 614/2942) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_no_change_needed
75742026-05-23T04:33:29.222Z PASS [ 4.170s] ( 615/2942) nexus-db-queries db::datastore::nat_entry::test::nat_sync_service_zones
75752026-05-23T04:33:29.250Z PASS [ 4.198s] ( 616/2942) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
75762026-05-23T04:33:29.286Z PASS [ 4.142s] ( 617/2942) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
75772026-05-23T04:33:29.419Z PASS [ 5.054s] ( 618/2942) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_sled_id_changed
75782026-05-23T04:33:33.857Z PASS [ 4.058s] ( 619/2942) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
75792026-05-23T04:33:33.873Z PASS [ 0.047s] ( 620/2942) nexus-db-queries db::datastore::region::test::test_extent_count
75802026-05-23T04:33:33.873Z PASS [ 3.986s] ( 621/2942) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
75812026-05-23T04:33:33.873Z PASS [ 4.517s] ( 622/2942) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
75822026-05-23T04:33:33.873Z PASS [ 5.557s] ( 623/2942) nexus-db-queries db::datastore::nat_entry::test::nat_changeset
75832026-05-23T04:33:33.873Z PASS [ 3.997s] ( 624/2942) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
75842026-05-23T04:33:33.873Z PASS [ 4.645s] ( 625/2942) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
75852026-05-23T04:33:33.873Z PASS [ 4.120s] ( 626/2942) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
75862026-05-23T04:33:33.873Z PASS [ 3.994s] ( 627/2942) nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
75872026-05-23T04:33:33.873Z PASS [ 4.080s] ( 628/2942) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
75882026-05-23T04:33:33.873Z PASS [ 4.081s] ( 629/2942) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
75892026-05-23T04:33:33.873Z PASS [ 4.504s] ( 630/2942) nexus-db-queries db::datastore::physical_disk::test::physical_disk_adoptable_list
75902026-05-23T04:33:33.873Z PASS [ 4.141s] ( 631/2942) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
75912026-05-23T04:33:33.873Z PASS [ 4.318s] ( 632/2942) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_disk_and_zpool_fails_without_adoption
75922026-05-23T04:33:33.873Z PASS [ 4.488s] ( 633/2942) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
75932026-05-23T04:33:33.873Z PASS [ 4.409s] ( 634/2942) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
75942026-05-23T04:33:33.873Z PASS [ 4.423s] ( 635/2942) nexus-db-queries db::datastore::physical_disk::test::physical_disk_list_new_inventory_on_connection
75952026-05-23T04:33:33.873Z PASS [ 4.534s] ( 636/2942) nexus-db-queries db::datastore::physical_disk::test::physical_disk_unadopted_list
75962026-05-23T04:33:33.874Z PASS [ 4.275s] ( 637/2942) nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
75972026-05-23T04:33:33.874Z PASS [ 4.329s] ( 638/2942) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
75982026-05-23T04:33:33.874Z PASS [ 4.547s] ( 639/2942) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
75992026-05-23T04:33:33.874Z PASS [ 4.007s] ( 640/2942) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
76002026-05-23T04:33:33.874Z PASS [ 4.480s] ( 641/2942) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
76012026-05-23T04:33:33.874Z PASS [ 4.269s] ( 642/2942) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
76022026-05-23T04:33:33.874Z PASS [ 4.466s] ( 643/2942) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
76032026-05-23T04:33:33.874Z PASS [ 4.610s] ( 644/2942) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
76042026-05-23T04:33:33.917Z PASS [ 3.856s] ( 645/2942) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
76052026-05-23T04:33:34.207Z PASS [ 5.683s] ( 646/2942) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
76062026-05-23T04:33:34.254Z PASS [ 3.863s] ( 647/2942) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
76072026-05-23T04:33:34.348Z PASS [ 3.932s] ( 648/2942) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
76082026-05-23T04:33:34.433Z PASS [ 3.986s] ( 649/2942) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
76092026-05-23T04:33:34.675Z PASS [ 3.899s] ( 650/2942) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
76102026-05-23T04:33:34.818Z PASS [ 3.935s] ( 651/2942) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
76112026-05-23T04:33:35.006Z PASS [ 3.961s] ( 652/2942) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
76122026-05-23T04:33:35.340Z PASS [ 3.805s] ( 653/2942) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
76132026-05-23T04:33:35.488Z PASS [ 3.775s] ( 654/2942) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
76142026-05-23T04:33:35.580Z PASS [ 3.841s] ( 655/2942) nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
76152026-05-23T04:33:35.706Z PASS [ 3.752s] ( 656/2942) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
76162026-05-23T04:33:35.895Z PASS [ 3.811s] ( 657/2942) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
76172026-05-23T04:33:36.053Z PASS [ 3.929s] ( 658/2942) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
76182026-05-23T04:33:36.066Z PASS [ 9.738s] ( 659/2942) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
76192026-05-23T04:33:36.069Z PASS [ 3.840s] ( 660/2942) nexus-db-queries db::datastore::saga::test::test_list_long_running_or_unwinding_sagas
76202026-05-23T04:33:36.132Z PASS [ 4.006s] ( 661/2942) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
76212026-05-23T04:33:36.218Z PASS [ 3.669s] ( 662/2942) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
76222026-05-23T04:33:36.623Z PASS [ 3.879s] ( 663/2942) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
76232026-05-23T04:33:36.832Z PASS [ 3.811s] ( 664/2942) nexus-db-queries db::datastore::saga::test::test_saga_reassignment
76242026-05-23T04:33:37.011Z PASS [ 3.755s] ( 665/2942) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
76252026-05-23T04:33:37.315Z PASS [ 4.021s] ( 666/2942) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
76262026-05-23T04:33:37.493Z PASS [ 4.210s] ( 667/2942) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
76272026-05-23T04:33:37.953Z PASS [ 4.238s] ( 668/2942) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
76282026-05-23T04:33:37.957Z PASS [ 4.283s] ( 669/2942) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
76292026-05-23T04:33:37.967Z PASS [ 4.279s] ( 670/2942) nexus-db-queries db::datastore::sled::test::affinity_multi_group
76302026-05-23T04:33:38.052Z PASS [ 4.135s] ( 671/2942) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
76312026-05-23T04:33:38.065Z PASS [ 4.232s] ( 672/2942) nexus-db-queries db::datastore::sled::test::affinity_policy_fail
76322026-05-23T04:33:38.400Z PASS [ 4.193s] ( 673/2942) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
76332026-05-23T04:33:38.538Z PASS [ 4.284s] ( 674/2942) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
76342026-05-23T04:33:38.541Z PASS [ 4.190s] ( 675/2942) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
76352026-05-23T04:33:38.550Z PASS [ 4.116s] ( 676/2942) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
76362026-05-23T04:33:38.884Z PASS [ 4.208s] ( 677/2942) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
76372026-05-23T04:33:38.974Z PASS [ 4.156s] ( 678/2942) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
76382026-05-23T04:33:39.575Z PASS [ 4.569s] ( 679/2942) nexus-db-queries db::datastore::sled::test::local_storage_allocation
76392026-05-23T04:33:40.405Z PASS [ 4.700s] ( 680/2942) nexus-db-queries db::datastore::sled::test::local_storage_allocation_existing_allocation
76402026-05-23T04:33:40.463Z PASS [ 5.123s] ( 681/2942) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_affinity
76412026-05-23T04:33:40.688Z PASS [ 5.108s] ( 682/2942) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_constraint
76422026-05-23T04:33:40.702Z PASS [ 5.214s] ( 683/2942) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_anti_affinity
76432026-05-23T04:33:40.786Z PASS [ 4.717s] ( 684/2942) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_provision
76442026-05-23T04:33:40.913Z PASS [ 4.695s] ( 685/2942) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_space
76452026-05-23T04:33:41.037Z PASS [ 4.905s] ( 686/2942) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_share_u2
76462026-05-23T04:33:41.136Z PASS [ 5.083s] ( 687/2942) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_multiple_with_existing_no_space
76472026-05-23T04:33:41.168Z PASS [ 5.274s] ( 688/2942) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_due_to_vmm_resources
76482026-05-23T04:33:41.189Z PASS [ 5.123s] ( 689/2942) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_partial_success
76492026-05-23T04:33:42.323Z PASS [ 15.675s] ( 690/2942) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
76502026-05-23T04:33:42.434Z PASS [ 4.382s] ( 691/2942) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
76512026-05-23T04:33:42.437Z PASS [ 4.372s] ( 692/2942) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
76522026-05-23T04:33:42.480Z PASS [ 4.513s] ( 693/2942) nexus-db-queries db::datastore::sled::test::sled_list_batch
76532026-05-23T04:33:42.653Z PASS [ 4.253s] ( 694/2942) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
76542026-05-23T04:33:42.871Z PASS [ 5.379s] ( 695/2942) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_u2
76552026-05-23T04:33:42.962Z PASS [ 4.424s] ( 696/2942) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
76562026-05-23T04:33:42.987Z PASS [ 5.672s] ( 697/2942) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_instances_share_u2
76572026-05-23T04:33:43.025Z PASS [ 4.476s] ( 698/2942) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
76582026-05-23T04:33:43.375Z PASS [ 5.421s] ( 699/2942) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_with_one_already
76592026-05-23T04:33:43.392Z PASS [ 4.418s] ( 700/2942) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
76602026-05-23T04:33:43.410Z PASS [ 4.872s] ( 701/2942) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
76612026-05-23T04:33:43.554Z PASS [ 5.599s] ( 702/2942) nexus-db-queries db::datastore::sled::test::local_storage_disk_no_attach_after_reservation
76622026-05-23T04:33:43.900Z PASS [ 4.325s] ( 703/2942) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
76632026-05-23T04:33:44.707Z PASS [ 4.301s] ( 704/2942) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
76642026-05-23T04:33:44.726Z PASS [ 4.262s] ( 705/2942) nexus-db-queries db::datastore::support_bundle::test::test_bundle_delete_wrong_state_preserves_data_selection
76652026-05-23T04:33:45.248Z PASS [ 4.059s] ( 706/2942) nexus-db-queries db::datastore::support_bundle::test::test_support_bundle_fm_idempotent_create
76662026-05-23T04:33:45.263Z PASS [ 4.094s] ( 707/2942) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
76672026-05-23T04:33:45.263Z PASS [ 4.226s] ( 708/2942) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
76682026-05-23T04:33:45.287Z PASS [ 4.151s] ( 709/2942) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
76692026-05-23T04:33:45.623Z PASS [ 6.740s] ( 710/2942) nexus-db-queries db::datastore::sled::test::test_sled_transitions
76702026-05-23T04:33:46.021Z PASS [ 5.319s] ( 711/2942) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
76712026-05-23T04:33:46.024Z PASS [ 5.337s] ( 712/2942) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
76722026-05-23T04:33:46.071Z PASS [ 5.157s] ( 713/2942) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
76732026-05-23T04:33:46.146Z PASS [ 5.360s] ( 714/2942) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
76742026-05-23T04:33:46.351Z PASS [ 4.028s] ( 715/2942) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
76752026-05-23T04:33:46.363Z PASS [ 3.929s] ( 716/2942) nexus-db-queries db::datastore::switch_port::test::test_two_unnumbered_bgp_peers_on_different_links
76762026-05-23T04:33:46.371Z PASS [ 3.891s] ( 717/2942) nexus-db-queries db::datastore::target_release::test::target_release_datastore
76772026-05-23T04:33:46.434Z PASS [ 3.997s] ( 718/2942) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
76782026-05-23T04:33:46.798Z PASS [ 4.145s] ( 719/2942) nexus-db-queries db::datastore::target_release::test::test_recent_distinct
76792026-05-23T04:33:46.871Z PASS [ 3.909s] ( 720/2942) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
76802026-05-23T04:33:46.892Z PASS [ 3.868s] ( 721/2942) nexus-db-queries db::datastore::test::test_project_creation
76812026-05-23T04:33:46.951Z PASS [ 4.080s] ( 722/2942) nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
76822026-05-23T04:33:47.006Z PASS [ 4.019s] ( 723/2942) nexus-db-queries db::datastore::test::test_external_ip_check_constraints
76832026-05-23T04:33:47.090Z PASS [ 3.715s] ( 724/2942) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
76842026-05-23T04:33:47.360Z PASS [ 3.968s] ( 725/2942) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
76852026-05-23T04:33:47.727Z PASS [ 4.173s] ( 726/2942) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
76862026-05-23T04:33:48.360Z PASS [ 4.461s] ( 727/2942) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
76872026-05-23T04:33:48.969Z PASS [ 4.262s] ( 728/2942) nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
76882026-05-23T04:33:49.018Z PASS [ 3.729s] ( 729/2942) nexus-db-queries db::datastore::test::test_session_cleanup_batch
76892026-05-23T04:33:49.519Z PASS [ 3.895s] ( 730/2942) nexus-db-queries db::datastore::test::test_session_methods
76902026-05-23T04:33:49.919Z PASS [ 3.848s] ( 731/2942) nexus-db-queries db::datastore::test::test_table_scan
76912026-05-23T04:33:49.935Z PASS [ 3.911s] ( 732/2942) nexus-db-queries db::datastore::test::test_ssh_keys
76922026-05-23T04:33:50.026Z PASS [ 4.004s] ( 733/2942) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
76932026-05-23T04:33:50.277Z PASS [ 3.914s] ( 734/2942) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_initial_lrtq_upgrade
76942026-05-23T04:33:50.320Z PASS [ 3.969s] ( 735/2942) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_all_active_rack_id_and_latest_epoch
76952026-05-23T04:33:50.402Z PASS [ 4.256s] ( 736/2942) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_abort
76962026-05-23T04:33:50.423Z PASS [ 4.051s] ( 737/2942) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_latest_errors
76972026-05-23T04:33:50.620Z PASS [ 4.186s] ( 738/2942) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit
76982026-05-23T04:33:51.104Z PASS [ 7.694s] ( 739/2942) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
76992026-05-23T04:33:51.119Z PASS [ 4.113s] ( 740/2942) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
77002026-05-23T04:33:51.119Z PASS [ 4.167s] ( 741/2942) nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
77012026-05-23T04:33:51.212Z PASS [ 4.413s] ( 742/2942) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit_partially
77022026-05-23T04:33:51.359Z PASS [ 3.998s] ( 743/2942) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
77032026-05-23T04:33:51.372Z PASS [ 4.282s] ( 744/2942) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
77042026-05-23T04:33:51.422Z PASS [ 0.049s] ( 745/2942) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
77052026-05-23T04:33:51.475Z PASS [ 0.053s] ( 746/2942) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
77062026-05-23T04:33:51.709Z PASS [ 4.816s] ( 747/2942) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
77072026-05-23T04:33:51.834Z PASS [ 4.106s] ( 748/2942) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
77082026-05-23T04:33:52.172Z PASS [ 7.445s] ( 749/2942) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
77092026-05-23T04:33:52.535Z PASS [ 7.286s] ( 750/2942) nexus-db-queries db::datastore::test::test_region_allocation_strat_random
77102026-05-23T04:33:53.056Z PASS [ 4.086s] ( 751/2942) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
77112026-05-23T04:33:53.152Z PASS [ 4.134s] ( 752/2942) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
77122026-05-23T04:33:53.340Z PASS [ 8.077s] ( 753/2942) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
77132026-05-23T04:33:53.489Z PASS [ 5.128s] ( 754/2942) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
77142026-05-23T04:33:53.804Z PASS [ 3.885s] ( 755/2942) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
77152026-05-23T04:33:53.997Z PASS [ 3.971s] ( 756/2942) nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
77162026-05-23T04:33:54.052Z PASS [ 4.534s] ( 757/2942) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
77172026-05-23T04:33:54.189Z PASS [ 3.912s] ( 758/2942) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
77182026-05-23T04:33:54.225Z PASS [ 8.962s] ( 759/2942) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
77192026-05-23T04:33:54.248Z PASS [ 0.252s] ( 760/2942) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
77202026-05-23T04:33:54.323Z PASS [ 4.003s] ( 761/2942) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
77212026-05-23T04:33:54.441Z PASS [ 4.019s] ( 762/2942) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
77222026-05-23T04:33:54.445Z PASS [ 4.042s] ( 763/2942) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
77232026-05-23T04:33:54.528Z PASS [ 4.592s] ( 764/2942) nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
77242026-05-23T04:33:54.535Z PASS [ 3.915s] ( 765/2942) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
77252026-05-23T04:33:54.969Z PASS [ 3.850s] ( 766/2942) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
77262026-05-23T04:33:55.053Z PASS [ 3.840s] ( 767/2942) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
77272026-05-23T04:33:55.091Z PASS [ 3.986s] ( 768/2942) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
77282026-05-23T04:33:55.140Z PASS [ 0.049s] ( 769/2942) nexus-db-queries db::pagination::test::test_paginator
77292026-05-23T04:33:55.223Z PASS [ 4.103s] ( 770/2942) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
77302026-05-23T04:33:55.704Z PASS [ 3.870s] ( 771/2942) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
77312026-05-23T04:33:55.993Z PASS [ 3.822s] ( 772/2942) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
77322026-05-23T04:33:56.316Z PASS [ 3.781s] ( 773/2942) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
77332026-05-23T04:33:56.424Z PASS [ 1.284s] ( 774/2942) nexus-db-queries db::pool::test::test_pool_can_be_terminated
77342026-05-23T04:33:56.535Z PASS [ 1.313s] ( 775/2942) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
77352026-05-23T04:33:56.825Z PASS [ 2.773s] ( 776/2942) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
77362026-05-23T04:33:56.850Z PASS [ 2.625s] ( 777/2942) nexus-db-queries db::explain::test::test_explain_async
77372026-05-23T04:33:56.856Z PASS [ 2.608s] ( 778/2942) nexus-db-queries db::explain::test::test_explain_full_table_scan
77382026-05-23T04:33:57.133Z PASS [ 0.276s] ( 779/2942) nexus-db-queries db::queries::external_ip::tests::expectorate_next_automatic_floating_ip_query
77392026-05-23T04:33:57.226Z PASS [ 2.903s] ( 780/2942) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
77402026-05-23T04:33:57.283Z PASS [ 4.227s] ( 781/2942) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
77412026-05-23T04:33:57.288Z PASS [ 2.846s] ( 782/2942) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
77422026-05-23T04:33:57.303Z PASS [ 4.152s] ( 783/2942) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
77432026-05-23T04:33:57.396Z PASS [ 2.952s] ( 784/2942) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
77442026-05-23T04:33:57.400Z PASS [ 0.266s] ( 785/2942) nexus-db-queries db::queries::external_ip::tests::expectorate_next_explicit_floating_ip_query
77452026-05-23T04:33:57.416Z PASS [ 2.888s] ( 786/2942) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
77462026-05-23T04:33:57.446Z PASS [ 2.910s] ( 787/2942) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
77472026-05-23T04:33:57.508Z PASS [ 0.281s] ( 788/2942) nexus-db-queries db::queries::external_ip::tests::expectorate_next_instance_snat_ip_query
77482026-05-23T04:33:57.521Z PASS [ 0.239s] ( 789/2942) nexus-db-queries db::queries::external_ip::tests::expectorate_next_omicron_zone_snat_ip_query
77492026-05-23T04:33:57.853Z PASS [ 2.884s] ( 790/2942) nexus-db-queries db::pagination::test::test_paginated_single_column_descending
77502026-05-23T04:33:57.926Z PASS [ 2.874s] ( 791/2942) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
77512026-05-23T04:33:58.092Z PASS [ 3.902s] ( 792/2942) nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
77522026-05-23T04:33:58.199Z PASS [ 0.273s] ( 793/2942) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_automatic
77532026-05-23T04:33:58.221Z PASS [ 4.732s] ( 794/2942) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
77542026-05-23T04:33:58.329Z PASS [ 0.237s] ( 795/2942) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_explicit
77552026-05-23T04:33:58.348Z PASS [ 5.008s] ( 796/2942) nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
77562026-05-23T04:33:58.493Z PASS [ 0.272s] ( 797/2942) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_default_pool_query
77572026-05-23T04:33:58.592Z PASS [ 0.263s] ( 798/2942) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_pool_query
77582026-05-23T04:33:58.608Z PASS [ 0.260s] ( 799/2942) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_subnet_query
77592026-05-23T04:33:58.743Z PASS [ 7.385s] ( 800/2942) nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
77602026-05-23T04:33:58.806Z PASS [ 0.313s] ( 801/2942) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_ip_version_query
77612026-05-23T04:33:58.854Z PASS [ 0.262s] ( 802/2942) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_subnet_pool_member_query
77622026-05-23T04:33:58.876Z PASS [ 0.268s] ( 803/2942) nexus-db-queries db::queries::ip_pool::tests::expectorate_filter_overlapping_ip_ranges
77632026-05-23T04:33:58.911Z PASS [ 5.107s] ( 804/2942) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
77642026-05-23T04:33:59.064Z PASS [ 2.747s] ( 805/2942) nexus-db-queries db::queries::external_ip::tests::can_explain_next_external_ip_query
77652026-05-23T04:33:59.193Z PASS [ 7.719s] ( 806/2942) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
77662026-05-23T04:33:59.427Z PASS [ 7.718s] ( 807/2942) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
77672026-05-23T04:33:59.762Z PASS [ 0.698s] ( 808/2942) nexus-db-queries db::queries::network_interface::tests::expectorate_query
77682026-05-23T04:33:59.874Z PASS [ 4.170s] ( 809/2942) nexus-db-queries db::queries::external_ip::tests::can_allocate_ephemeral_ips_from_all_ranges_in_a_pool
77692026-05-23T04:34:00.214Z PASS [ 4.221s] ( 810/2942) nexus-db-queries db::queries::external_ip::tests::can_allocate_snat_ips_from_all_ranges_in_a_pool
77702026-05-23T04:34:00.260Z PASS [ 0.045s] ( 811/2942) nexus-db-queries db::queries::network_interface::tests::test_first_available_address
77712026-05-23T04:34:00.268Z PASS [ 3.844s] ( 812/2942) nexus-db-queries db::queries::external_ip::tests::can_insert_explicit_address_with_two_ranges_in_pool
77722026-05-23T04:34:00.792Z PASS [ 4.257s] ( 813/2942) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_ephemeral_with_full_range
77732026-05-23T04:34:00.901Z PASS [ 4.051s] ( 814/2942) nexus-db-queries db::queries::external_ip::tests::cannot_allocate_instance_ip_from_pool_with_different_version
77742026-05-23T04:34:01.023Z PASS [ 2.824s] ( 815/2942) nexus-db-queries db::queries::external_subnet::tests::can_explain_insert_external_subnet_from_explicit_ip_query
77752026-05-23T04:34:01.206Z PASS [ 3.807s] ( 816/2942) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
77762026-05-23T04:34:01.217Z PASS [ 4.392s] ( 817/2942) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_snat_with_full_range
77772026-05-23T04:34:01.443Z PASS [ 4.027s] ( 818/2942) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
77782026-05-23T04:34:01.461Z PASS [ 4.015s] ( 819/2942) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
77792026-05-23T04:34:01.558Z PASS [ 4.270s] ( 820/2942) nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
77802026-05-23T04:34:01.581Z PASS [ 4.278s] ( 821/2942) nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
77812026-05-23T04:34:01.586Z PASS [ 4.187s] ( 822/2942) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
77822026-05-23T04:34:01.635Z PASS [ 4.113s] ( 823/2942) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
77832026-05-23T04:34:01.761Z PASS [ 4.254s] ( 824/2942) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
77842026-05-23T04:34:02.031Z PASS [ 4.177s] ( 825/2942) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
77852026-05-23T04:34:02.081Z PASS [ 0.050s] ( 826/2942) nexus-db-queries db::queries::network_interface::tests::test_last_available_address
77862026-05-23T04:34:02.820Z PASS [ 4.076s] ( 827/2942) nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
77872026-05-23T04:34:02.838Z PASS [ 3.961s] ( 828/2942) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4
77882026-05-23T04:34:02.923Z PASS [ 4.012s] ( 829/2942) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6
77892026-05-23T04:34:03.063Z PASS [ 3.869s] ( 830/2942) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
77902026-05-23T04:34:03.234Z PASS [ 4.381s] ( 831/2942) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv6_address
77912026-05-23T04:34:03.244Z PASS [ 4.436s] ( 832/2942) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv4_address
77922026-05-23T04:34:03.287Z PASS [ 0.053s] ( 833/2942) nexus-db-queries db::queries::next_item::tests::test_shift_indices
77932026-05-23T04:34:03.565Z PASS [ 0.277s] ( 834/2942) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
77942026-05-23T04:34:03.829Z PASS [ 0.264s] ( 835/2942) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
77952026-05-23T04:34:03.853Z PASS [ 4.089s] ( 836/2942) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_after_ipv4_only
77962026-05-23T04:34:03.994Z PASS [ 4.567s] ( 837/2942) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
77972026-05-23T04:34:04.045Z PASS [ 0.050s] ( 838/2942) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
77982026-05-23T04:34:04.093Z PASS [ 0.049s] ( 839/2942) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
77992026-05-23T04:34:04.189Z PASS [ 3.929s] ( 840/2942) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
78002026-05-23T04:34:04.219Z PASS [ 3.950s] ( 841/2942) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
78012026-05-23T04:34:04.638Z PASS [ 4.764s] ( 842/2942) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_ipv4_exhaustion
78022026-05-23T04:34:04.737Z PASS [ 3.943s] ( 843/2942) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
78032026-05-23T04:34:04.788Z PASS [ 3.886s] ( 844/2942) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
78042026-05-23T04:34:05.075Z PASS [ 3.858s] ( 845/2942) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
78052026-05-23T04:34:05.114Z PASS [ 3.908s] ( 846/2942) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
78062026-05-23T04:34:05.132Z PASS [ 1.039s] ( 847/2942) nexus-db-queries db::queries::region_allocation::test::expectorate_query
78072026-05-23T04:34:05.160Z PASS [ 4.136s] ( 848/2942) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
78082026-05-23T04:34:05.311Z PASS [ 3.868s] ( 849/2942) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
78092026-05-23T04:34:05.379Z PASS [ 0.265s] ( 850/2942) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
78102026-05-23T04:34:05.392Z PASS [ 3.932s] ( 851/2942) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
78112026-05-23T04:34:05.430Z PASS [ 0.270s] ( 852/2942) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
78122026-05-23T04:34:05.601Z PASS [ 4.018s] ( 853/2942) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
78132026-05-23T04:34:05.606Z PASS [ 0.295s] ( 854/2942) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
78142026-05-23T04:34:05.610Z PASS [ 4.050s] ( 855/2942) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
78152026-05-23T04:34:05.625Z PASS [ 2.805s] ( 856/2942) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
78162026-05-23T04:34:05.681Z PASS [ 4.046s] ( 857/2942) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
78172026-05-23T04:34:05.699Z PASS [ 2.861s] ( 858/2942) nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
78182026-05-23T04:34:05.713Z PASS [ 4.129s] ( 859/2942) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
78192026-05-23T04:34:05.800Z PASS [ 2.877s] ( 860/2942) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
78202026-05-23T04:34:05.834Z PASS [ 0.233s] ( 861/2942) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
78212026-05-23T04:34:05.842Z PASS [ 0.463s] ( 862/2942) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
78222026-05-23T04:34:05.887Z PASS [ 0.281s] ( 863/2942) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
78232026-05-23T04:34:05.891Z PASS [ 0.046s] ( 864/2942) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
78242026-05-23T04:34:05.898Z PASS [ 0.065s] ( 865/2942) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
78252026-05-23T04:34:05.907Z PASS [ 0.299s] ( 866/2942) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
78262026-05-23T04:34:05.918Z PASS [ 2.856s] ( 867/2942) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
78272026-05-23T04:34:05.923Z PASS [ 0.297s] ( 868/2942) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
78282026-05-23T04:34:05.928Z PASS [ 4.167s] ( 869/2942) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
78292026-05-23T04:34:05.939Z PASS [ 0.052s] ( 870/2942) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
78302026-05-23T04:34:05.943Z PASS [ 0.056s] ( 871/2942) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
78312026-05-23T04:34:05.947Z PASS [ 0.049s] ( 872/2942) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
78322026-05-23T04:34:06.054Z PASS [ 2.811s] ( 873/2942) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
78332026-05-23T04:34:06.135Z PASS [ 0.228s] ( 874/2942) nexus-db-queries db::queries::vpc_subnet::test::expectorate_insert_vpc_subnet_query
78342026-05-23T04:34:06.297Z PASS [ 4.216s] ( 875/2942) nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
78352026-05-23T04:34:06.322Z PASS [ 0.024s] ( 876/2942) nexus-defaults tests::test_random_vpc_ipv6_prefix
78362026-05-23T04:34:06.365Z PASS [ 0.044s] ( 877/2942) nexus-fm analysis_input::tests::test_analysis_input_builder_and_sitrep_builder
78372026-05-23T04:34:06.437Z PASS [ 2.608s] ( 878/2942) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
78382026-05-23T04:34:06.509Z PASS [ 0.070s] ( 879/2942) nexus-inventory builder::test::test_empty
78392026-05-23T04:34:06.544Z PASS [ 0.179s] ( 880/2942) nexus-inventory builder::test::test_basic
78402026-05-23T04:34:06.549Z PASS [ 0.042s] ( 881/2942) nexus-inventory builder::test::test_problems
78412026-05-23T04:34:06.688Z PASS [ 2.837s] ( 882/2942) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
78422026-05-23T04:34:06.790Z PASS [ 2.601s] ( 883/2942) nexus-db-queries db::queries::region_allocation::test::explainable
78432026-05-23T04:34:07.059Z PASS [ 0.371s] ( 884/2942) nexus-inventory collector::test::test_multi_mgs_failure
78442026-05-23T04:34:07.286Z PASS [ 0.742s] ( 885/2942) nexus-inventory collector::test::test_basic
78452026-05-23T04:34:07.415Z PASS [ 0.625s] ( 886/2942) nexus-inventory collector::test::test_sled_agent_failure
78462026-05-23T04:34:07.427Z PASS [ 1.293s] ( 887/2942) nexus-db-schema crdb_alignment_test::diesel_schema_matches_crdb_schema
78472026-05-23T04:34:07.485Z PASS [ 0.936s] ( 888/2942) nexus-inventory collector::test::test_multi_mgs
78482026-05-23T04:34:07.605Z PASS [ 2.473s] ( 889/2942) nexus-db-queries db::queries::regions_hard_delete::test::explainable
78492026-05-23T04:34:07.922Z PASS [ 2.492s] ( 890/2942) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
78502026-05-23T04:34:08.022Z PASS [ 2.629s] ( 891/2942) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
78512026-05-23T04:34:08.073Z PASS [ 2.391s] ( 892/2942) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
78522026-05-23T04:34:08.110Z PASS [ 2.411s] ( 893/2942) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
78532026-05-23T04:34:08.165Z PASS [ 2.452s] ( 894/2942) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
78542026-05-23T04:34:08.261Z PASS [ 0.775s] ( 895/2942) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
78552026-05-23T04:34:08.265Z PASS [ 4.047s] ( 896/2942) nexus-db-queries db::queries::region_allocation::test::region_allocation_barely_pass_local_storage_dataset
78562026-05-23T04:34:08.284Z PASS [ 0.855s] ( 897/2942) nexus-mgs-updates driver_update::test::test_rot_basic_failures
78572026-05-23T04:34:08.287Z PASS [ 2.485s] ( 898/2942) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
78582026-05-23T04:34:08.380Z PASS [ 2.461s] ( 899/2942) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
78592026-05-23T04:34:08.482Z PASS [ 2.554s] ( 900/2942) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
78602026-05-23T04:34:08.496Z PASS [ 3.859s] ( 901/2942) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_control_plane_storage_buffer
78612026-05-23T04:34:08.537Z PASS [ 2.615s] ( 902/2942) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
78622026-05-23T04:34:08.544Z PASS [ 0.048s] ( 903/2942) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
78632026-05-23T04:34:08.583Z PASS [ 0.045s] ( 904/2942) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
78642026-05-23T04:34:08.595Z PASS [ 0.051s] ( 905/2942) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
78652026-05-23T04:34:08.625Z PASS [ 0.042s] ( 906/2942) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
78662026-05-23T04:34:08.628Z PASS [ 0.248s] ( 907/2942) nexus-mgs-updates test_util::step_through::test::test_basic
78672026-05-23T04:34:08.638Z PASS [ 0.043s] ( 908/2942) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
78682026-05-23T04:34:08.665Z PASS [ 0.041s] ( 909/2942) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
78692026-05-23T04:34:08.675Z PASS [ 0.048s] ( 910/2942) nexus-reconfigurator-blippy checks::tests::test_duplicate_sled_subnet
78702026-05-23T04:34:08.688Z PASS [ 0.050s] ( 911/2942) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
78712026-05-23T04:34:08.692Z PASS [ 0.209s] ( 912/2942) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
78722026-05-23T04:34:08.705Z PASS [ 0.040s] ( 913/2942) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
78732026-05-23T04:34:08.721Z PASS [ 0.046s] ( 914/2942) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
78742026-05-23T04:34:08.725Z PASS [ 3.937s] ( 915/2942) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal
78752026-05-23T04:34:08.735Z PASS [ 0.046s] ( 916/2942) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
78762026-05-23T04:34:08.739Z PASS [ 0.717s] ( 917/2942) nexus-mgs-updates driver_update::test::test_sp_basic_failures
78772026-05-23T04:34:08.740Z PASS [ 0.047s] ( 918/2942) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
78782026-05-23T04:34:08.747Z PASS [ 0.042s] ( 919/2942) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
78792026-05-23T04:34:08.753Z PASS [ 4.017s] ( 920/2942) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_local_storage_dataset
78802026-05-23T04:34:08.764Z PASS [ 0.042s] ( 921/2942) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
78812026-05-23T04:34:08.774Z PASS [ 0.049s] ( 922/2942) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
78822026-05-23T04:34:08.782Z PASS [ 0.048s] ( 923/2942) nexus-reconfigurator-blippy checks::tests::test_underlay_ip_above_last_allocated
78832026-05-23T04:34:08.786Z PASS [ 0.047s] ( 924/2942) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
78842026-05-23T04:34:08.786Z PASS [ 0.048s] ( 925/2942) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
78852026-05-23T04:34:08.794Z PASS [ 0.046s] ( 926/2942) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
78862026-05-23T04:34:08.800Z PASS [ 0.047s] ( 927/2942) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
78872026-05-23T04:34:08.821Z PASS [ 0.047s] ( 928/2942) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
78882026-05-23T04:34:08.968Z PASS [ 0.145s] ( 929/2942) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
78892026-05-23T04:34:08.980Z PASS [ 3.905s] ( 930/2942) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal_no_local_storage_dataset
78902026-05-23T04:34:09.029Z PASS [ 0.062s] ( 931/2942) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
78912026-05-23T04:34:09.033Z PASS [ 0.053s] ( 932/2942) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
78922026-05-23T04:34:09.088Z PASS [ 0.058s] ( 933/2942) nexus-reconfigurator-execution dns::test::test_dns_compute_update
78932026-05-23T04:34:09.335Z PASS [ 1.068s] ( 934/2942) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
78942026-05-23T04:34:09.432Z PASS [ 3.376s] ( 935/2942) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
78952026-05-23T04:34:09.667Z PASS [ 3.720s] ( 936/2942) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
78962026-05-23T04:34:09.689Z PASS [ 2.630s] ( 937/2942) nexus-metrics-producer-gc tests::test_prune_expired_producers
78972026-05-23T04:34:09.734Z PASS [ 0.067s] ( 938/2942) nexus-reconfigurator-execution sagas::test::test_find_expunged_same_generation
78982026-05-23T04:34:09.773Z PASS [ 0.039s] ( 939/2942) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
78992026-05-23T04:34:09.812Z PASS [ 0.039s] ( 940/2942) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
79002026-05-23T04:34:09.865Z PASS [ 0.053s] ( 941/2942) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
79012026-05-23T04:34:09.927Z PASS [ 0.062s] ( 942/2942) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
79022026-05-23T04:34:09.974Z PASS [ 0.046s] ( 943/2942) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
79032026-05-23T04:34:10.030Z PASS [ 0.057s] ( 944/2942) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
79042026-05-23T04:34:10.078Z PASS [ 0.048s] ( 945/2942) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
79052026-05-23T04:34:10.101Z PASS [ 2.686s] ( 946/2942) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
79062026-05-23T04:34:10.120Z PASS [ 0.042s] ( 947/2942) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
79072026-05-23T04:34:10.152Z PASS [ 0.051s] ( 948/2942) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
79082026-05-23T04:34:10.158Z PASS [ 0.038s] ( 949/2942) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
79092026-05-23T04:34:10.186Z PASS [ 0.033s] ( 950/2942) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
79102026-05-23T04:34:10.194Z PASS [ 0.036s] ( 951/2942) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
79112026-05-23T04:34:10.217Z PASS [ 0.032s] ( 952/2942) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
79122026-05-23T04:34:10.228Z PASS [ 0.033s] ( 953/2942) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
79132026-05-23T04:34:10.248Z PASS [ 0.031s] ( 954/2942) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
79142026-05-23T04:34:10.264Z PASS [ 0.036s] ( 955/2942) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
79152026-05-23T04:34:10.280Z PASS [ 0.032s] ( 956/2942) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
79162026-05-23T04:34:10.306Z PASS [ 0.042s] ( 957/2942) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
79172026-05-23T04:34:10.347Z PASS [ 3.061s] ( 958/2942) nexus-metrics-producer-gc tests::test_prune_expired_producers_expunged_oximeter
79182026-05-23T04:34:10.550Z PASS [ 0.243s] ( 959/2942) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
79192026-05-23T04:34:10.604Z PASS [ 0.257s] ( 960/2942) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
79202026-05-23T04:34:10.673Z PASS [ 0.123s] ( 961/2942) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
79212026-05-23T04:34:10.681Z PASS [ 0.077s] ( 962/2942) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
79222026-05-23T04:34:10.705Z PASS [ 0.032s] ( 963/2942) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
79232026-05-23T04:34:10.741Z PASS [ 0.058s] ( 964/2942) nexus-reconfigurator-planning example::tests::builder_all_zone_types
79242026-05-23T04:34:10.761Z PASS [ 0.056s] ( 965/2942) nexus-reconfigurator-planning example::tests::builder_zone_counts
79252026-05-23T04:34:10.794Z PASS [ 0.033s] ( 966/2942) nexus-reconfigurator-planning example::tests::instances_on_examples
79262026-05-23T04:34:10.847Z PASS [ 0.052s] ( 967/2942) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
79272026-05-23T04:34:10.908Z PASS [ 0.059s] ( 968/2942) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
79282026-05-23T04:34:10.970Z PASS [ 0.064s] ( 969/2942) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
79292026-05-23T04:34:10.973Z PASS [ 24.100s] ( 970/2942) nexus-db-queries db::datastore::update::test::test_list_unpruned
79302026-05-23T04:34:11.019Z PASS [ 0.048s] ( 971/2942) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
79312026-05-23T04:34:11.040Z PASS [ 0.068s] ( 972/2942) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
79322026-05-23T04:34:11.069Z PASS [ 0.049s] ( 973/2942) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
79332026-05-23T04:34:11.081Z PASS [ 0.041s] ( 974/2942) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
79342026-05-23T04:34:11.117Z PASS [ 0.049s] ( 975/2942) nexus-reconfigurator-planning mgs_updates::test::test_sp_move
79352026-05-23T04:34:11.140Z PASS [ 0.059s] ( 976/2942) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
79362026-05-23T04:34:11.166Z PASS [ 0.049s] ( 977/2942) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
79372026-05-23T04:34:11.193Z PASS [ 0.051s] ( 978/2942) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
79382026-05-23T04:34:11.270Z PASS [ 0.078s] ( 979/2942) nexus-reconfigurator-planning::mod integration_tests::planner::test_add_multiple_nexus_to_one_sled
79392026-05-23T04:34:11.274Z PASS [ 0.108s] ( 980/2942) nexus-reconfigurator-planning::mod integration_tests::planner::planner_decommissions_sleds
79402026-05-23T04:34:11.348Z PASS [ 0.074s] ( 981/2942) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_allocation_skips_nonprovisionable_disks
79412026-05-23T04:34:11.363Z PASS [ 0.092s] ( 982/2942) nexus-reconfigurator-planning::mod integration_tests::planner::test_basic_add_sled
79422026-05-23T04:34:11.420Z PASS [ 0.072s] ( 983/2942) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_pantry
79432026-05-23T04:34:11.439Z PASS [ 0.077s] ( 984/2942) nexus-reconfigurator-planning::mod integration_tests::planner::test_dataset_settings_modified_in_place
79442026-05-23T04:34:11.508Z PASS [ 0.087s] ( 985/2942) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_add_expunge_decommission
79452026-05-23T04:34:11.524Z PASS [ 0.086s] ( 986/2942) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_durable_zpool
79462026-05-23T04:34:11.563Z PASS [ 0.055s] ( 987/2942) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_transient_filesystem
79472026-05-23T04:34:11.597Z PASS [ 0.072s] ( 988/2942) nexus-reconfigurator-planning::mod integration_tests::planner::test_ensure_preserve_downgrade_option
79482026-05-23T04:34:11.650Z PASS [ 0.086s] ( 989/2942) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_clusters
79492026-05-23T04:34:11.680Z PASS [ 0.083s] ( 990/2942) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_zones_after_policy_is_changed
79502026-05-23T04:34:11.731Z PASS [ 0.081s] ( 991/2942) nexus-reconfigurator-planning::mod integration_tests::planner::test_internal_dns_zone_replaced_after_marked_for_cleanup
79512026-05-23T04:34:11.880Z PASS [ 0.149s] ( 992/2942) nexus-reconfigurator-planning::mod integration_tests::planner::test_nexus_allocation_skips_nonprovisionable_sleds
79522026-05-23T04:34:12.022Z PASS [ 0.142s] ( 993/2942) nexus-reconfigurator-planning::mod integration_tests::planner::test_plan_deploy_all_clickhouse_cluster_nodes
79532026-05-23T04:34:12.117Z PASS [ 0.094s] ( 994/2942) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_dns_ips_from_expunged_zones
79542026-05-23T04:34:12.219Z PASS [ 0.102s] ( 995/2942) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_ips_from_expunged_zones
79552026-05-23T04:34:12.487Z PASS [ 0.807s] ( 996/2942) nexus-reconfigurator-planning::mod integration_tests::planner::test_multiple_measurements
79562026-05-23T04:34:12.496Z PASS [ 2.212s] ( 997/2942) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
79572026-05-23T04:34:12.571Z PASS [ 0.083s] ( 998/2942) nexus-reconfigurator-planning::mod integration_tests::planner::test_single_node_clickhouse
79582026-05-23T04:34:12.580Z PASS [ 0.088s] ( 999/2942) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_additional_nexus_zones_across_sleds
79592026-05-23T04:34:12.621Z PASS [ 4.456s] (1000/2942) nexus-mgs-updates driver_update::test::test_sp_update_watched
79602026-05-23T04:34:12.650Z PASS [ 0.079s] (1001/2942) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_internal_dns_zones_across_sleds
79612026-05-23T04:34:12.817Z PASS [ 0.598s] (1002/2942) nexus-reconfigurator-planning::mod integration_tests::planner::test_simple_measurements
79622026-05-23T04:34:13.258Z PASS [ 4.457s] (1003/2942) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
79632026-05-23T04:34:13.305Z PASS [ 4.518s] (1004/2942) nexus-reconfigurator-execution database::test::test_database_nexus_access_create
79642026-05-23T04:34:13.348Z PASS [ 4.560s] (1005/2942) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
79652026-05-23T04:34:13.391Z PASS [ 4.597s] (1006/2942) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
79662026-05-23T04:34:13.416Z PASS [ 0.069s] (1007/2942) nexus-reconfigurator-planning::mod integration_tests::planner::test_zones_marked_ready_for_cleanup_based_on_inventory
79672026-05-23T04:34:13.450Z PASS [ 2.710s] (1008/2942) nexus-reconfigurator-planning example::tests::dns_resolution_works
79682026-05-23T04:34:13.541Z PASS [ 0.890s] (1009/2942) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_cockroach
79692026-05-23T04:34:13.685Z PASS [ 1.064s] (1010/2942) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_boundary_ntp
79702026-05-23T04:34:13.708Z PASS [ 0.022s] (1011/2942) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
79712026-05-23T04:34:13.731Z PASS [ 1.151s] (1012/2942) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_all_zones
79722026-05-23T04:34:13.743Z PASS [ 0.036s] (1013/2942) nexus-saga-recovery recovery::test::test_execution_basic
79732026-05-23T04:34:13.764Z PASS [ 0.033s] (1014/2942) nexus-saga-recovery recovery::test::test_plan_basic
79742026-05-23T04:34:13.774Z PASS [ 0.031s] (1015/2942) nexus-saga-recovery recovery::test::test_read_all_from_channel
79752026-05-23T04:34:13.801Z PASS [ 0.037s] (1016/2942) nexus-saga-recovery test::test_basic
79762026-05-23T04:34:13.832Z PASS [ 0.030s] (1017/2942) nexus-types alert::tests::test_from_str_roundtrips
79772026-05-23T04:34:13.928Z PASS [ 0.096s] (1018/2942) nexus-types alert::tests::test_is_test
79782026-05-23T04:34:13.943Z PASS [ 5.682s] (1019/2942) nexus-mgs-updates driver_update::test_host_phase_1::basic
79792026-05-23T04:34:13.961Z PASS [ 0.033s] (1020/2942) nexus-types authn::cookies::test::test_parse_cookies_empty_headers
79802026-05-23T04:34:13.976Z PASS [ 0.033s] (1021/2942) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
79812026-05-23T04:34:13.982Z PASS [ 8.043s] (1022/2942) nexus-db-queries policy_test::test_conferred_roles
79822026-05-23T04:34:14.004Z PASS [ 0.028s] (1023/2942) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
79832026-05-23T04:34:14.011Z PASS [ 0.029s] (1024/2942) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
79842026-05-23T04:34:14.034Z PASS [ 0.030s] (1025/2942) nexus-types authn::cookies::test::test_parse_cookies_two_cookies
79852026-05-23T04:34:14.040Z PASS [ 0.029s] (1026/2942) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
79862026-05-23T04:34:14.050Z PASS [ 0.089s] (1027/2942) nexus-types authn::cookies::test::test_parse_cookies_one_cookie
79872026-05-23T04:34:14.081Z PASS [ 0.040s] (1028/2942) nexus-types deployment::test::test_serialize_pending_mgs_updates
79882026-05-23T04:34:14.087Z PASS [ 0.037s] (1029/2942) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_empty
79892026-05-23T04:34:14.125Z PASS [ 0.044s] (1030/2942) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_same_inv
79902026-05-23T04:34:14.128Z PASS [ 0.039s] (1031/2942) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_with_cases
79912026-05-23T04:34:14.165Z PASS [ 0.039s] (1032/2942) nexus-types fm::analysis_reports::tests::test_log_entry_backwards_compat_event_only
79922026-05-23T04:34:14.196Z PASS [ 0.031s] (1033/2942) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_extra_fields
79932026-05-23T04:34:14.221Z PASS [ 0.095s] (1034/2942) nexus-types fm::analysis_reports::tests::test_log_entry_display_nested_values
79942026-05-23T04:34:14.238Z PASS [ 0.042s] (1035/2942) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_varied_types
79952026-05-23T04:34:14.256Z PASS [ 0.034s] (1036/2942) nexus-types fm::analysis_reports::tests::test_log_entry_roundtrip
79962026-05-23T04:34:14.282Z PASS [ 0.044s] (1037/2942) nexus-types fm::case::tests::test_case_display
79972026-05-23T04:34:14.289Z PASS [ 1.032s] (1038/2942) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_internal_dns
79982026-05-23T04:34:14.294Z PASS [ 0.038s] (1039/2942) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_disabled
79992026-05-23T04:34:14.316Z PASS [ 6.711s] (1040/2942) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
80002026-05-23T04:34:14.324Z PASS [ 0.042s] (1041/2942) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_enabled
80012026-05-23T04:34:14.328Z PASS [ 0.039s] (1042/2942) nexus-types internal_api::views::test::test_can_serialize_mgs_updates
80022026-05-23T04:34:14.354Z PASS [ 0.060s] (1043/2942) nexus-types quiesce::test::test_drained_blueprint
80032026-05-23T04:34:14.367Z PASS [ 0.041s] (1044/2942) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
80042026-05-23T04:34:14.367Z PASS [ 0.049s] (1045/2942) nexus-types quiesce::test::test_quiesce_block_on_first_recovery
80052026-05-23T04:34:14.400Z PASS [ 0.071s] (1046/2942) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
80062026-05-23T04:34:14.410Z PASS [ 0.055s] (1047/2942) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
80072026-05-23T04:34:14.410Z PASS [ 0.045s] (1048/2942) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
80082026-05-23T04:34:14.430Z PASS [ 0.065s] (1049/2942) nexus-types quiesce::test::test_quiesce_block_on_reassignment
80092026-05-23T04:34:14.444Z PASS [ 0.044s] (1050/2942) nexus-types quiesce::test::test_quiesce_block_on_saga_started
80102026-05-23T04:34:14.458Z PASS [ 0.047s] (1051/2942) nexus-types quiesce::test::test_quiesce_noop
80112026-05-23T04:34:14.466Z PASS [ 0.056s] (1052/2942) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
80122026-05-23T04:34:14.477Z PASS [ 0.047s] (1053/2942) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
80132026-05-23T04:34:14.505Z PASS [ 0.061s] (1054/2942) nexus-types support_bundle::tests::bundle_data_selection_serde_round_trip
80142026-05-23T04:34:14.520Z PASS [ 0.043s] (1055/2942) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_multicast_ip
80152026-05-23T04:34:14.520Z PASS [ 0.063s] (1056/2942) nexus-types-versions impls::alert::tests::test_webhook_subscription_validation
80162026-05-23T04:34:14.520Z PASS [ 0.053s] (1057/2942) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_explicit_null_fields
80172026-05-23T04:34:14.548Z PASS [ 0.043s] (1058/2942) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_source_ip
80182026-05-23T04:34:14.559Z PASS [ 0.039s] (1059/2942) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_source_ips
80192026-05-23T04:34:14.564Z PASS [ 0.038s] (1060/2942) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_multicast_ip
80202026-05-23T04:34:14.564Z PASS [ 0.038s] (1061/2942) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_mixed_null_and_values
80212026-05-23T04:34:14.589Z PASS [ 0.040s] (1062/2942) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_all_fields
80222026-05-23T04:34:14.595Z PASS [ 0.036s] (1063/2942) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_empty_source_ips
80232026-05-23T04:34:14.598Z PASS [ 6.674s] (1064/2942) nexus-mgs-updates driver_update::test::test_rot_update_basic
80242026-05-23T04:34:14.614Z PASS [ 0.050s] (1065/2942) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_without_optional_fields
80252026-05-23T04:34:14.614Z PASS [ 0.050s] (1066/2942) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_clear_source_ips
80262026-05-23T04:34:14.631Z PASS [ 0.042s] (1067/2942) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_omit_all_fields
80272026-05-23T04:34:14.631Z PASS [ 0.036s] (1068/2942) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_update_source_ips
80282026-05-23T04:34:14.655Z PASS [ 0.058s] (1069/2942) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v4
80292026-05-23T04:34:14.655Z PASS [ 0.041s] (1070/2942) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v6
80302026-05-23T04:34:14.663Z PASS [ 0.049s] (1071/2942) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v4
80312026-05-23T04:34:14.682Z PASS [ 0.051s] (1072/2942) nexus-types-versions impls::policy::tests::test_policy_parsing
80322026-05-23T04:34:14.696Z PASS [ 0.041s] (1073/2942) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_numbered_preserves_fields
80332026-05-23T04:34:14.696Z PASS [ 0.065s] (1074/2942) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v6
80342026-05-23T04:34:14.696Z PASS [ 0.041s] (1075/2942) nexus-types-versions v2026_03_06_01::tests::test_switch_slot_to_string_and_back_again
80352026-05-23T04:34:14.718Z PASS [ 0.055s] (1076/2942) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_unnumbered_preserves_fields
80362026-05-23T04:34:14.722Z PASS [ 0.037s] (1077/2942) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_numbered
80372026-05-23T04:34:14.747Z PASS [ 0.050s] (1078/2942) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_sentinel_becomes_none
80382026-05-23T04:34:14.747Z PASS [ 0.051s] (1079/2942) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_unnumbered
80392026-05-23T04:34:14.769Z PASS [ 0.050s] (1080/2942) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_unnumbered
80402026-05-23T04:34:14.773Z PASS [ 0.077s] (1081/2942) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_numbered
80412026-05-23T04:34:14.788Z PASS [ 0.041s] (1082/2942) nexus-types-versions v2026_04_16_00::networking::tests::test_valid_router_peer_type_try_from_old_representation
80422026-05-23T04:34:14.788Z PASS [ 0.069s] (1083/2942) nexus-types-versions v2026_04_16_00::networking::tests::test_invalid_router_peer_type_try_from_old_representation
80432026-05-23T04:34:14.827Z PASS [ 0.068s] (1084/2942) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
80442026-05-23T04:34:14.842Z PASS [ 2.025s] (1085/2942) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_crucible_pantry_before_nexus
80452026-05-23T04:34:14.842Z PASS [ 0.073s] (1086/2942) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
80462026-05-23T04:34:14.892Z PASS [ 0.103s] (1087/2942) omicron-certificates tests::test_common_name_is_validated
80472026-05-23T04:34:14.939Z PASS [ 0.165s] (1088/2942) omicron-certificates tests::test_cert_extended_key_usage
80482026-05-23T04:34:15.006Z PASS [ 0.208s] (1089/2942) omicron-certificates tests::test_subject_alternate_names_are_validated
80492026-05-23T04:34:15.180Z PASS [ 0.353s] (1090/2942) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
80502026-05-23T04:34:16.176Z PASS [ 2.872s] (1091/2942) nexus-reconfigurator-planning::mod integration_tests::planner::test_zone_update_ordering_respects_dependency_dag
80512026-05-23T04:34:16.203Z PASS [ 0.026s] (1092/2942) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
80522026-05-23T04:34:16.234Z PASS [ 0.031s] (1093/2942) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
80532026-05-23T04:34:16.349Z PASS [ 1.168s] (1094/2942) omicron-cockroach-admin context::tests::test_node_id
80542026-05-23T04:34:16.368Z PASS [ 0.020s] (1095/2942) omicron-cockroach-metrics tests::test_histogram_bucket_sorting
80552026-05-23T04:34:16.389Z PASS [ 0.020s] (1096/2942) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
80562026-05-23T04:34:16.409Z PASS [ 0.020s] (1097/2942) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
80572026-05-23T04:34:16.414Z PASS [ 0.180s] (1098/2942) omicron-cockroach-metrics tests::test_cluster_client_caching
80582026-05-23T04:34:16.429Z PASS [ 0.020s] (1099/2942) omicron-cockroach-metrics tests::test_prometheus_metrics_empty
80592026-05-23T04:34:16.434Z PASS [ 0.020s] (1100/2942) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
80602026-05-23T04:34:16.450Z PASS [ 0.021s] (1101/2942) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
80612026-05-23T04:34:16.454Z PASS [ 0.020s] (1102/2942) omicron-cockroach-metrics tests::test_typed_cockroach_metrics
80622026-05-23T04:34:16.474Z PASS [ 2.700s] (1103/2942) nexus-test-utils test::test_suite_password_matches_hash
80632026-05-23T04:34:16.477Z PASS [ 0.024s] (1104/2942) omicron-common address::test::test_dns_subnets
80642026-05-23T04:34:16.480Z PASS [ 0.023s] (1105/2942) omicron-common address::test::test_ip_range_checks_non_decreasing
80652026-05-23T04:34:16.497Z PASS [ 0.022s] (1106/2942) omicron-common address::test::test_ip_range_iter
80662026-05-23T04:34:16.500Z PASS [ 0.024s] (1107/2942) omicron-common address::test::test_ip_range_enum_deserialization
80672026-05-23T04:34:16.500Z PASS [ 0.021s] (1108/2942) omicron-common address::test::test_ip_range_length
80682026-05-23T04:34:16.516Z PASS [ 0.019s] (1109/2942) omicron-common address::test::test_ip_range_try_from
80692026-05-23T04:34:16.519Z PASS [ 0.020s] (1110/2942) omicron-common address::test::test_sled_address
80702026-05-23T04:34:16.522Z PASS [ 0.023s] (1111/2942) omicron-common address::test::test_ipv6_subnet_deserialize
80712026-05-23T04:34:16.535Z PASS [ 0.019s] (1112/2942) omicron-common api::external::error::test::test_bail_unless
80722026-05-23T04:34:16.538Z PASS [ 0.019s] (1113/2942) omicron-common api::external::error::test::test_context
80732026-05-23T04:34:16.545Z PASS [ 0.024s] (1114/2942) omicron-common api::external::http_pagination::test::test_pagination_examples
80742026-05-23T04:34:16.562Z PASS [ 0.027s] (1115/2942) omicron-common api::external::http_pagination::test::test_pagination_schemas
80752026-05-23T04:34:16.565Z PASS [ 0.024s] (1116/2942) omicron-common api::external::http_pagination::test::test_scan_by_id
80762026-05-23T04:34:16.569Z PASS [ 0.021s] (1117/2942) omicron-common api::external::http_pagination::test::test_scan_by_name
80772026-05-23T04:34:16.580Z PASS [ 0.018s] (1118/2942) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
80782026-05-23T04:34:16.587Z PASS [ 0.023s] (1119/2942) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
80792026-05-23T04:34:16.590Z PASS [ 0.020s] (1120/2942) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
80802026-05-23T04:34:16.601Z PASS [ 0.020s] (1121/2942) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
80812026-05-23T04:34:16.604Z PASS [ 0.019s] (1122/2942) omicron-common api::external::test::test_bytecount
80822026-05-23T04:34:16.613Z PASS [ 0.026s] (1123/2942) omicron-common api::external::test::test_bytecount_display
80832026-05-23T04:34:16.624Z PASS [ 0.023s] (1124/2942) omicron-common api::external::test::test_digest
80842026-05-23T04:34:16.633Z PASS [ 0.029s] (1125/2942) omicron-common api::external::test::test_firewall_deserialization
80852026-05-23T04:34:16.646Z PASS [ 0.033s] (1126/2942) omicron-common api::external::test::test_firewall_rule_host_filter_parse
80862026-05-23T04:34:16.649Z PASS [ 0.025s] (1127/2942) omicron-common api::external::test::test_firewall_rule_proto_filter_from_api_string
80872026-05-23T04:34:16.666Z PASS [ 0.032s] (1128/2942) omicron-common api::external::test::test_firewall_rule_target_parse
80882026-05-23T04:34:16.671Z PASS [ 0.025s] (1129/2942) omicron-common api::external::test::test_generation_display_parse
80892026-05-23T04:34:16.680Z PASS [ 0.031s] (1130/2942) omicron-common api::external::test::test_generation_from_int
80902026-05-23T04:34:16.692Z PASS [ 8.619s] (1131/2942) nexus-mgs-updates driver_update::test::test_sp_update_basic
80912026-05-23T04:34:16.701Z PASS [ 0.030s] (1132/2942) omicron-common api::external::test::test_generation_serde
80922026-05-23T04:34:16.735Z PASS [ 0.043s] (1133/2942) omicron-common api::external::test::test_ip_port_range_from_str
80932026-05-23T04:34:16.735Z PASS [ 0.054s] (1134/2942) omicron-common api::external::test::test_hostname_from_str
80942026-05-23T04:34:16.751Z PASS [ 0.050s] (1135/2942) omicron-common api::external::test::test_ip_port_range_into_str
80952026-05-23T04:34:16.754Z PASS [ 1.814s] (1136/2942) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
80962026-05-23T04:34:16.759Z PASS [ 0.024s] (1137/2942) omicron-common api::external::test::test_mac_system_iterator
80972026-05-23T04:34:16.784Z PASS [ 0.030s] (1138/2942) omicron-common api::external::test::test_macaddr
80982026-05-23T04:34:16.784Z PASS [ 0.046s] (1139/2942) omicron-common api::external::test::test_ipv6_net_operations
80992026-05-23T04:34:16.787Z PASS [ 0.031s] (1140/2942) omicron-common api::external::test::test_mac_to_int_conversions
81002026-05-23T04:34:16.801Z PASS [ 0.042s] (1141/2942) omicron-common api::external::test::test_name_parse
81012026-05-23T04:34:16.814Z PASS [ 0.147s] (1142/2942) omicron-common api::external::test::test_generation_overflow
81022026-05-23T04:34:16.819Z PASS [ 0.035s] (1143/2942) omicron-common api::external::test::test_resource_name_parse
81032026-05-23T04:34:16.824Z PASS [ 0.040s] (1144/2942) omicron-common api::external::test::test_name_parse_from_param
81042026-05-23T04:34:16.837Z PASS [ 0.053s] (1145/2942) omicron-common api::external::test::test_route_destination_parse
81052026-05-23T04:34:16.845Z PASS [ 0.025s] (1146/2942) omicron-common api::internal::shared::tests::test_dataset_kind_serialization
81062026-05-23T04:34:16.849Z PASS [ 0.048s] (1147/2942) omicron-common api::external::test::test_route_target_parse
81072026-05-23T04:34:16.853Z PASS [ 0.037s] (1148/2942) omicron-common api::external::test::test_semver_serialize
81082026-05-23T04:34:16.867Z PASS [ 0.042s] (1149/2942) omicron-common api::internal::shared::tests::test_delegated_zvol_device_name
81092026-05-23T04:34:16.873Z PASS [ 0.029s] (1150/2942) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
81102026-05-23T04:34:16.884Z PASS [ 1.993s] (1151/2942) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
81112026-05-23T04:34:16.892Z PASS [ 0.041s] (1152/2942) omicron-common disk::tests::parse_dataset_name
81122026-05-23T04:34:16.895Z PASS [ 0.058s] (1153/2942) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
81132026-05-23T04:34:16.903Z PASS [ 0.030s] (1154/2942) omicron-common zpool_name::test::test_parse_external_zpool_name
81142026-05-23T04:34:16.909Z PASS [ 0.060s] (1155/2942) omicron-common api::internal::shared::tests::test_deserialize_unknown_string
81152026-05-23T04:34:16.918Z PASS [ 0.033s] (1156/2942) omicron-common zpool_name::test::test_parse_internal_zpool_name
81162026-05-23T04:34:16.921Z PASS [ 0.024s] (1157/2942) omicron-common zpool_name::test::test_zpool_name_regex
81172026-05-23T04:34:16.921Z PASS [ 0.028s] (1158/2942) omicron-common zpool_name::test::test_parse_zpool_name_json
81182026-05-23T04:34:16.927Z PASS [ 0.060s] (1159/2942) omicron-common zpool_name::test::test_parse_bad_zpool_names
81192026-05-23T04:34:16.979Z PASS [ 0.058s] (1160/2942) omicron-gateway management_switch::location_map::tests::test_config_validation
81202026-05-23T04:34:17.037Z PASS [ 0.109s] (1161/2942) omicron-gateway management_switch::location_map::tests::test_resolve_location
81212026-05-23T04:34:17.082Z PASS [ 0.046s] (1162/2942) omicron-gateway::test_all integration_tests::config::read_production_smf_config
81222026-05-23T04:34:17.131Z PASS [ 0.221s] (1163/2942) omicron-dev::test-omicron-dev test_omicron_dev_no_args
81232026-05-23T04:34:17.218Z PASS [ 0.239s] (1164/2942) omicron-gateway::test_all integration_tests::component_list::component_list
81242026-05-23T04:34:17.340Z PASS [ 0.257s] (1165/2942) omicron-gateway::test_all integration_tests::ereports::ereports_basic
81252026-05-23T04:34:17.387Z PASS [ 0.484s] (1166/2942) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
81262026-05-23T04:34:17.418Z PASS [ 0.287s] (1167/2942) omicron-gateway::test_all integration_tests::ereports::ereports_commit
81272026-05-23T04:34:17.438Z PASS [ 0.221s] (1168/2942) omicron-gateway::test_all integration_tests::ereports::ereports_limit
81282026-05-23T04:34:17.602Z PASS [ 0.215s] (1169/2942) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
81292026-05-23T04:34:17.642Z PASS [ 0.040s] (1170/2942) omicron-ledger test::test_commit_handles_write_failures
81302026-05-23T04:34:17.673Z PASS [ 0.032s] (1171/2942) omicron-ledger test::test_create_default_ledger
81312026-05-23T04:34:17.684Z PASS [ 0.266s] (1172/2942) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
81322026-05-23T04:34:17.698Z PASS [ 0.025s] (1173/2942) omicron-ledger test::test_create_ledger_reads_from_storage
81332026-05-23T04:34:17.710Z PASS [ 0.026s] (1174/2942) omicron-ledger test::test_create_ledger_reads_latest_from_storage
81342026-05-23T04:34:17.740Z PASS [ 0.301s] (1175/2942) omicron-gateway::test_all integration_tests::task_dump::task_dump
81352026-05-23T04:34:17.766Z PASS [ 0.426s] (1176/2942) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
81362026-05-23T04:34:17.834Z PASS [ 0.068s] (1177/2942) omicron-nexus app::alert::tests::test_alert_class_list
81372026-05-23T04:34:18.226Z PASS [ 9.940s] (1178/2942) nexus-mgs-updates driver_update::test_host_phase_1::update_watched
81382026-05-23T04:34:18.578Z PASS [ 3.736s] (1179/2942) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
81392026-05-23T04:34:19.728Z PASS [ 4.722s] (1180/2942) omicron-cockroach-admin cockroach_cli::tests::test_schema_init
81402026-05-23T04:34:19.979Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
81412026-05-23T04:34:19.986Z SLOW [>120.000s] (─────────) oximeter-db client::tests::test_replicated
81422026-05-23T04:34:20.282Z PASS [ 5.439s] (1181/2942) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
81432026-05-23T04:34:20.481Z PASS [ 11.147s] (1182/2942) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
81442026-05-23T04:34:20.724Z PASS [ 11.636s] (1183/2942) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
81452026-05-23T04:34:21.141Z PASS [ 11.711s] (1184/2942) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
81462026-05-23T04:34:21.196Z PASS [ 0.055s] (1185/2942) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_adds_entries
81472026-05-23T04:34:21.248Z PASS [ 0.052s] (1186/2942) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_removes_entries
81482026-05-23T04:34:21.298Z PASS [ 0.049s] (1187/2942) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_works_with_empty_sets
81492026-05-23T04:34:21.321Z PASS [ 11.632s] (1188/2942) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
81502026-05-23T04:34:21.354Z PASS [ 0.056s] (1189/2942) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_leaves_valid_entries
81512026-05-23T04:34:21.375Z PASS [ 0.054s] (1190/2942) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_modifies_changed_entries
81522026-05-23T04:34:22.577Z PASS [ 14.467s] (1191/2942) nexus-mgs-updates driver_update::test::test_sp_update_takeover
81532026-05-23T04:34:26.714Z PASS [ 12.679s] (1192/2942) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
81542026-05-23T04:34:27.900Z PASS [ 19.617s] (1193/2942) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
81552026-05-23T04:34:28.053Z PASS [ 6.678s] (1194/2942) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_activation
81562026-05-23T04:34:28.275Z PASS [ 11.357s] (1195/2942) omicron-dev::test-omicron-dev test_run_all
81572026-05-23T04:34:28.716Z PASS [ 6.138s] (1196/2942) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_retention_days_overflow
81582026-05-23T04:34:30.934Z PASS [ 12.707s] (1197/2942) omicron-nexus app::background::driver::test::test_driver_basic
81592026-05-23T04:34:32.462Z PASS [ 19.071s] (1198/2942) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
81602026-05-23T04:34:32.574Z PASS [ 13.996s] (1199/2942) omicron-nexus app::background::init::test::test_dns_propagation_basic
81612026-05-23T04:34:32.941Z PASS [ 6.227s] (1200/2942) omicron-nexus app::background::tasks::audit_log_timeout_incomplete::tests::test_audit_log_timeout_incomplete_activation
81622026-05-23T04:34:33.088Z PASS [ 0.146s] (1201/2942) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
81632026-05-23T04:34:33.159Z PASS [ 15.325s] (1202/2942) omicron-nexus app::background::driver::test::test_activation_in_progress
81642026-05-23T04:34:33.741Z PASS [ 13.016s] (1203/2942) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
81652026-05-23T04:34:34.813Z PASS [ 21.395s] (1204/2942) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
81662026-05-23T04:34:35.930Z PASS [ 7.215s] (1205/2942) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
81672026-05-23T04:34:36.574Z PASS [ 5.640s] (1206/2942) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
81682026-05-23T04:34:36.626Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
81692026-05-23T04:34:36.796Z PASS [ 23.344s] (1207/2942) nexus-reconfigurator-rendezvous local_storage_dataset::tests::proptest_reconciliation
81702026-05-23T04:34:36.835Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
81712026-05-23T04:34:37.014Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
81722026-05-23T04:34:37.763Z PASS [ 24.221s] (1208/2942) nexus-reconfigurator-rendezvous local_storage_unencrypted_dataset::tests::proptest_reconciliation
81732026-05-23T04:34:38.820Z PASS [ 6.356s] (1209/2942) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
81742026-05-23T04:34:38.983Z PASS [ 6.408s] (1210/2942) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
81752026-05-23T04:34:40.179Z PASS [ 31.415s] (1211/2942) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
81762026-05-23T04:34:40.559Z PASS [ 20.830s] (1212/2942) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
81772026-05-23T04:34:40.688Z PASS [ 20.406s] (1213/2942) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
81782026-05-23T04:34:41.698Z PASS [ 21.216s] (1214/2942) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
81792026-05-23T04:34:42.229Z PASS [ 14.176s] (1215/2942) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
81802026-05-23T04:34:42.987Z PASS [ 25.288s] (1216/2942) omicron-ls-apis::test_dependencies test_api_check
81812026-05-23T04:34:43.027Z PASS [ 25.286s] (1217/2942) omicron-ls-apis::test_dependencies test_deployment_unit_dag_edges
81822026-05-23T04:34:43.529Z PASS [ 25.818s] (1218/2942) omicron-ls-apis::test_dependencies test_api_dependencies
81832026-05-23T04:34:44.434Z PASS [ 6.672s] (1219/2942) omicron-nexus app::background::tasks::fm_analysis::tests::test_inventory_staleness_check
81842026-05-23T04:34:45.453Z PASS [ 6.634s] (1220/2942) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests
81852026-05-23T04:34:45.896Z PASS [ 17.995s] (1221/2942) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
81862026-05-23T04:34:46.569Z PASS [ 7.587s] (1222/2942) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen
81872026-05-23T04:34:46.940Z PASS [ 13.851s] (1223/2942) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
81882026-05-23T04:34:47.108Z PASS [ 6.419s] (1224/2942) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests_capacity_error
81892026-05-23T04:34:47.169Z PASS [ 0.061s] (1225/2942) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_address
81902026-05-23T04:34:47.233Z PASS [ 0.064s] (1226/2942) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_with_any_source_member
81912026-05-23T04:34:47.291Z PASS [ 0.058s] (1227/2942) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_ignores_has_any_source_member
81922026-05-23T04:34:47.350Z PASS [ 0.059s] (1228/2942) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_with_sources
81932026-05-23T04:34:47.408Z PASS [ 0.058s] (1229/2942) omicron-nexus app::background::tasks::multicast::tests::test_admin_scope_xor_folding
81942026-05-23T04:34:47.441Z PASS [ 7.261s] (1230/2942) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen_across_sitreps
81952026-05-23T04:34:47.501Z PASS [ 0.093s] (1231/2942) omicron-nexus app::background::tasks::multicast::tests::test_bounded_preservation_prefix_48
81962026-05-23T04:34:47.511Z PASS [ 0.070s] (1232/2942) omicron-nexus app::background::tasks::multicast::tests::test_documented_examples
81972026-05-23T04:34:47.562Z PASS [ 0.060s] (1233/2942) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_edge_cases
81982026-05-23T04:34:47.572Z PASS [ 0.061s] (1234/2942) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_to_underlay_ipv6
81992026-05-23T04:34:47.631Z PASS [ 0.058s] (1235/2942) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_ipv4_too_small
82002026-05-23T04:34:47.679Z PASS [ 0.118s] (1236/2942) omicron-nexus app::background::tasks::multicast::tests::test_prefix_preservation_hash_space_for_large_sets
82012026-05-23T04:34:47.688Z PASS [ 0.058s] (1237/2942) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_success_larger_prefix
82022026-05-23T04:34:47.738Z PASS [ 0.058s] (1238/2942) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_salt_uniqueness
82032026-05-23T04:34:47.749Z PASS [ 0.060s] (1239/2942) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_scope_differentiation
82042026-05-23T04:34:47.792Z PASS [ 0.055s] (1240/2942) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_xor_fold_math
82052026-05-23T04:34:47.809Z PASS [ 0.056s] (1241/2942) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_64bit_ipv4_placement
82062026-05-23T04:34:47.845Z PASS [ 0.052s] (1242/2942) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_changes_output
82072026-05-23T04:34:47.860Z PASS [ 0.055s] (1243/2942) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_deterministic
82082026-05-23T04:34:47.898Z PASS [ 0.052s] (1244/2942) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_full_coverage_within_8bits
82092026-05-23T04:34:47.911Z PASS [ 0.051s] (1245/2942) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_ipv4_changes_output
82102026-05-23T04:34:47.922Z PASS [ 7.363s] (1246/2942) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests
82112026-05-23T04:34:47.955Z PASS [ 0.058s] (1247/2942) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_stays_within_prefix
82122026-05-23T04:34:47.961Z PASS [ 14.801s] (1248/2942) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
82132026-05-23T04:34:47.965Z PASS [ 14.222s] (1249/2942) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
82142026-05-23T04:34:47.986Z PASS [ 0.075s] (1250/2942) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_already_admin_scoped
82152026-05-23T04:34:47.995Z PASS [ 0.074s] (1251/2942) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_global_to_admin_scoped
82162026-05-23T04:34:48.108Z PASS [ 19.833s] (1252/2942) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
82172026-05-23T04:34:48.141Z PASS [ 0.180s] (1253/2942) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_already_admin_scoped
82182026-05-23T04:34:48.215Z PASS [ 0.228s] (1254/2942) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_distinguishes_scopes
82192026-05-23T04:34:48.251Z PASS [ 0.255s] (1255/2942) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_with_64bit_prefix
82202026-05-23T04:34:48.255Z PASS [ 0.298s] (1256/2942) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_site_local_to_admin_scoped
82212026-05-23T04:34:48.280Z PASS [ 0.317s] (1257/2942) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_site_local_to_admin_scoped
82222026-05-23T04:34:48.699Z PASS [ 7.000s] (1258/2942) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_orphaned_sitrep_gc
82232026-05-23T04:34:48.875Z PASS [ 6.646s] (1259/2942) omicron-nexus app::background::tasks::fm_sitrep_load::test::test_load_sitreps
82242026-05-23T04:34:49.759Z PASS [ 149.783s] (1260/2942) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
82252026-05-23T04:34:49.858Z PASS [ 15.044s] (1261/2942) omicron-nexus app::background::tasks::dns_config::test::test_basic
82262026-05-23T04:34:51.127Z PASS [ 15.197s] (1262/2942) omicron-nexus app::background::tasks::dns_propagation::test::test_basic
82272026-05-23T04:34:51.397Z PASS [ 14.824s] (1263/2942) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
82282026-05-23T04:34:51.449Z PASS [ 14.655s] (1264/2942) omicron-nexus app::background::tasks::external_endpoints::test::test_basic
82292026-05-23T04:34:52.567Z PASS [ 5.999s] (1265/2942) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
82302026-05-23T04:34:53.024Z PASS [ 36.104s] (1266/2942) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
82312026-05-23T04:34:55.380Z PASS [ 49.434s] (1267/2942) nexus-db-queries policy_test::test_iam_roles_behavior
82322026-05-23T04:35:01.686Z PASS [ 14.748s] (1268/2942) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
82332026-05-23T04:35:01.769Z PASS [ 40.415s] (1269/2942) omicron-nexus app::background::tasks::attached_subnets::test::test_attached_subnet_manager
82342026-05-23T04:35:02.135Z PASS [ 13.855s] (1270/2942) omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
82352026-05-23T04:35:02.490Z PASS [ 13.614s] (1271/2942) omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
82362026-05-23T04:35:02.654Z PASS [ 14.402s] (1272/2942) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
82372026-05-23T04:35:02.768Z PASS [ 12.912s] (1273/2942) omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
82382026-05-23T04:35:02.790Z PASS [ 13.032s] (1274/2942) omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
82392026-05-23T04:35:02.858Z PASS [ 14.607s] (1275/2942) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
82402026-05-23T04:35:03.179Z PASS [ 14.481s] (1276/2942) omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
82412026-05-23T04:35:03.448Z PASS [ 17.553s] (1277/2942) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
82422026-05-23T04:35:03.477Z PASS [ 20.451s] (1278/2942) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
82432026-05-23T04:35:04.013Z PASS [ 19.579s] (1279/2942) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
82442026-05-23T04:35:04.169Z PASS [ 12.771s] (1280/2942) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
82452026-05-23T04:35:04.317Z PASS [ 55.534s] (1281/2942) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
82462026-05-23T04:35:04.395Z PASS [ 13.268s] (1282/2942) omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
82472026-05-23T04:35:04.873Z PASS [ 11.849s] (1283/2942) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
82482026-05-23T04:35:05.027Z PASS [ 3.340s] (1284/2942) omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
82492026-05-23T04:35:05.479Z PASS [ 3.344s] (1285/2942) omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
82502026-05-23T04:35:05.957Z PASS [ 10.579s] (1286/2942) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
82512026-05-23T04:35:06.039Z PASS [ 0.081s] (1287/2942) omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
82522026-05-23T04:35:06.108Z PASS [ 0.068s] (1288/2942) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_desired_blueprint_is_strictly_older
82532026-05-23T04:35:06.170Z PASS [ 0.062s] (1289/2942) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_everything_matches
82542026-05-23T04:35:06.240Z PASS [ 0.070s] (1290/2942) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_blueprints_equal_and_nat_differs_at_gen_1
82552026-05-23T04:35:06.315Z PASS [ 0.074s] (1291/2942) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_current_has_no_blueprint_config
82562026-05-23T04:35:06.386Z PASS [ 0.071s] (1292/2942) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_desired_blueprint_is_newer_and_nat_differs
82572026-05-23T04:35:06.454Z PASS [ 0.068s] (1293/2942) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_nat_matches_but_rnc_differs
82582026-05-23T04:35:06.470Z PASS [ 3.981s] (1294/2942) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_activation
82592026-05-23T04:35:06.726Z PASS [ 0.256s] (1295/2942) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
82602026-05-23T04:35:06.758Z PASS [ 0.303s] (1296/2942) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
82612026-05-23T04:35:06.846Z PASS [ 4.191s] (1297/2942) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_respects_limit
82622026-05-23T04:35:06.910Z PASS [ 0.064s] (1298/2942) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
82632026-05-23T04:35:06.951Z PASS [ 0.225s] (1299/2942) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
82642026-05-23T04:35:06.996Z PASS [ 0.086s] (1300/2942) omicron-nexus app::deployment::tests::test_reject_update_requests_if_system_is_not_updateable
82652026-05-23T04:35:07.034Z PASS [ 0.083s] (1301/2942) omicron-nexus app::deployment::tests::test_validate_can_set_target_release_for_mupdate_recovery
82662026-05-23T04:35:07.085Z PASS [ 0.089s] (1302/2942) omicron-nexus app::deployment::tests::test_version_number_ordering_requirements_for_update
82672026-05-23T04:35:07.196Z PASS [ 0.110s] (1303/2942) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
82682026-05-23T04:35:07.576Z PASS [ 0.818s] (1304/2942) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
82692026-05-23T04:35:07.651Z PASS [ 0.615s] (1305/2942) omicron-nexus app::external_endpoints::test::test_authority
82702026-05-23T04:35:07.700Z PASS [ 0.124s] (1306/2942) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
82712026-05-23T04:35:07.719Z PASS [ 0.069s] (1307/2942) omicron-nexus app::external_endpoints::test::test_no_endpoint
82722026-05-23T04:35:07.744Z PASS [ 19.635s] (1308/2942) omicron-nexus app::background::tasks::populate_switch_ports::tests::test_switch1_comes_up_late
82732026-05-23T04:35:07.766Z PASS [ 0.066s] (1309/2942) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
82742026-05-23T04:35:07.786Z PASS [ 0.067s] (1310/2942) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
82752026-05-23T04:35:07.790Z PASS [ 16.340s] (1311/2942) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
82762026-05-23T04:35:07.814Z PASS [ 0.071s] (1312/2942) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
82772026-05-23T04:35:07.831Z PASS [ 0.065s] (1313/2942) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
82782026-05-23T04:35:07.911Z PASS [ 0.080s] (1314/2942) omicron-nexus app::instance_platform::cpu_platform::test::turin_v1_is_as_described
82792026-05-23T04:35:07.915Z PASS [ 0.122s] (1315/2942) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
82802026-05-23T04:35:07.922Z PASS [ 0.108s] (1316/2942) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
82812026-05-23T04:35:07.944Z PASS [ 0.156s] (1317/2942) omicron-nexus app::instance::tests::test_serial_console_stream_proxying
82822026-05-23T04:35:08.050Z PASS [ 0.138s] (1318/2942) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_other_admin_scoped_subnets
82832026-05-23T04:35:08.059Z PASS [ 0.147s] (1319/2942) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_site_local_ipv6
82842026-05-23T04:35:08.063Z PASS [ 0.138s] (1320/2942) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_valid_ipv4_asm
82852026-05-23T04:35:08.076Z PASS [ 0.133s] (1321/2942) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_asm_ssm_spanning_range
82862026-05-23T04:35:08.302Z PASS [ 0.243s] (1322/2942) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_link_local_ipv4
82872026-05-23T04:35:08.316Z PASS [ 0.267s] (1323/2942) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_full_underlay_subnet
82882026-05-23T04:35:08.336Z PASS [ 0.275s] (1324/2942) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_range_overlapping_underlay
82892026-05-23T04:35:08.347Z PASS [ 0.271s] (1325/2942) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_underlay_ipv6_range
82902026-05-23T04:35:08.365Z PASS [ 0.063s] (1326/2942) omicron-nexus app::multicast::tests::test_is_ssm_address
82912026-05-23T04:35:08.434Z PASS [ 0.068s] (1327/2942) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
82922026-05-23T04:35:08.664Z PASS [ 16.096s] (1328/2942) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
82932026-05-23T04:35:09.036Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
82942026-05-23T04:35:09.056Z PASS [ 20.915s] (1329/2942) omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
82952026-05-23T04:35:09.378Z PASS [ 2.182s] (1330/2942) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
82962026-05-23T04:35:14.172Z PASS [ 12.402s] (1331/2942) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
82972026-05-23T04:35:14.301Z PASS [ 10.823s] (1332/2942) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
82982026-05-23T04:35:14.368Z PASS [ 11.509s] (1333/2942) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
82992026-05-23T04:35:14.859Z PASS [ 11.410s] (1334/2942) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
83002026-05-23T04:35:15.128Z PASS [ 12.359s] (1335/2942) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
83012026-05-23T04:35:15.651Z PASS [ 11.334s] (1336/2942) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
83022026-05-23T04:35:16.233Z PASS [ 13.444s] (1337/2942) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
83032026-05-23T04:35:16.626Z PASS [ 28.412s] (1338/2942) omicron-nexus app::background::tasks::reconfigurator_config::test::test_background_tasks_enable_disable
83042026-05-23T04:35:16.653Z PASS [ 13.475s] (1339/2942) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
83052026-05-23T04:35:18.049Z PASS [ 35.062s] (1340/2942) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
83062026-05-23T04:35:18.456Z PASS [ 14.061s] (1341/2942) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
83072026-05-23T04:35:18.473Z PASS [ 13.600s] (1342/2942) omicron-nexus app::background::tasks::support_bundle_collector::test::test_per_bundle_data_selection
83082026-05-23T04:35:19.229Z PASS [ 35.699s] (1343/2942) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
83092026-05-23T04:35:19.524Z PASS [ 15.354s] (1344/2942) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
83102026-05-23T04:35:19.549Z PASS [ 14.069s] (1345/2942) omicron-nexus app::background::tasks::support_bundle_collector::test::test_trace_file_generated
83112026-05-23T04:35:19.609Z PASS [ 14.582s] (1346/2942) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected
83122026-05-23T04:35:19.988Z SLOW [>180.000s] (─────────) oximeter-db client::tests::test_replicated
83132026-05-23T04:35:19.997Z PASS [ 70.963s] (1347/2942) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
83142026-05-23T04:35:21.192Z PASS [ 12.875s] (1348/2942) omicron-nexus app::quiesce::test::test_quiesce_easy
83152026-05-23T04:35:21.774Z PASS [ 36.321s] (1349/2942) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
83162026-05-23T04:35:22.223Z PASS [ 13.887s] (1350/2942) omicron-nexus app::quiesce::test::test_quiesce_full
83172026-05-23T04:35:22.446Z PASS [ 18.433s] (1351/2942) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
83182026-05-23T04:35:24.110Z PASS [ 15.763s] (1352/2942) omicron-nexus app::quiesce::test::test_quiesce_multi
83192026-05-23T04:35:27.381Z PASS [ 18.947s] (1353/2942) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
83202026-05-23T04:35:27.606Z PASS [ 110.773s] (1354/2942) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
83212026-05-23T04:35:29.240Z PASS [ 112.229s] (1355/2942) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
83222026-05-23T04:35:30.076Z PASS [ 21.412s] (1356/2942) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind
83232026-05-23T04:35:30.834Z PASS [ 21.456s] (1357/2942) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_actions_succeed_idempotently
83242026-05-23T04:35:31.126Z PASS [ 22.070s] (1358/2942) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind_idempotently
83252026-05-23T04:35:33.455Z PASS [ 17.804s] (1359/2942) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
83262026-05-23T04:35:36.627Z SLOW [>120.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
83272026-05-23T04:35:36.683Z PASS [ 20.057s] (1360/2942) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
83282026-05-23T04:35:37.882Z PASS [ 22.755s] (1361/2942) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_zpool
83292026-05-23T04:35:38.548Z PASS [ 18.999s] (1362/2942) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
83302026-05-23T04:35:39.369Z PASS [ 25.197s] (1363/2942) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
83312026-05-23T04:35:39.960Z PASS [ 20.436s] (1364/2942) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
83322026-05-23T04:35:39.973Z PASS [ 18.781s] (1365/2942) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
83332026-05-23T04:35:40.450Z PASS [ 26.149s] (1366/2942) omicron-nexus app::sagas::disk_create::test::test_saga_read_only_disk_basic_usage_succeeds
83342026-05-23T04:35:40.529Z PASS [ 18.306s] (1367/2942) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
83352026-05-23T04:35:40.656Z PASS [ 20.658s] (1368/2942) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
83362026-05-23T04:35:40.716Z PASS [ 21.107s] (1369/2942) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
83372026-05-23T04:35:40.937Z PASS [ 26.078s] (1370/2942) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_sled
83382026-05-23T04:35:40.945Z PASS [ 16.835s] (1371/2942) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
83392026-05-23T04:35:42.185Z PASS [ 14.803s] (1372/2942) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
83402026-05-23T04:35:43.488Z PASS [ 25.015s] (1373/2942) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
83412026-05-23T04:35:44.789Z PASS [ 26.332s] (1374/2942) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
83422026-05-23T04:35:46.782Z PASS [ 25.008s] (1375/2942) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
83432026-05-23T04:35:47.998Z PASS [ 33.630s] (1376/2942) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
83442026-05-23T04:35:48.865Z PASS [ 17.738s] (1377/2942) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
83452026-05-23T04:35:48.879Z PASS [ 18.044s] (1378/2942) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
83462026-05-23T04:35:50.471Z PASS [ 28.024s] (1379/2942) omicron-nexus app::sagas::instance_start::test::test_cannot_start_local_storage_disk_gone
83472026-05-23T04:35:50.781Z PASS [ 34.548s] (1380/2942) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
83482026-05-23T04:35:50.893Z PASS [ 31.664s] (1381/2942) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
83492026-05-23T04:35:53.428Z PASS [ 19.973s] (1382/2942) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
83502026-05-23T04:35:58.070Z PASS [ 20.188s] (1383/2942) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
83512026-05-23T04:35:59.189Z PASS [ 20.641s] (1384/2942) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
83522026-05-23T04:35:59.694Z PASS [ 43.040s] (1385/2942) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
83532026-05-23T04:36:00.226Z PASS [ 20.266s] (1386/2942) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
83542026-05-23T04:36:00.618Z PASS [ 20.088s] (1387/2942) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
83552026-05-23T04:36:01.048Z PASS [ 20.111s] (1388/2942) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
83562026-05-23T04:36:01.451Z PASS [ 20.795s] (1389/2942) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
83572026-05-23T04:36:01.484Z PASS [ 21.511s] (1390/2942) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
83582026-05-23T04:36:02.024Z PASS [ 21.078s] (1391/2942) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
83592026-05-23T04:36:03.020Z PASS [ 33.779s] (1392/2942) omicron-nexus app::sagas::instance_update::test::migration_update_can_complete_with_dead_switch
83602026-05-23T04:36:03.874Z PASS [ 20.385s] (1393/2942) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
83612026-05-23T04:36:05.532Z PASS [ 20.743s] (1394/2942) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
83622026-05-23T04:36:06.079Z PASS [ 38.473s] (1395/2942) omicron-nexus app::sagas::instance_update::test::destroyed_update_can_complete_with_dead_switch
83632026-05-23T04:36:08.869Z PASS [ 20.870s] (1396/2942) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
83642026-05-23T04:36:10.046Z PASS [ 21.181s] (1397/2942) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
83652026-05-23T04:36:10.151Z PASS [ 52.101s] (1398/2942) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
83662026-05-23T04:36:10.785Z PASS [ 11.091s] (1399/2942) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_params_serialization
83672026-05-23T04:36:10.823Z PASS [ 10.596s] (1400/2942) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_dag_structure
83682026-05-23T04:36:11.660Z PASS [ 20.766s] (1401/2942) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
83692026-05-23T04:36:11.667Z PASS [ 11.049s] (1402/2942) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_handles_missing_groups
83702026-05-23T04:36:11.769Z PASS [ 0.109s] (1403/2942) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
83712026-05-23T04:36:11.953Z PASS [ 21.482s] (1404/2942) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
83722026-05-23T04:36:13.317Z PASS [ 11.833s] (1405/2942) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
83732026-05-23T04:36:13.604Z PASS [ 12.153s] (1406/2942) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
83742026-05-23T04:36:14.021Z PASS [ 11.001s] (1407/2942) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
83752026-05-23T04:36:14.149Z PASS [ 20.721s] (1408/2942) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
83762026-05-23T04:36:14.209Z PASS [ 13.161s] (1409/2942) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_rejects_non_creating_state
83772026-05-23T04:36:15.998Z PASS [ 10.466s] (1410/2942) omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
83782026-05-23T04:36:16.839Z PASS [ 17.648s] (1411/2942) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
83792026-05-23T04:36:19.989Z SLOW [>240.000s] (─────────) oximeter-db client::tests::test_replicated
83802026-05-23T04:36:22.195Z PASS [ 11.372s] (1412/2942) omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
83812026-05-23T04:36:24.115Z PASS [ 26.044s] (1413/2942) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
83822026-05-23T04:36:26.587Z PASS [ 10.588s] (1414/2942) omicron-nexus app::sagas::test_saga::test_saga_stuck
83832026-05-23T04:36:29.316Z PASS [ 15.999s] (1415/2942) omicron-nexus app::sagas::subnet_attach::test::detaching_all_instance_subnets_does_not_delete_subnets
83842026-05-23T04:36:29.379Z PASS [ 12.541s] (1416/2942) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
83852026-05-23T04:36:29.844Z PASS [ 15.824s] (1417/2942) omicron-nexus app::sagas::subnet_attach::test::test_saga_basic_usage_succeeds
83862026-05-23T04:36:30.079Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
83872026-05-23T04:36:30.417Z PASS [ 16.208s] (1418/2942) omicron-nexus app::sagas::subnet_detach::test::test_saga_basic_usage_succeeds
83882026-05-23T04:36:30.444Z PASS [ 16.815s] (1419/2942) omicron-nexus app::sagas::subnet_attach::test::test_actions_succeed_idempotently
83892026-05-23T04:36:30.581Z PASS [ 16.432s] (1420/2942) omicron-nexus app::sagas::subnet_detach::test::test_actions_succeed_idempotently
83902026-05-23T04:36:31.971Z PASS [ 51.254s] (1421/2942) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
83912026-05-23T04:36:32.292Z PASS [ 62.215s] (1422/2942) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
83922026-05-23T04:36:32.848Z PASS [ 10.652s] (1423/2942) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
83932026-05-23T04:36:34.521Z PASS [ 10.407s] (1424/2942) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
83942026-05-23T04:36:36.341Z PASS [ 49.558s] (1425/2942) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
83952026-05-23T04:36:36.628Z SLOW [>180.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
83962026-05-23T04:36:36.685Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
83972026-05-23T04:36:37.396Z PASS [ 10.810s] (1426/2942) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
83982026-05-23T04:36:38.446Z PASS [ 32.367s] (1427/2942) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
83992026-05-23T04:36:38.534Z PASS [ 0.088s] (1428/2942) omicron-nexus app::update::test::test_problems_all_unhealthy
84002026-05-23T04:36:38.648Z PASS [ 0.113s] (1429/2942) omicron-nexus app::update::test::test_problems_healthy_system
84012026-05-23T04:36:38.737Z PASS [ 0.089s] (1430/2942) omicron-nexus app::update::test::test_problems_stale_inventory
84022026-05-23T04:36:38.830Z PASS [ 0.093s] (1431/2942) omicron-nexus app::update::test::test_problems_stuck_sagas
84032026-05-23T04:36:38.923Z PASS [ 0.092s] (1432/2942) omicron-nexus app::update::test::test_problems_stuck_sagas_and_unhealthy_zpools
84042026-05-23T04:36:39.008Z PASS [ 0.085s] (1433/2942) omicron-nexus app::update::test::test_problems_stuck_sagas_error_message
84052026-05-23T04:36:39.093Z PASS [ 0.084s] (1434/2942) omicron-nexus app::update::test::test_problems_stuck_update
84062026-05-23T04:36:39.181Z PASS [ 0.089s] (1435/2942) omicron-nexus app::update::test::test_problems_unhealthy_services
84072026-05-23T04:36:39.270Z PASS [ 0.089s] (1436/2942) omicron-nexus app::update::test::test_problems_unhealthy_zpools
84082026-05-23T04:36:39.357Z PASS [ 0.087s] (1437/2942) omicron-nexus app::update::test::test_problems_update_in_progress_not_stuck_is_not_a_problem
84092026-05-23T04:36:39.371Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
84102026-05-23T04:36:40.368Z PASS [ 30.323s] (1438/2942) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
84112026-05-23T04:36:40.435Z PASS [ 0.066s] (1439/2942) omicron-nexus external_api::console_api::test::test_accept_gz
84122026-05-23T04:36:40.452Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
84132026-05-23T04:36:40.492Z PASS [ 0.058s] (1440/2942) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
84142026-05-23T04:36:40.520Z PASS [ 10.100s] (1441/2942) omicron-nexus app::update::test::test_contact_support_healthy_system
84152026-05-23T04:36:40.556Z PASS [ 0.064s] (1442/2942) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
84162026-05-23T04:36:40.559Z PASS [ 10.142s] (1443/2942) omicron-nexus app::update::test::test_contact_support_all_unhealthy
84172026-05-23T04:36:40.586Z PASS [ 0.066s] (1444/2942) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
84182026-05-23T04:36:40.644Z PASS [ 0.088s] (1445/2942) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
84192026-05-23T04:36:40.647Z PASS [ 0.087s] (1446/2942) omicron-nexus external_api::console_api::test::test_find_file_finds_file
84202026-05-23T04:36:40.688Z PASS [ 0.102s] (1447/2942) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
84212026-05-23T04:36:40.703Z PASS [ 0.058s] (1448/2942) omicron-nexus external_api::console_api::test::test_relative_uri
84222026-05-23T04:36:40.762Z PASS [ 11.446s] (1449/2942) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
84232026-05-23T04:36:40.777Z PASS [ 31.908s] (1450/2942) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
84242026-05-23T04:36:41.133Z PASS [ 10.551s] (1451/2942) omicron-nexus app::update::test::test_contact_support_healthy_zpools_unhealthy_services
84252026-05-23T04:36:41.306Z PASS [ 11.927s] (1452/2942) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
84262026-05-23T04:36:41.327Z PASS [ 1.970s] (1453/2942) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
84272026-05-23T04:36:41.787Z PASS [ 11.943s] (1454/2942) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
84282026-05-23T04:36:42.186Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
84292026-05-23T04:36:42.540Z PASS [ 10.247s] (1455/2942) omicron-nexus app::update::test::test_contact_support_stuck_update
84302026-05-23T04:36:42.547Z PASS [ 10.577s] (1456/2942) omicron-nexus app::update::test::test_contact_support_stuck_saga
84312026-05-23T04:36:43.347Z PASS [ 10.499s] (1457/2942) omicron-nexus app::update::test::test_contact_support_target_set_but_components_on_old_version
84322026-05-23T04:36:45.839Z PASS [ 11.317s] (1458/2942) omicron-nexus app::update::test::test_contact_support_unhealthy_zpools_and_services
84332026-05-23T04:36:47.188Z PASS [ 10.848s] (1459/2942) omicron-nexus app::update::test::test_contact_support_unhealthy_zpools_healthy_services
84342026-05-23T04:36:47.263Z PASS [ 35.596s] (1460/2942) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
84352026-05-23T04:36:48.880Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
84362026-05-23T04:36:49.960Z PASS [ 12.563s] (1461/2942) omicron-nexus app::update::test::test_contact_support_update_in_progress
84372026-05-23T04:36:50.783Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
84382026-05-23T04:36:51.048Z PASS [ 40.897s] (1462/2942) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
84392026-05-23T04:36:53.248Z PASS [ 12.546s] (1463/2942) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
84402026-05-23T04:36:53.874Z PASS [ 13.186s] (1464/2942) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
84412026-05-23T04:36:56.093Z PASS [ 2.218s] (1465/2942) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
84422026-05-23T04:36:56.463Z PASS [ 44.509s] (1466/2942) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
84432026-05-23T04:36:57.015Z PASS [ 0.552s] (1467/2942) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
84442026-05-23T04:36:57.818Z PASS [ 16.511s] (1468/2942) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
84452026-05-23T04:36:58.454Z PASS [ 2.361s] (1469/2942) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
84462026-05-23T04:36:59.225Z PASS [ 13.385s] (1470/2942) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_access_token_auth
84472026-05-23T04:36:59.257Z PASS [ 16.709s] (1471/2942) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
84482026-05-23T04:36:59.342Z PASS [ 18.579s] (1472/2942) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
84492026-05-23T04:36:59.371Z PASS [ 18.044s] (1473/2942) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
84502026-05-23T04:36:59.471Z PASS [ 18.693s] (1474/2942) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
84512026-05-23T04:36:59.715Z PASS [ 16.367s] (1475/2942) omicron-nexus::test_all integration_tests::allow_list::test_allow_list
84522026-05-23T04:36:59.742Z PASS [ 80.372s] (1476/2942) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
84532026-05-23T04:37:00.055Z PASS [ 18.268s] (1477/2942) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
84542026-05-23T04:37:02.025Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
84552026-05-23T04:37:03.321Z PASS [ 51.552s] (1478/2942) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
84562026-05-23T04:37:03.877Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
84572026-05-23T04:37:04.573Z PASS [ 11.325s] (1479/2942) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_scim_token_auth
84582026-05-23T04:37:04.812Z PASS [ 62.788s] (1480/2942) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
84592026-05-23T04:37:07.278Z PASS [ 17.316s] (1481/2942) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
84602026-05-23T04:37:07.588Z PASS [ 56.803s] (1482/2942) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
84612026-05-23T04:37:09.027Z PASS [ 17.979s] (1483/2942) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
84622026-05-23T04:37:09.312Z PASS [ 28.179s] (1484/2942) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
84632026-05-23T04:37:09.424Z PASS [ 12.409s] (1485/2942) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
84642026-05-23T04:37:09.633Z PASS [ 11.815s] (1486/2942) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
84652026-05-23T04:37:09.804Z PASS [ 27.265s] (1487/2942) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
84662026-05-23T04:37:09.886Z PASS [ 10.545s] (1488/2942) omicron-nexus::test_all integration_tests::basic::test_basic_failures
84672026-05-23T04:37:10.022Z PASS [ 10.650s] (1489/2942) omicron-nexus::test_all integration_tests::basic::test_ping
84682026-05-23T04:37:10.076Z PASS [ 11.622s] (1490/2942) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
84692026-05-23T04:37:10.200Z PASS [ 81.320s] (1491/2942) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
84702026-05-23T04:37:10.379Z PASS [ 0.302s] (1492/2942) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
84712026-05-23T04:37:10.383Z PASS [ 93.696s] (1493/2942) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
84722026-05-23T04:37:10.556Z PASS [ 11.331s] (1494/2942) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
84732026-05-23T04:37:10.835Z PASS [ 11.092s] (1495/2942) omicron-nexus::test_all integration_tests::bfd::test_empty_bfd_status
84742026-05-23T04:37:10.973Z PASS [ 10.918s] (1496/2942) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
84752026-05-23T04:37:11.519Z PASS [ 1.632s] (1497/2942) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
84762026-05-23T04:37:11.765Z PASS [ 12.507s] (1498/2942) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
84772026-05-23T04:37:11.931Z PASS [ 1.909s] (1499/2942) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
84782026-05-23T04:37:13.361Z PASS [ 82.579s] (1500/2942) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
84792026-05-23T04:37:14.676Z PASS [ 11.335s] (1501/2942) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
84802026-05-23T04:37:15.224Z PASS [ 10.649s] (1502/2942) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
84812026-05-23T04:37:15.884Z PASS [ 11.072s] (1503/2942) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
84822026-05-23T04:37:17.882Z PASS [ 18.411s] (1504/2942) omicron-nexus::test_all integration_tests::basic::test_projects_basic
84832026-05-23T04:37:17.927Z PASS [ 95.742s] (1505/2942) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
84842026-05-23T04:37:19.619Z PASS [ 12.343s] (1506/2942) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
84852026-05-23T04:37:19.991Z SLOW [>300.000s] (─────────) oximeter-db client::tests::test_replicated
84862026-05-23T04:37:20.743Z PASS [ 11.319s] (1507/2942) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
84872026-05-23T04:37:21.236Z PASS [ 33.971s] (1508/2942) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
84882026-05-23T04:37:21.611Z PASS [ 11.978s] (1509/2942) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
84892026-05-23T04:37:21.749Z PASS [ 12.721s] (1510/2942) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
84902026-05-23T04:37:21.785Z PASS [ 14.195s] (1511/2942) omicron-nexus::test_all integration_tests::certificates::test_crud
84912026-05-23T04:37:21.937Z PASS [ 78.063s] (1512/2942) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
84922026-05-23T04:37:22.344Z PASS [ 12.144s] (1513/2942) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
84932026-05-23T04:37:22.434Z PASS [ 12.054s] (1514/2942) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
84942026-05-23T04:37:22.513Z PASS [ 12.674s] (1515/2942) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
84952026-05-23T04:37:22.613Z PASS [ 22.897s] (1516/2942) omicron-nexus::test_all integration_tests::basic::test_projects_list
84962026-05-23T04:37:22.835Z PASS [ 12.455s] (1517/2942) omicron-nexus::test_all integration_tests::console_api::test_assets
84972026-05-23T04:37:23.309Z PASS [ 12.336s] (1518/2942) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
84982026-05-23T04:37:24.095Z PASS [ 12.164s] (1519/2942) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
84992026-05-23T04:37:25.527Z PASS [ 13.763s] (1520/2942) omicron-nexus::test_all integration_tests::console_api::test_session_me
85002026-05-23T04:37:25.996Z PASS [ 14.476s] (1521/2942) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
85012026-05-23T04:37:26.659Z PASS [ 12.003s] (1522/2942) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
85022026-05-23T04:37:26.920Z PASS [ 16.086s] (1523/2942) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
85032026-05-23T04:37:27.041Z PASS [ 16.485s] (1524/2942) omicron-nexus::test_all integration_tests::console_api::test_console_pages
85042026-05-23T04:37:27.484Z PASS [ 18.171s] (1525/2942) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
85052026-05-23T04:37:31.023Z PASS [ 17.662s] (1526/2942) omicron-nexus::test_all integration_tests::console_api::test_sessions
85062026-05-23T04:37:36.631Z SLOW [>240.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
85072026-05-23T04:37:37.470Z PASS [ 10.809s] (1527/2942) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
85082026-05-23T04:37:37.959Z PASS [ 10.475s] (1528/2942) omicron-nexus::test_all integration_tests::device_auth::test_device_token_cannot_exceed_auth_token_expiration
85092026-05-23T04:37:38.965Z PASS [ 11.924s] (1529/2942) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
85102026-05-23T04:37:40.200Z PASS [ 9.176s] (1530/2942) omicron-nexus::test_all integration_tests::device_auth::test_device_token_clamps_to_auth_token_when_no_ttl_specified
85112026-05-23T04:37:40.454Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
85122026-05-23T04:37:40.650Z SLOW [> 60.000s] (─────────) omicron-nexus populate::test::test_populators
85132026-05-23T04:37:42.382Z PASS [ 121.930s] (1531/2942) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
85142026-05-23T04:37:43.512Z PASS [ 27.628s] (1532/2942) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
85152026-05-23T04:37:45.720Z PASS [ 18.799s] (1533/2942) omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
85162026-05-23T04:37:46.299Z PASS [ 7.333s] (1534/2942) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
85172026-05-23T04:37:47.191Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
85182026-05-23T04:37:47.955Z PASS [ 32.730s] (1535/2942) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
85192026-05-23T04:37:49.224Z PASS [ 25.912s] (1536/2942) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
85202026-05-23T04:37:49.942Z PASS [ 11.983s] (1537/2942) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
85212026-05-23T04:37:49.995Z PASS [ 12.526s] (1538/2942) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
85222026-05-23T04:37:51.486Z PASS [ 11.287s] (1539/2942) omicron-nexus::test_all integration_tests::device_auth::test_session_auth_does_not_clamp_device_token_ttl
85232026-05-23T04:37:51.781Z PASS [ 27.686s] (1540/2942) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
85242026-05-23T04:37:52.472Z PASS [ 31.237s] (1541/2942) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
85252026-05-23T04:38:00.111Z PASS [ 42.229s] (1542/2942) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
85262026-05-23T04:38:01.945Z PASS [ 341.965s] (1543/2942) oximeter-db client::tests::test_replicated
85272026-05-23T04:38:03.328Z PASS [ 1.384s] (1544/2942) omicron-clickhouse-admin context::tests::test_database_usage
85282026-05-23T04:38:03.360Z PASS [ 0.031s] (1545/2942) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
85292026-05-23T04:38:03.390Z PASS [ 0.030s] (1546/2942) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
85302026-05-23T04:38:03.421Z PASS [ 0.031s] (1547/2942) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
85312026-05-23T04:38:03.454Z PASS [ 0.033s] (1548/2942) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
85322026-05-23T04:38:03.489Z PASS [ 0.036s] (1549/2942) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
85332026-05-23T04:38:03.905Z PASS [ 42.293s] (1550/2942) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
85342026-05-23T04:38:04.398Z PASS [ 0.908s] (1551/2942) omicron-clickhouse-admin context::tests::test_retention_policy
85352026-05-23T04:38:04.937Z PASS [ 0.539s] (1552/2942) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
85362026-05-23T04:38:05.113Z PASS [ 0.176s] (1553/2942) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
85372026-05-23T04:38:05.286Z PASS [ 0.173s] (1554/2942) omicron-clickhouse-admin::integration_test test_lgif_parsing
85382026-05-23T04:38:05.472Z PASS [ 0.186s] (1555/2942) omicron-clickhouse-admin::integration_test test_raft_config_parsing
85392026-05-23T04:38:05.600Z PASS [ 0.127s] (1556/2942) omicron-clickhouse-admin::integration_test test_teardown
85402026-05-23T04:38:05.666Z PASS [ 0.066s] (1557/2942) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
85412026-05-23T04:38:05.756Z PASS [ 22.244s] (1558/2942) omicron-nexus::test_all integration_tests::disks::test_cannot_snapshot_read_only_disk
85422026-05-23T04:38:09.097Z PASS [ 46.483s] (1559/2942) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
85432026-05-23T04:38:10.472Z PASS [ 47.993s] (1560/2942) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
85442026-05-23T04:38:12.678Z PASS [ 30.297s] (1561/2942) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
85452026-05-23T04:38:13.091Z PASS [ 85.902s] (1562/2942) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
85462026-05-23T04:38:13.104Z PASS [ 27.385s] (1563/2942) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_image
85472026-05-23T04:38:14.153Z PASS [ 24.210s] (1564/2942) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
85482026-05-23T04:38:17.928Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
85492026-05-23T04:38:18.256Z PASS [ 60.329s] (1565/2942) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
85502026-05-23T04:38:19.621Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
85512026-05-23T04:38:20.107Z PASS [ 9.634s] (1566/2942) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
85522026-05-23T04:38:20.745Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
85532026-05-23T04:38:21.751Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
85542026-05-23T04:38:21.786Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
85552026-05-23T04:38:21.939Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
85562026-05-23T04:38:21.953Z PASS [ 9.275s] (1567/2942) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
85572026-05-23T04:38:22.346Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
85582026-05-23T04:38:22.436Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
85592026-05-23T04:38:22.572Z PASS [ 9.467s] (1568/2942) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
85602026-05-23T04:38:22.837Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
85612026-05-23T04:38:23.736Z PASS [ 31.264s] (1569/2942) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
85622026-05-23T04:38:24.196Z PASS [ 34.973s] (1570/2942) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
85632026-05-23T04:38:25.529Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
85642026-05-23T04:38:25.998Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
85652026-05-23T04:38:32.402Z PASS [ 42.407s] (1571/2942) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
85662026-05-23T04:38:34.162Z PASS [ 46.207s] (1572/2942) omicron-nexus::test_all integration_tests::disks::test_delete_local_storage_disk_retries_on_transient_error
85672026-05-23T04:38:36.301Z PASS [ 22.148s] (1573/2942) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
85682026-05-23T04:38:36.632Z SLOW [>300.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
85692026-05-23T04:38:37.206Z PASS [ 74.371s] (1574/2942) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
85702026-05-23T04:38:37.926Z PASS [ 46.440s] (1575/2942) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
85712026-05-23T04:38:38.998Z PASS [ 18.891s] (1576/2942) omicron-nexus::test_all integration_tests::disks::test_disk_too_big
85722026-05-23T04:38:39.679Z PASS [ 78.936s] (1577/2942) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
85732026-05-23T04:38:39.866Z PASS [ 78.082s] (1578/2942) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
85742026-05-23T04:38:39.919Z PASS [ 77.982s] (1579/2942) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
85752026-05-23T04:38:40.407Z PASS [ 78.658s] (1580/2942) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
85762026-05-23T04:38:40.653Z SLOW [>120.000s] (─────────) omicron-nexus populate::test::test_populators
85772026-05-23T04:38:40.862Z PASS [ 81.242s] (1581/2942) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
85782026-05-23T04:38:41.373Z PASS [ 78.938s] (1582/2942) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
85792026-05-23T04:38:42.772Z PASS [ 38.867s] (1583/2942) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
85802026-05-23T04:38:44.045Z PASS [ 43.934s] (1584/2942) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
85812026-05-23T04:38:44.813Z PASS [ 82.468s] (1585/2942) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
85822026-05-23T04:38:45.343Z PASS [ 32.251s] (1586/2942) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
85832026-05-23T04:38:45.792Z PASS [ 21.597s] (1587/2942) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
85842026-05-23T04:38:46.301Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_snapshot
85852026-05-23T04:38:46.840Z PASS [ 81.312s] (1588/2942) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
85862026-05-23T04:38:47.597Z PASS [ 23.859s] (1589/2942) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
85872026-05-23T04:38:50.201Z PASS [ 58.419s] (1590/2942) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
85882026-05-23T04:38:53.813Z PASS [ 67.514s] (1591/2942) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_snapshot
85892026-05-23T04:38:54.735Z PASS [ 45.639s] (1592/2942) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
85902026-05-23T04:38:55.035Z PASS [ 20.873s] (1593/2942) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
85912026-05-23T04:38:55.941Z PASS [ 13.169s] (1594/2942) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_ephemeral_ipv6_address
85922026-05-23T04:38:56.034Z PASS [ 23.631s] (1595/2942) omicron-nexus::test_all integration_tests::disks::test_list_all_types_of_disk
85932026-05-23T04:38:56.423Z PASS [ 34.468s] (1596/2942) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
85942026-05-23T04:38:56.670Z PASS [ 38.413s] (1597/2942) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
85952026-05-23T04:38:57.418Z PASS [ 19.492s] (1598/2942) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
85962026-05-23T04:38:57.459Z PASS [ 13.414s] (1599/2942) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_floating_ipv6_address
85972026-05-23T04:38:58.771Z PASS [ 13.428s] (1600/2942) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv4_to_instance_missing_ipv4_stack
85982026-05-23T04:38:59.164Z PASS [ 36.591s] (1601/2942) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
85992026-05-23T04:38:59.270Z PASS [ 13.478s] (1602/2942) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv6_to_instance_missing_ipv6_stack
86002026-05-23T04:39:00.010Z PASS [ 15.197s] (1603/2942) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
86012026-05-23T04:39:00.014Z PASS [ 13.172s] (1604/2942) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv4_to_instance_missing_ipv4_stack
86022026-05-23T04:39:00.326Z PASS [ 24.025s] (1605/2942) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
86032026-05-23T04:39:01.273Z PASS [ 13.676s] (1606/2942) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv6_to_instance_missing_ipv6_stack
86042026-05-23T04:39:01.769Z PASS [ 56.012s] (1607/2942) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
86052026-05-23T04:39:02.721Z PASS [ 22.314s] (1608/2942) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
86062026-05-23T04:39:04.027Z PASS [ 13.826s] (1609/2942) omicron-nexus::test_all integration_tests::external_ips::no_automatic_snat_for_ipv6
86072026-05-23T04:39:04.042Z PASS [ 25.044s] (1610/2942) omicron-nexus::test_all integration_tests::disks::test_read_only_disk_different_vcr
86082026-05-23T04:39:04.736Z PASS [ 24.817s] (1611/2942) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
86092026-05-23T04:39:05.668Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
86102026-05-23T04:39:06.154Z PASS [ 26.288s] (1612/2942) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
86112026-05-23T04:39:06.374Z PASS [ 25.001s] (1613/2942) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
86122026-05-23T04:39:08.303Z PASS [ 62.637s] (1614/2942) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
86132026-05-23T04:39:09.659Z PASS [ 29.979s] (1615/2942) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
86142026-05-23T04:39:10.270Z PASS [ 16.457s] (1616/2942) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_detach_requires_version_with_dual_stack
86152026-05-23T04:39:11.465Z PASS [ 16.429s] (1617/2942) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_ip_version_conflict
86162026-05-23T04:39:11.521Z PASS [ 3.218s] (1618/2942) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
86172026-05-23T04:39:11.556Z PASS [ 14.138s] (1619/2942) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
86182026-05-23T04:39:11.692Z PASS [ 30.830s] (1620/2942) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
86192026-05-23T04:39:12.033Z PASS [ 17.296s] (1621/2942) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_idempotent_attach_with_exhausted_explicit_pool
86202026-05-23T04:39:13.678Z PASS [ 17.736s] (1622/2942) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
86212026-05-23T04:39:13.765Z PASS [ 14.494s] (1623/2942) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
86222026-05-23T04:39:14.026Z PASS [ 14.014s] (1624/2942) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_not_in_pool
86232026-05-23T04:39:14.757Z PASS [ 14.431s] (1625/2942) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
86242026-05-23T04:39:14.951Z PASS [ 14.940s] (1626/2942) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
86252026-05-23T04:39:15.113Z PASS [ 37.907s] (1627/2942) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
86262026-05-23T04:39:15.651Z PASS [ 16.880s] (1628/2942) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
86272026-05-23T04:39:16.272Z PASS [ 14.999s] (1629/2942) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
86282026-05-23T04:39:17.051Z PASS [ 15.282s] (1630/2942) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
86292026-05-23T04:39:17.399Z PASS [ 19.939s] (1631/2942) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
86302026-05-23T04:39:17.534Z PASS [ 14.813s] (1632/2942) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_ip_version_conflict
86312026-05-23T04:39:17.822Z PASS [ 21.788s] (1633/2942) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
86322026-05-23T04:39:19.071Z PASS [ 15.043s] (1634/2942) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
86332026-05-23T04:39:21.869Z PASS [ 22.705s] (1635/2942) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
86342026-05-23T04:39:23.724Z PASS [ 17.350s] (1636/2942) omicron-nexus::test_all integration_tests::external_subnets::cannot_delete_attached_external_subnet
86352026-05-23T04:39:23.846Z PASS [ 12.324s] (1637/2942) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
86362026-05-23T04:39:24.087Z PASS [ 12.530s] (1638/2942) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_nonexistent_pool
86372026-05-23T04:39:24.370Z PASS [ 19.634s] (1639/2942) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_in_another_project
86382026-05-23T04:39:24.456Z PASS [ 14.186s] (1640/2942) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_basic_crud
86392026-05-23T04:39:25.021Z PASS [ 13.556s] (1641/2942) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_name_conflict
86402026-05-23T04:39:25.395Z PASS [ 13.703s] (1642/2942) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_unlinked_pool
86412026-05-23T04:39:25.999Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
86422026-05-23T04:39:26.438Z PASS [ 29.768s] (1643/2942) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
86432026-05-23T04:39:26.920Z PASS [ 22.878s] (1644/2942) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_attached_to_another_instance
86442026-05-23T04:39:27.345Z PASS [ 15.313s] (1645/2942) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_pagination
86452026-05-23T04:39:27.661Z PASS [ 18.002s] (1646/2942) omicron-nexus::test_all integration_tests::external_subnets::cannot_detach_subnet_that_is_not_attached
86462026-05-23T04:39:27.700Z PASS [ 31.278s] (1647/2942) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
86472026-05-23T04:39:28.026Z PASS [ 4.301s] (1648/2942) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
86482026-05-23T04:39:28.133Z PASS [ 6.264s] (1649/2942) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
86492026-05-23T04:39:29.856Z PASS [ 16.178s] (1650/2942) omicron-nexus::test_all integration_tests::external_subnets::test_can_attach_external_subnet_to_stopped_instance
86502026-05-23T04:39:31.560Z PASS [ 17.534s] (1651/2942) omicron-nexus::test_all integration_tests::external_subnets::test_limited_collaborator_external_subnet_lifecycle
86512026-05-23T04:39:32.118Z PASS [ 18.352s] (1652/2942) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_attach
86522026-05-23T04:39:32.552Z PASS [ 13.481s] (1653/2942) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
86532026-05-23T04:39:32.735Z PASS [ 14.913s] (1654/2942) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
86542026-05-23T04:39:33.780Z PASS [ 9.933s] (1655/2942) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
86552026-05-23T04:39:35.629Z PASS [ 19.357s] (1656/2942) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
86562026-05-23T04:39:36.298Z PASS [ 21.347s] (1657/2942) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
86572026-05-23T04:39:36.634Z SLOW [>360.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
86582026-05-23T04:39:37.275Z PASS [ 22.517s] (1658/2942) omicron-nexus::test_all integration_tests::images::test_image_create
86592026-05-23T04:39:37.338Z PASS [ 22.225s] (1659/2942) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
86602026-05-23T04:39:37.610Z PASS [ 20.558s] (1660/2942) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
86612026-05-23T04:39:37.891Z PASS [ 22.239s] (1661/2942) omicron-nexus::test_all integration_tests::images::test_image_promotion
86622026-05-23T04:39:39.408Z PASS [ 15.321s] (1662/2942) omicron-nexus::test_all integration_tests::instances::can_create_instance_with_multiple_nics_and_ephemeral_ip
86632026-05-23T04:39:39.448Z PASS [ 15.077s] (1663/2942) omicron-nexus::test_all integration_tests::instances::cannot_make_new_primary_nic_lacking_ip_stack_for_external_addresses
86642026-05-23T04:39:40.652Z SLOW [>180.000s] (─────────) omicron-nexus populate::test::test_populators
86652026-05-23T04:39:41.125Z PASS [ 13.099s] (1664/2942) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
86662026-05-23T04:39:41.625Z PASS [ 13.925s] (1665/2942) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
86672026-05-23T04:39:41.630Z PASS [ 24.232s] (1666/2942) omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
86682026-05-23T04:39:42.006Z PASS [ 16.611s] (1667/2942) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
86692026-05-23T04:39:43.027Z PASS [ 25.493s] (1668/2942) omicron-nexus::test_all integration_tests::images::test_silo_image_create
86702026-05-23T04:39:45.578Z PASS [ 14.017s] (1669/2942) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
86712026-05-23T04:39:46.676Z PASS [ 140.679s] (1670/2942) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
86722026-05-23T04:39:47.478Z PASS [ 20.557s] (1671/2942) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
86732026-05-23T04:39:48.466Z PASS [ 15.731s] (1672/2942) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
86742026-05-23T04:39:48.517Z PASS [ 15.965s] (1673/2942) omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
86752026-05-23T04:39:49.319Z PASS [ 43.165s] (1674/2942) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_too_many_subnets
86762026-05-23T04:39:50.489Z PASS [ 24.050s] (1675/2942) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
86772026-05-23T04:39:50.560Z PASS [ 22.427s] (1676/2942) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
86782026-05-23T04:39:50.663Z PASS [ 23.318s] (1677/2942) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
86792026-05-23T04:39:51.897Z PASS [ 26.876s] (1678/2942) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
86802026-05-23T04:39:54.158Z PASS [ 16.883s] (1679/2942) omicron-nexus::test_all integration_tests::instances::test_instance_access
86812026-05-23T04:39:54.695Z PASS [ 24.838s] (1680/2942) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
86822026-05-23T04:39:56.133Z PASS [ 24.015s] (1681/2942) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
86832026-05-23T04:39:57.884Z PASS [ 20.546s] (1682/2942) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
86842026-05-23T04:39:58.529Z PASS [ 34.073s] (1683/2942) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
86852026-05-23T04:40:00.258Z PASS [ 20.810s] (1684/2942) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
86862026-05-23T04:40:00.351Z PASS [ 18.345s] (1685/2942) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_cross_project_subnet
86872026-05-23T04:40:01.110Z PASS [ 19.985s] (1686/2942) omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
86882026-05-23T04:40:01.945Z PASS [ 24.335s] (1687/2942) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
86892026-05-23T04:40:02.079Z PASS [ 13.612s] (1688/2942) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
86902026-05-23T04:40:02.111Z PASS [ 20.479s] (1689/2942) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
86912026-05-23T04:40:02.505Z PASS [ 28.725s] (1690/2942) omicron-nexus::test_all integration_tests::instances::test_disk_attach_limit
86922026-05-23T04:40:02.510Z PASS [ 19.482s] (1691/2942) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
86932026-05-23T04:40:03.287Z PASS [ 15.809s] (1692/2942) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
86942026-05-23T04:40:03.856Z PASS [ 24.448s] (1693/2942) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
86952026-05-23T04:40:06.941Z PASS [ 30.643s] (1694/2942) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
86962026-05-23T04:40:07.312Z PASS [ 25.687s] (1695/2942) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
86972026-05-23T04:40:07.600Z PASS [ 19.082s] (1696/2942) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
86982026-05-23T04:40:08.875Z PASS [ 19.556s] (1697/2942) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
86992026-05-23T04:40:09.986Z PASS [ 19.497s] (1698/2942) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
87002026-05-23T04:40:10.056Z PASS [ 19.393s] (1699/2942) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
87012026-05-23T04:40:11.645Z PASS [ 26.067s] (1700/2942) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
87022026-05-23T04:40:11.781Z PASS [ 19.883s] (1701/2942) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
87032026-05-23T04:40:12.387Z PASS [ 21.827s] (1702/2942) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
87042026-05-23T04:40:13.795Z PASS [ 46.133s] (1703/2942) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
87052026-05-23T04:40:14.090Z PASS [ 12.011s] (1704/2942) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_three_ephemeral_ips
87062026-05-23T04:40:14.366Z PASS [ 11.861s] (1705/2942) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_without_version
87072026-05-23T04:40:15.446Z PASS [ 13.336s] (1706/2942) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_none_with_explicit
87082026-05-23T04:40:15.885Z PASS [ 13.374s] (1707/2942) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_same_pool
87092026-05-23T04:40:16.410Z PASS [ 29.734s] (1708/2942) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
87102026-05-23T04:40:16.463Z PASS [ 40.834s] (1709/2942) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
87112026-05-23T04:40:18.613Z PASS [ 17.503s] (1710/2942) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
87122026-05-23T04:40:19.973Z PASS [ 18.028s] (1711/2942) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
87132026-05-23T04:40:21.542Z PASS [ 25.409s] (1712/2942) omicron-nexus::test_all integration_tests::instances::test_instance_metrics
87142026-05-23T04:40:22.986Z PASS [ 45.095s] (1713/2942) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
87152026-05-23T04:40:23.725Z PASS [ 16.784s] (1714/2942) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
87162026-05-23T04:40:23.897Z PASS [ 25.367s] (1715/2942) omicron-nexus::test_all integration_tests::instances::test_instance_migrate
87172026-05-23T04:40:23.971Z PASS [ 23.620s] (1716/2942) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
87182026-05-23T04:40:24.889Z PASS [ 13.244s] (1717/2942) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
87192026-05-23T04:40:25.936Z PASS [ 25.678s] (1718/2942) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
87202026-05-23T04:40:26.042Z PASS [ 28.157s] (1719/2942) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
87212026-05-23T04:40:26.182Z PASS [ 12.091s] (1720/2942) omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
87222026-05-23T04:40:26.185Z PASS [ 16.195s] (1721/2942) omicron-nexus::test_all integration_tests::instances::test_instance_with_explicit_dual_stack_address
87232026-05-23T04:40:28.226Z PASS [ 16.445s] (1722/2942) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
87242026-05-23T04:40:28.468Z PASS [ 16.080s] (1723/2942) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv4_address
87252026-05-23T04:40:28.543Z PASS [ 9.929s] (1724/2942) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
87262026-05-23T04:40:28.611Z PASS [ 33.915s] (1725/2942) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
87272026-05-23T04:40:29.444Z PASS [ 15.649s] (1726/2942) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv6_address
87282026-05-23T04:40:30.765Z PASS [ 21.890s] (1727/2942) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
87292026-05-23T04:40:30.987Z PASS [ 16.620s] (1728/2942) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
87302026-05-23T04:40:32.223Z PASS [ 16.777s] (1729/2942) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
87312026-05-23T04:40:32.274Z PASS [ 12.300s] (1730/2942) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
87322026-05-23T04:40:32.978Z PASS [ 16.568s] (1731/2942) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
87332026-05-23T04:40:34.246Z PASS [ 30.959s] (1732/2942) omicron-nexus::test_all integration_tests::instances::test_instance_serial
87342026-05-23T04:40:34.250Z PASS [ 10.279s] (1733/2942) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
87352026-05-23T04:40:34.432Z PASS [ 12.890s] (1734/2942) omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
87362026-05-23T04:40:36.074Z PASS [ 19.610s] (1735/2942) omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
87372026-05-23T04:40:36.192Z PASS [ 13.206s] (1736/2942) omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
87382026-05-23T04:40:36.254Z PASS [ 28.942s] (1737/2942) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
87392026-05-23T04:40:36.635Z SLOW [>420.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
87402026-05-23T04:40:39.392Z PASS [ 10.849s] (1738/2942) omicron-nexus::test_all integration_tests::inventory_matching::test_simulated_baseboard_model
87412026-05-23T04:40:39.938Z PASS [ 11.326s] (1739/2942) omicron-nexus::test_all integration_tests::inventory_matching::test_sled_sp_inventory_matching
87422026-05-23T04:40:40.654Z SLOW [>240.000s] (─────────) omicron-nexus populate::test::test_populators
87432026-05-23T04:40:42.406Z PASS [ 26.521s] (1740/2942) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
87442026-05-23T04:40:43.067Z PASS [ 14.841s] (1741/2942) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_all_default_pools_to_igw
87452026-05-23T04:40:43.527Z PASS [ 35.927s] (1742/2942) omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
87462026-05-23T04:40:43.636Z PASS [ 39.781s] (1743/2942) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
87472026-05-23T04:40:43.805Z PASS [ 14.361s] (1744/2942) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_floating_ips
87482026-05-23T04:40:44.569Z PASS [ 13.582s] (1745/2942) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
87492026-05-23T04:40:44.641Z PASS [ 20.915s] (1746/2942) omicron-nexus::test_all integration_tests::instances::test_silo_limited_collaborator_cross_project_subnet
87502026-05-23T04:40:44.819Z PASS [ 16.351s] (1747/2942) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_only_ipv4_default_pool_to_igw
87512026-05-23T04:40:44.914Z PASS [ 11.936s] (1748/2942) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_multicast_rejects_reserved_ranges
87522026-05-23T04:40:45.148Z PASS [ 21.251s] (1749/2942) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
87532026-05-23T04:40:45.340Z PASS [ 19.298s] (1750/2942) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
87542026-05-23T04:40:45.406Z PASS [ 19.469s] (1751/2942) omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
87552026-05-23T04:40:45.499Z PASS [ 13.225s] (1752/2942) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
87562026-05-23T04:40:46.093Z PASS [ 11.661s] (1753/2942) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
87572026-05-23T04:40:46.246Z PASS [ 20.064s] (1754/2942) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
87582026-05-23T04:40:46.428Z PASS [ 12.181s] (1755/2942) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
87592026-05-23T04:40:46.810Z PASS [ 12.560s] (1756/2942) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
87602026-05-23T04:40:47.465Z PASS [ 15.241s] (1757/2942) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
87612026-05-23T04:40:47.840Z PASS [ 11.766s] (1758/2942) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
87622026-05-23T04:40:47.889Z PASS [ 21.707s] (1759/2942) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
87632026-05-23T04:40:48.418Z PASS [ 12.226s] (1760/2942) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
87642026-05-23T04:40:49.355Z PASS [ 13.100s] (1761/2942) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
87652026-05-23T04:40:49.548Z PASS [ 248.898s] (1762/2942) omicron-nexus populate::test::test_populators
87662026-05-23T04:40:50.442Z PASS [ 19.677s] (1763/2942) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_instance_ips
87672026-05-23T04:40:50.746Z PASS [ 56.587s] (1764/2942) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
87682026-05-23T04:40:51.708Z PASS [ 12.316s] (1765/2942) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
87692026-05-23T04:40:52.703Z PASS [ 27.814s] (1766/2942) omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
87702026-05-23T04:40:54.693Z PASS [ 12.287s] (1767/2942) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults
87712026-05-23T04:40:56.297Z PASS [ 12.492s] (1768/2942) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
87722026-05-23T04:40:57.011Z PASS [ 13.375s] (1769/2942) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
87732026-05-23T04:40:58.414Z PASS [ 18.477s] (1770/2942) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
87742026-05-23T04:40:59.460Z PASS [ 14.054s] (1771/2942) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
87752026-05-23T04:41:00.000Z PASS [ 16.933s] (1772/2942) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
87762026-05-23T04:41:01.930Z PASS [ 16.782s] (1773/2942) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
87772026-05-23T04:41:05.370Z PASS [ 21.842s] (1774/2942) omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
87782026-05-23T04:41:06.219Z PASS [ 21.576s] (1775/2942) omicron-nexus::test_all integration_tests::local_storage::test_reject_creating_local_storage_disk
87792026-05-23T04:41:08.836Z PASS [ 22.027s] (1776/2942) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_not_in_pool_fails
87802026-05-23T04:41:09.745Z PASS [ 24.246s] (1777/2942) omicron-nexus::test_all integration_tests::multicast::api::test_explicit_ip_bypasses_ssm_asm_selection
87812026-05-23T04:41:10.058Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
87822026-05-23T04:41:10.608Z PASS [ 19.862s] (1778/2942) omicron-nexus::test_all integration_tests::multicast::authorization::test_unprivileged_users_can_list_group_members
87832026-05-23T04:41:12.734Z PASS [ 27.915s] (1779/2942) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
87842026-05-23T04:41:12.789Z PASS [ 24.949s] (1780/2942) omicron-nexus::test_all integration_tests::multicast::api::test_multicast_api_behavior
87852026-05-23T04:41:14.245Z PASS [ 23.803s] (1781/2942) omicron-nexus::test_all integration_tests::multicast::authorization::test_unauthenticated_access_denied
87862026-05-23T04:41:14.391Z PASS [ 29.822s] (1782/2942) omicron-nexus::test_all integration_tests::local_storage::test_create_large_local_storage_disk
87872026-05-23T04:41:14.415Z PASS [ 28.168s] (1783/2942) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_asm_with_sources_succeeds
87882026-05-23T04:41:14.500Z PASS [ 28.406s] (1784/2942) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_asm
87892026-05-23T04:41:15.441Z PASS [ 30.100s] (1785/2942) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
87902026-05-23T04:41:15.656Z PASS [ 28.191s] (1786/2942) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_ssm_with_sources
87912026-05-23T04:41:16.250Z PASS [ 27.832s] (1787/2942) omicron-nexus::test_all integration_tests::multicast::authorization::test_both_member_endpoints_have_same_permissions
87922026-05-23T04:41:16.727Z PASS [ 27.179s] (1788/2942) omicron-nexus::test_all integration_tests::multicast::authorization::test_silo_user_multicast_permissions
87932026-05-23T04:41:17.581Z PASS [ 29.692s] (1789/2942) omicron-nexus::test_all integration_tests::multicast::api::test_ssm_source_validation
87942026-05-23T04:41:17.627Z PASS [ 31.199s] (1790/2942) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_existing_group
87952026-05-23T04:41:17.669Z PASS [ 25.961s] (1791/2942) omicron-nexus::test_all integration_tests::multicast::cache_invalidation::test_cache_ttl_behavior
87962026-05-23T04:41:17.684Z PASS [ 24.981s] (1792/2942) omicron-nexus::test_all integration_tests::multicast::cache_invalidation::test_sled_expunge_removes_from_multicast_cache
87972026-05-23T04:41:18.183Z PASS [ 21.171s] (1793/2942) omicron-nexus::test_all integration_tests::multicast::failures::test_concurrent_implicit_creation_race
87982026-05-23T04:41:18.381Z PASS [ 23.688s] (1794/2942) omicron-nexus::test_all integration_tests::multicast::cache_invalidation::test_sled_move_updates_multicast_port_mapping
87992026-05-23T04:41:19.560Z PASS [ 23.262s] (1795/2942) omicron-nexus::test_all integration_tests::multicast::enablement::test_multicast_enablement
88002026-05-23T04:41:21.614Z PASS [ 19.683s] (1796/2942) omicron-nexus::test_all integration_tests::multicast::failures::test_drift_correction_missing_group_in_dpd
88012026-05-23T04:41:22.410Z PASS [ 23.996s] (1797/2942) omicron-nexus::test_all integration_tests::multicast::failures::test_dpd_failure_during_active_state
88022026-05-23T04:41:22.551Z PASS [ 33.196s] (1798/2942) omicron-nexus::test_all integration_tests::multicast::authorization::test_cross_silo_multicast_isolation
88032026-05-23T04:41:24.701Z PASS [ 24.701s] (1799/2942) omicron-nexus::test_all integration_tests::multicast::failures::test_dpd_failure_during_deleting_state
88042026-05-23T04:41:25.763Z PASS [ 19.545s] (1800/2942) omicron-nexus::test_all integration_tests::multicast::failures::test_implicit_deletion_with_dpd_failure
88052026-05-23T04:41:26.850Z PASS [ 27.390s] (1801/2942) omicron-nexus::test_all integration_tests::multicast::failures::test_dpd_failure_during_creating_state
88062026-05-23T04:41:29.972Z PASS [ 21.135s] (1802/2942) omicron-nexus::test_all integration_tests::multicast::failures::test_left_member_waits_for_group_active
88072026-05-23T04:41:31.010Z PASS [ 46.095s] (1803/2942) omicron-nexus::test_all integration_tests::metrics::test_metrics
88082026-05-23T04:41:31.465Z PASS [ 20.858s] (1804/2942) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_group_members_during_dpd_failure
88092026-05-23T04:41:32.042Z PASS [ 14.460s] (1805/2942) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_ip_pool_range_validation
88102026-05-23T04:41:36.041Z PASS [ 23.307s] (1806/2942) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_group_underlay_collision_retry
88112026-05-23T04:41:36.636Z SLOW [>480.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
88122026-05-23T04:41:37.010Z PASS [ 21.569s] (1807/2942) omicron-nexus::test_all integration_tests::multicast::groups::test_member_response_includes_multicast_ip
88132026-05-23T04:41:37.174Z PASS [ 31.804s] (1808/2942) omicron-nexus::test_all integration_tests::multicast::failures::test_implicit_deletion_race_with_instance_join
88142026-05-23T04:41:37.899Z PASS [ 23.399s] (1809/2942) omicron-nexus::test_all integration_tests::multicast::groups::test_instance_multicast_endpoints
88152026-05-23T04:41:38.400Z PASS [ 21.673s] (1810/2942) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_member_operations
88162026-05-23T04:41:38.960Z PASS [ 24.568s] (1811/2942) omicron-nexus::test_all integration_tests::multicast::groups::test_default_pool_on_implicit_creation
88172026-05-23T04:41:39.887Z PASS [ 25.472s] (1812/2942) omicron-nexus::test_all integration_tests::multicast::groups::test_instance_deletion_removes_multicast_memberships
88182026-05-23T04:41:39.988Z PASS [ 25.742s] (1813/2942) omicron-nexus::test_all integration_tests::multicast::groups::test_cannot_delete_multicast_pool_with_groups
88192026-05-23T04:41:40.033Z PASS [ 24.377s] (1814/2942) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_ip_version_conflict
88202026-05-23T04:41:40.057Z PASS [ 23.806s] (1815/2942) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_member_errors
88212026-05-23T04:41:41.710Z PASS [ 20.096s] (1816/2942) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_attach_conflicts
88222026-05-23T04:41:41.726Z PASS [ 28.937s] (1817/2942) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_join_deleted_instance
88232026-05-23T04:41:42.380Z PASS [ 24.197s] (1818/2942) omicron-nexus::test_all integration_tests::multicast::instances::test_instance_create_with_ssm_multicast_groups
88242026-05-23T04:41:42.905Z PASS [ 20.494s] (1819/2942) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_attach_limits
88252026-05-23T04:41:43.322Z PASS [ 17.558s] (1820/2942) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_member_cleanup_instance_never_started
88262026-05-23T04:41:49.741Z PASS [ 27.190s] (1821/2942) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_ipv6_lifecycle
88272026-05-23T04:41:49.885Z PASS [ 40.140s] (1822/2942) omicron-nexus::test_all integration_tests::multicast::failures::test_member_joining_to_left_on_instance_stop
88282026-05-23T04:41:50.617Z PASS [ 32.235s] (1823/2942) omicron-nexus::test_all integration_tests::multicast::instances::test_instance_delete_preserves_other_memberships
88292026-05-23T04:41:51.908Z PASS [ 27.207s] (1824/2942) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_lifecycle
88302026-05-23T04:41:52.211Z PASS [ 14.312s] (1825/2942) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
88312026-05-23T04:41:52.974Z PASS [ 23.002s] (1826/2942) omicron-nexus::test_all integration_tests::multicast::instances::test_source_ips_preserved_on_instance_reconfigure
88322026-05-23T04:41:53.886Z PASS [ 22.420s] (1827/2942) omicron-nexus::test_all integration_tests::multicast::instances::test_ssm_without_sources_fails_create_and_reconfigure
88332026-05-23T04:41:53.996Z PASS [ 36.312s] (1828/2942) omicron-nexus::test_all integration_tests::multicast::instances::test_group_with_all_members_left
88342026-05-23T04:41:54.522Z PASS [ 17.511s] (1829/2942) omicron-nexus::test_all integration_tests::multicast::pool_selection::test_ip_version_disambiguation
88352026-05-23T04:41:56.094Z PASS [ 17.693s] (1830/2942) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
88362026-05-23T04:41:57.008Z PASS [ 25.998s] (1831/2942) omicron-nexus::test_all integration_tests::multicast::instances::test_source_ips_preserved_on_instance_restart
88372026-05-23T04:41:58.373Z PASS [ 38.813s] (1832/2942) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_concurrent_operations
88382026-05-23T04:41:59.917Z PASS [ 42.290s] (1833/2942) omicron-nexus::test_all integration_tests::multicast::groups::test_pool_range_allocation
88392026-05-23T04:42:00.146Z PASS [ 24.104s] (1834/2942) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_with_floating_ip_basic
88402026-05-23T04:42:00.497Z PASS [ 20.509s] (1835/2942) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
88412026-05-23T04:42:02.091Z PASS [ 22.034s] (1836/2942) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
88422026-05-23T04:42:04.586Z PASS [ 46.916s] (1837/2942) omicron-nexus::test_all integration_tests::multicast::groups::test_ssm_source_ip_behavior
88432026-05-23T04:42:04.783Z PASS [ 22.402s] (1838/2942) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
88442026-05-23T04:42:05.665Z PASS [ 11.143s] (1839/2942) omicron-nexus::test_all integration_tests::projects::test_limited_collaborator_cannot_create_project
88452026-05-23T04:42:06.666Z PASS [ 29.492s] (1840/2942) omicron-nexus::test_all integration_tests::multicast::pool_selection::test_pool_selection_ssm_asm
88462026-05-23T04:42:07.955Z PASS [ 11.861s] (1841/2942) omicron-nexus::test_all integration_tests::projects::test_project_deletion
88472026-05-23T04:42:08.614Z PASS [ 14.728s] (1842/2942) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
88482026-05-23T04:42:09.035Z PASS [ 12.027s] (1843/2942) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
88492026-05-23T04:42:09.365Z PASS [ 15.369s] (1844/2942) omicron-nexus::test_all integration_tests::probe::test_probe_pool_selector_ip_version
88502026-05-23T04:42:09.377Z PASS [ 26.055s] (1845/2942) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
88512026-05-23T04:42:10.060Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
88522026-05-23T04:42:10.605Z PASS [ 12.232s] (1846/2942) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
88532026-05-23T04:42:12.681Z PASS [ 40.639s] (1847/2942) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_external_ip_scenarios
88542026-05-23T04:42:14.450Z PASS [ 47.599s] (1848/2942) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_migration_scenarios
88552026-05-23T04:42:16.963Z PASS [ 10.297s] (1849/2942) omicron-nexus::test_all integration_tests::quiesce::test_quiesce
88562026-05-23T04:42:17.550Z PASS [ 15.459s] (1850/2942) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
88572026-05-23T04:42:17.810Z PASS [ 12.142s] (1851/2942) omicron-nexus::test_all integration_tests::projects::test_projects
88582026-05-23T04:42:17.976Z PASS [ 13.193s] (1852/2942) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
88592026-05-23T04:42:19.015Z PASS [ 38.981s] (1853/2942) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
88602026-05-23T04:42:19.586Z PASS [ 10.221s] (1854/2942) omicron-nexus::test_all integration_tests::rack::test_get_own_rack
88612026-05-23T04:42:19.603Z PASS [ 10.226s] (1855/2942) omicron-nexus::test_all integration_tests::rack::test_list_own_rack
88622026-05-23T04:42:21.194Z PASS [ 42.234s] (1856/2942) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
88632026-05-23T04:42:21.236Z PASS [ 12.622s] (1857/2942) omicron-nexus::test_all integration_tests::quotas::test_quota_limits
88642026-05-23T04:42:21.247Z PASS [ 13.291s] (1858/2942) omicron-nexus::test_all integration_tests::quotas::test_negative_quota
88652026-05-23T04:42:21.345Z PASS [ 0.109s] (1859/2942) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
88662026-05-23T04:42:21.386Z PASS [ 0.139s] (1860/2942) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
88672026-05-23T04:42:21.482Z PASS [ 0.137s] (1861/2942) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
88682026-05-23T04:42:21.517Z PASS [ 0.131s] (1862/2942) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
88692026-05-23T04:42:21.590Z PASS [ 0.107s] (1863/2942) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
88702026-05-23T04:42:22.356Z PASS [ 31.740s] (1864/2942) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
88712026-05-23T04:42:22.976Z PASS [ 22.829s] (1865/2942) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
88722026-05-23T04:42:23.009Z PASS [ 12.402s] (1866/2942) omicron-nexus::test_all integration_tests::rack::test_rack_initialization
88732026-05-23T04:42:23.742Z PASS [ 11.061s] (1867/2942) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
88742026-05-23T04:42:25.099Z PASS [ 10.647s] (1868/2942) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
88752026-05-23T04:42:25.209Z PASS [ 0.111s] (1869/2942) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
88762026-05-23T04:42:26.166Z PASS [ 46.279s] (1870/2942) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
88772026-05-23T04:42:28.639Z PASS [ 11.089s] (1871/2942) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
88782026-05-23T04:42:28.758Z PASS [ 0.119s] (1872/2942) omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
88792026-05-23T04:42:28.869Z PASS [ 0.110s] (1873/2942) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
88802026-05-23T04:42:29.596Z PASS [ 29.099s] (1874/2942) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
88812026-05-23T04:42:29.696Z PASS [ 47.970s] (1875/2942) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
88822026-05-23T04:42:29.804Z PASS [ 46.899s] (1876/2942) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
88832026-05-23T04:42:30.037Z PASS [ 12.229s] (1877/2942) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
88842026-05-23T04:42:30.906Z PASS [ 38.695s] (1878/2942) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
88852026-05-23T04:42:31.049Z PASS [ 14.086s] (1879/2942) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
88862026-05-23T04:42:32.104Z PASS [ 40.195s] (1880/2942) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
88872026-05-23T04:42:32.965Z PASS [ 28.363s] (1881/2942) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
88882026-05-23T04:42:34.039Z PASS [ 14.435s] (1882/2942) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
88892026-05-23T04:42:34.260Z PASS [ 2.157s] (1883/2942) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
88902026-05-23T04:42:34.275Z PASS [ 16.298s] (1884/2942) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
88912026-05-23T04:42:34.327Z PASS [ 15.311s] (1885/2942) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
88922026-05-23T04:42:34.803Z PASS [ 13.213s] (1886/2942) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
88932026-05-23T04:42:34.930Z PASS [ 13.318s] (1887/2942) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
88942026-05-23T04:42:35.040Z PASS [ 13.845s] (1888/2942) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
88952026-05-23T04:42:35.120Z PASS [ 12.144s] (1889/2942) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
88962026-05-23T04:42:35.157Z PASS [ 12.149s] (1890/2942) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
88972026-05-23T04:42:35.163Z PASS [ 12.804s] (1891/2942) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
88982026-05-23T04:42:35.428Z PASS [ 35.510s] (1892/2942) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
88992026-05-23T04:42:35.665Z PASS [ 45.924s] (1893/2942) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
89002026-05-23T04:42:35.887Z PASS [ 12.144s] (1894/2942) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
89012026-05-23T04:42:36.040Z PASS [ 1.712s] (1895/2942) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
89022026-05-23T04:42:36.182Z PASS [ 1.921s] (1896/2942) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
89032026-05-23T04:42:36.646Z SLOW [>540.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
89042026-05-23T04:42:36.810Z PASS [ 1.689s] (1897/2942) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
89052026-05-23T04:42:37.205Z PASS [ 11.996s] (1898/2942) omicron-nexus::test_all integration_tests::saml::test_post_saml_response
89062026-05-23T04:42:37.232Z PASS [ 1.566s] (1899/2942) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
89072026-05-23T04:42:37.435Z PASS [ 1.252s] (1900/2942) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
89082026-05-23T04:42:37.483Z PASS [ 1.443s] (1901/2942) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
89092026-05-23T04:42:37.494Z PASS [ 28.456s] (1902/2942) omicron-nexus::test_all integration_tests::quotas::test_quotas
89102026-05-23T04:42:37.777Z PASS [ 11.610s] (1903/2942) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
89112026-05-23T04:42:37.909Z PASS [ 18.321s] (1904/2942) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
89122026-05-23T04:42:38.796Z PASS [ 9.927s] (1905/2942) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
89132026-05-23T04:42:38.984Z PASS [ 9.387s] (1906/2942) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
89142026-05-23T04:42:39.083Z PASS [ 57.369s] (1907/2942) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
89152026-05-23T04:42:39.168Z PASS [ 9.470s] (1908/2942) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
89162026-05-23T04:42:39.467Z PASS [ 9.654s] (1909/2942) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
89172026-05-23T04:42:40.104Z PASS [ 50.217s] (1910/2942) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
89182026-05-23T04:42:40.820Z PASS [ 3.589s] (1911/2942) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
89192026-05-23T04:42:43.361Z PASS [ 50.381s] (1912/2942) omicron-nexus::test_all integration_tests::password_login::test_local_users
89202026-05-23T04:42:46.908Z PASS [ 8.996s] (1913/2942) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
89212026-05-23T04:42:48.119Z PASS [ 8.949s] (1914/2942) omicron-nexus::test_all integration_tests::scim::test_scim_client_no_auth_with_expired_token
89222026-05-23T04:42:48.567Z PASS [ 9.583s] (1915/2942) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
89232026-05-23T04:42:48.984Z PASS [ 10.182s] (1916/2942) omicron-nexus::test_all integration_tests::scim::test_disabling_scim_user
89242026-05-23T04:42:49.105Z PASS [ 9.647s] (1917/2942) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth
89252026-05-23T04:42:49.992Z PASS [ 159.929s] (1918/2942) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
89262026-05-23T04:42:50.156Z PASS [ 10.051s] (1919/2942) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud
89272026-05-23T04:42:50.766Z PASS [ 9.945s] (1920/2942) omicron-nexus::test_all integration_tests::scim::test_scim_group_unique
89282026-05-23T04:42:51.014Z PASS [ 10.193s] (1921/2942) omicron-nexus::test_all integration_tests::scim::test_scim_group_search
89292026-05-23T04:42:51.018Z PASS [ 11.936s] (1922/2942) omicron-nexus::test_all integration_tests::scim::test_scim2_crate_self_test
89302026-05-23T04:42:51.341Z PASS [ 10.520s] (1923/2942) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy
89312026-05-23T04:42:51.981Z PASS [ 11.161s] (1924/2942) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv
89322026-05-23T04:42:52.714Z PASS [ 9.356s] (1925/2942) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv_conflict
89332026-05-23T04:42:56.112Z PASS [ 9.208s] (1926/2942) omicron-nexus::test_all integration_tests::scim::test_scim_user_search
89342026-05-23T04:42:57.400Z PASS [ 8.422s] (1927/2942) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
89352026-05-23T04:42:57.685Z PASS [ 9.568s] (1928/2942) omicron-nexus::test_all integration_tests::scim::test_scim_user_unique
89362026-05-23T04:42:58.185Z PASS [ 9.079s] (1929/2942) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
89372026-05-23T04:42:58.463Z PASS [ 9.888s] (1930/2942) omicron-nexus::test_all integration_tests::scim::test_time_modified_updated_on_scim_user_and_group_update
89382026-05-23T04:42:58.984Z PASS [ 8.992s] (1931/2942) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
89392026-05-23T04:42:59.676Z PASS [ 9.521s] (1932/2942) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
89402026-05-23T04:43:00.531Z PASS [ 9.515s] (1933/2942) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
89412026-05-23T04:43:00.652Z PASS [ 9.886s] (1934/2942) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
89422026-05-23T04:43:00.829Z PASS [ 9.815s] (1935/2942) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
89432026-05-23T04:43:01.009Z PASS [ 9.668s] (1936/2942) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
89442026-05-23T04:43:05.800Z PASS [ 9.201s] (1937/2942) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
89452026-05-23T04:43:05.849Z PASS [ 10.237s] (1938/2942) omicron-nexus::test_all integration_tests::silos::test_local_silo_users
89462026-05-23T04:43:05.856Z PASS [ 8.449s] (1939/2942) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
89472026-05-23T04:43:05.937Z PASS [ 8.537s] (1940/2942) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
89482026-05-23T04:43:07.071Z PASS [ 9.386s] (1941/2942) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
89492026-05-23T04:43:08.167Z PASS [ 9.983s] (1942/2942) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
89502026-05-23T04:43:08.710Z PASS [ 9.731s] (1943/2942) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
89512026-05-23T04:43:09.946Z PASS [ 9.117s] (1944/2942) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
89522026-05-23T04:43:09.946Z PASS [ 9.295s] (1945/2942) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
89532026-05-23T04:43:10.488Z PASS [ 9.478s] (1946/2942) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
89542026-05-23T04:43:10.750Z PASS [ 11.075s] (1947/2942) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
89552026-05-23T04:43:11.131Z PASS [ 10.600s] (1948/2942) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_subnet_pool_links
89562026-05-23T04:43:11.175Z PASS [ 9.261s] (1949/2942) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
89572026-05-23T04:43:11.299Z PASS [ 9.080s] (1950/2942) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
89582026-05-23T04:43:11.792Z PASS [ 13.338s] (1951/2942) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
89592026-05-23T04:43:12.140Z PASS [ 34.657s] (1952/2942) omicron-nexus::test_all integration_tests::schema::validate_data_migrations
89602026-05-23T04:43:16.182Z PASS [ 39.372s] (1953/2942) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
89612026-05-23T04:43:16.718Z PASS [ 9.647s] (1954/2942) omicron-nexus::test_all integration_tests::silos::test_silo_users_list
89622026-05-23T04:43:16.718Z PASS [ 12.157s] (1955/2942) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
89632026-05-23T04:43:16.866Z PASS [ 39.432s] (1956/2942) omicron-nexus::test_all integration_tests::schema::update_since_base_has_idempotent_up
89642026-05-23T04:43:19.299Z PASS [ 10.589s] (1957/2942) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
89652026-05-23T04:43:19.730Z PASS [ 13.793s] (1958/2942) omicron-nexus::test_all integration_tests::silos::test_silo_user_views
89662026-05-23T04:43:20.834Z PASS [ 10.888s] (1959/2942) omicron-nexus::test_all integration_tests::sleds::test_sleds_list
89672026-05-23T04:43:21.328Z PASS [ 9.536s] (1960/2942) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
89682026-05-23T04:43:21.651Z PASS [ 13.483s] (1961/2942) omicron-nexus::test_all integration_tests::silos::test_silos
89692026-05-23T04:43:22.529Z PASS [ 11.778s] (1962/2942) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
89702026-05-23T04:43:25.973Z PASS [ 13.833s] (1963/2942) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
89712026-05-23T04:43:26.459Z PASS [ 14.319s] (1964/2942) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
89722026-05-23T04:43:26.939Z PASS [ 14.799s] (1965/2942) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
89732026-05-23T04:43:27.449Z PASS [ 17.502s] (1966/2942) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
89742026-05-23T04:43:28.467Z PASS [ 11.599s] (1967/2942) omicron-nexus::test_all integration_tests::subnet_pools::cannot_add_pool_member_of_different_ip_version
89752026-05-23T04:43:28.491Z PASS [ 18.002s] (1968/2942) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
89762026-05-23T04:43:29.231Z PASS [ 12.364s] (1969/2942) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_crud
89772026-05-23T04:43:29.744Z PASS [ 13.026s] (1970/2942) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
89782026-05-23T04:43:30.984Z PASS [ 11.684s] (1971/2942) omicron-nexus::test_all integration_tests::subnet_pools::cannot_delete_nonexistent_silo_link
89792026-05-23T04:43:31.763Z PASS [ 20.632s] (1972/2942) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
89802026-05-23T04:43:31.963Z PASS [ 12.233s] (1973/2942) omicron-nexus::test_all integration_tests::subnet_pools::cannot_link_multiple_times
89812026-05-23T04:43:32.305Z PASS [ 11.470s] (1974/2942) omicron-nexus::test_all integration_tests::subnet_pools::cannot_update_nonexistent_silo_link
89822026-05-23T04:43:33.071Z PASS [ 21.895s] (1975/2942) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
89832026-05-23T04:43:33.645Z PASS [ 11.116s] (1976/2942) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv4_subnet_pool_utilization
89842026-05-23T04:43:33.971Z PASS [ 22.672s] (1977/2942) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
89852026-05-23T04:43:34.323Z PASS [ 12.995s] (1978/2942) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_list
89862026-05-23T04:43:34.487Z PASS [ 12.835s] (1979/2942) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_view
89872026-05-23T04:43:36.108Z PASS [ 19.390s] (1980/2942) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
89882026-05-23T04:43:36.175Z PASS [ 1.689s] (1981/2942) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
89892026-05-23T04:43:36.639Z SLOW [>600.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
89902026-05-23T04:43:36.829Z PASS [ 10.856s] (1982/2942) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv6_subnet_pool_utilization
89912026-05-23T04:43:37.630Z PASS [ 25.490s] (1983/2942) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
89922026-05-23T04:43:37.763Z PASS [ 21.580s] (1984/2942) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
89932026-05-23T04:43:37.779Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
89942026-05-23T04:43:38.938Z PASS [ 22.071s] (1985/2942) omicron-nexus::test_all integration_tests::subnet_pools::can_list_subnet_pools
89952026-05-23T04:43:40.730Z PASS [ 62.953s] (1986/2942) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
89962026-05-23T04:43:41.768Z PASS [ 13.277s] (1987/2942) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_delete_failed_bundle
89972026-05-23T04:43:41.901Z PASS [ 14.961s] (1988/2942) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_link
89982026-05-23T04:43:42.572Z PASS [ 25.705s] (1989/2942) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_member_crd
89992026-05-23T04:43:43.469Z PASS [ 27.286s] (1990/2942) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
90002026-05-23T04:43:44.034Z PASS [ 15.568s] (1991/2942) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
90012026-05-23T04:43:44.069Z PASS [ 14.838s] (1992/2942) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_fm_case_id
90022026-05-23T04:43:44.298Z PASS [ 12.534s] (1993/2942) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
90032026-05-23T04:43:44.890Z PASS [ 28.707s] (1994/2942) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
90042026-05-23T04:43:45.411Z PASS [ 29.229s] (1995/2942) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
90052026-05-23T04:43:46.523Z PASS [ 16.779s] (1996/2942) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
90062026-05-23T04:43:46.752Z PASS [ 14.447s] (1997/2942) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
90072026-05-23T04:43:46.810Z PASS [ 13.739s] (1998/2942) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
90082026-05-23T04:43:47.134Z PASS [ 13.162s] (1999/2942) omicron-nexus::test_all integration_tests::target_release::get_set_target_release
90092026-05-23T04:43:47.964Z PASS [ 16.981s] (2000/2942) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
90102026-05-23T04:43:48.440Z PASS [ 10.810s] (2001/2942) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
90112026-05-23T04:43:49.509Z PASS [ 13.401s] (2002/2942) omicron-nexus::test_all integration_tests::updates::test_repo_list
90122026-05-23T04:43:49.576Z PASS [ 13.399s] (2003/2942) omicron-nexus::test_all integration_tests::updates::test_repo_prune
90132026-05-23T04:43:50.826Z PASS [ 13.064s] (2004/2942) omicron-nexus::test_all integration_tests::updates::test_request_without_api_version
90142026-05-23T04:43:51.844Z PASS [ 25.384s] (2005/2942) omicron-nexus::test_all integration_tests::subnet_pools::test_silo_subnet_pool_list
90152026-05-23T04:43:52.263Z PASS [ 13.325s] (2006/2942) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
90162026-05-23T04:43:52.846Z PASS [ 20.882s] (2007/2942) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
90172026-05-23T04:43:53.149Z PASS [ 12.419s] (2008/2942) omicron-nexus::test_all integration_tests::updates::test_update_status
90182026-05-23T04:43:53.659Z PASS [ 12.929s] (2009/2942) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
90192026-05-23T04:43:55.402Z PASS [ 18.572s] (2010/2942) omicron-nexus::test_all integration_tests::updates::test_repo_upload
90202026-05-23T04:43:58.954Z PASS [ 25.308s] (2011/2942) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_v6_crud
90212026-05-23T04:44:01.359Z PASS [ 20.629s] (2012/2942) omicron-nexus::test_all integration_tests::utilization::test_utilization_list
90222026-05-23T04:44:02.754Z PASS [ 20.181s] (2013/2942) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
90232026-05-23T04:44:05.506Z PASS [ 24.775s] (2014/2942) omicron-nexus::test_all integration_tests::utilization::test_utilization_view
90242026-05-23T04:44:06.005Z PASS [ 24.236s] (2015/2942) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
90252026-05-23T04:44:07.303Z PASS [ 19.338s] (2016/2942) omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
90262026-05-23T04:44:08.270Z PASS [ 22.858s] (2017/2942) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
90272026-05-23T04:44:08.645Z PASS [ 23.754s] (2018/2942) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
90282026-05-23T04:44:10.392Z PASS [ 23.639s] (2019/2942) omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
90292026-05-23T04:44:13.962Z PASS [ 25.522s] (2020/2942) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
90302026-05-23T04:44:15.608Z PASS [ 26.098s] (2021/2942) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
90312026-05-23T04:44:15.695Z PASS [ 48.245s] (2022/2942) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list
90322026-05-23T04:44:16.070Z PASS [ 32.601s] (2023/2942) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
90332026-05-23T04:44:18.534Z PASS [ 25.385s] (2024/2942) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
90342026-05-23T04:44:18.777Z PASS [ 27.950s] (2025/2942) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
90352026-05-23T04:44:19.328Z PASS [ 35.258s] (2026/2942) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
90362026-05-23T04:44:19.749Z PASS [ 26.902s] (2027/2942) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
90372026-05-23T04:44:21.022Z PASS [ 36.724s] (2028/2942) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
90382026-05-23T04:44:22.529Z PASS [ 8.420s] (2029/2942) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
90392026-05-23T04:44:24.655Z PASS [ 8.961s] (2030/2942) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
90402026-05-23T04:44:24.670Z PASS [ 9.063s] (2031/2942) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
90412026-05-23T04:44:25.726Z PASS [ 9.656s] (2032/2942) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
90422026-05-23T04:44:27.955Z PASS [ 9.421s] (2033/2942) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
90432026-05-23T04:44:28.230Z PASS [ 9.454s] (2034/2942) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
90442026-05-23T04:44:28.551Z PASS [ 9.223s] (2035/2942) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
90452026-05-23T04:44:29.164Z PASS [ 9.416s] (2036/2942) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
90462026-05-23T04:44:29.232Z PASS [ 0.068s] (2037/2942) omicron-nexus::test_all integration_tests::volume_management::test_volume_construction_request_region_gen_serialization
90472026-05-23T04:44:30.805Z PASS [ 9.783s] (2038/2942) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
90482026-05-23T04:44:33.370Z PASS [ 10.988s] (2039/2942) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
90492026-05-23T04:44:33.894Z PASS [ 31.140s] (2040/2942) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
90502026-05-23T04:44:34.127Z PASS [ 28.123s] (2041/2942) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
90512026-05-23T04:44:34.325Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
90522026-05-23T04:44:34.385Z PASS [ 50.350s] (2042/2942) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
90532026-05-23T04:44:34.465Z PASS [ 9.794s] (2043/2942) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
90542026-05-23T04:44:34.727Z PASS [ 10.071s] (2044/2942) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
90552026-05-23T04:44:34.732Z PASS [ 45.157s] (2045/2942) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
90562026-05-23T04:44:35.709Z PASS [ 25.318s] (2046/2942) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
90572026-05-23T04:44:36.303Z PASS [ 10.577s] (2047/2942) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
90582026-05-23T04:44:36.641Z SLOW [>660.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
90592026-05-23T04:44:37.860Z PASS [ 29.214s] (2048/2942) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
90602026-05-23T04:44:37.994Z PASS [ 45.730s] (2049/2942) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
90612026-05-23T04:44:38.195Z PASS [ 29.925s] (2050/2942) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
90622026-05-23T04:44:38.325Z PASS [ 32.819s] (2051/2942) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
90632026-05-23T04:44:39.234Z PASS [ 11.278s] (2052/2942) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
90642026-05-23T04:44:39.280Z PASS [ 11.049s] (2053/2942) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
90652026-05-23T04:44:39.621Z PASS [ 57.719s] (2054/2942) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
90662026-05-23T04:44:39.805Z PASS [ 11.254s] (2055/2942) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
90672026-05-23T04:44:40.387Z PASS [ 48.543s] (2056/2942) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
90682026-05-23T04:44:42.894Z PASS [ 12.088s] (2057/2942) omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
90692026-05-23T04:44:44.243Z PASS [ 36.940s] (2058/2942) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
90702026-05-23T04:44:45.474Z PASS [ 12.104s] (2059/2942) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
90712026-05-23T04:44:46.157Z PASS [ 12.263s] (2060/2942) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
90722026-05-23T04:44:46.312Z PASS [ 669.685s] (2061/2942) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
90732026-05-23T04:44:46.525Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
90742026-05-23T04:44:46.781Z PASS [ 12.396s] (2062/2942) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
90752026-05-23T04:44:46.811Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
90762026-05-23T04:44:46.923Z PASS [ 12.796s] (2063/2942) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
90772026-05-23T04:44:47.137Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
90782026-05-23T04:44:47.299Z PASS [ 12.834s] (2064/2942) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
90792026-05-23T04:44:48.472Z PASS [ 12.762s] (2065/2942) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
90802026-05-23T04:44:48.511Z PASS [ 54.851s] (2066/2942) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
90812026-05-23T04:44:49.198Z PASS [ 62.674s] (2067/2942) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
90822026-05-23T04:44:49.201Z PASS [ 12.895s] (2068/2942) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
90832026-05-23T04:44:50.638Z PASS [ 12.779s] (2069/2942) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
90842026-05-23T04:44:50.920Z PASS [ 12.725s] (2070/2942) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
90852026-05-23T04:44:51.454Z PASS [ 13.460s] (2071/2942) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
90862026-05-23T04:44:53.038Z PASS [ 13.232s] (2072/2942) omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
90872026-05-23T04:44:53.431Z PASS [ 13.810s] (2073/2942) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
90882026-05-23T04:44:53.846Z PASS [ 14.553s] (2074/2942) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
90892026-05-23T04:44:55.405Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
90902026-05-23T04:44:55.987Z PASS [ 16.707s] (2075/2942) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
90912026-05-23T04:44:56.828Z PASS [ 57.874s] (2076/2942) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
90922026-05-23T04:44:57.628Z PASS [ 17.241s] (2077/2942) omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
90932026-05-23T04:44:58.027Z PASS [ 56.668s] (2078/2942) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
90942026-05-23T04:45:01.830Z PASS [ 12.632s] (2079/2942) omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
90952026-05-23T04:45:02.481Z PASS [ 75.346s] (2080/2942) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
90962026-05-23T04:45:02.750Z PASS [ 88.426s] (2081/2942) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
90972026-05-23T04:45:03.057Z PASS [ 12.419s] (2082/2942) omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
90982026-05-23T04:45:03.098Z PASS [ 0.041s] (2083/2942) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
90992026-05-23T04:45:03.123Z PASS [ 0.025s] (2084/2942) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
91002026-05-23T04:45:03.145Z PASS [ 0.022s] (2085/2942) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
91012026-05-23T04:45:03.166Z PASS [ 0.021s] (2086/2942) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_last_offset
91022026-05-23T04:45:03.190Z PASS [ 0.024s] (2087/2942) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
91032026-05-23T04:45:03.215Z PASS [ 0.025s] (2088/2942) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
91042026-05-23T04:45:03.237Z PASS [ 0.021s] (2089/2942) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_rms_offset
91052026-05-23T04:45:03.264Z PASS [ 0.027s] (2090/2942) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_root_delay
91062026-05-23T04:45:03.289Z PASS [ 0.025s] (2091/2942) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_root_dispersion
91072026-05-23T04:45:03.311Z PASS [ 0.021s] (2092/2942) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
91082026-05-23T04:45:03.323Z PASS [ 19.081s] (2093/2942) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
91092026-05-23T04:45:03.332Z PASS [ 0.021s] (2094/2942) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
91102026-05-23T04:45:03.338Z PASS [ 16.039s] (2095/2942) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_manage_floating_ips_and_nics
91112026-05-23T04:45:03.346Z PASS [ 0.023s] (2096/2942) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
91122026-05-23T04:45:03.353Z PASS [ 0.021s] (2097/2942) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
91132026-05-23T04:45:03.369Z PASS [ 0.030s] (2098/2942) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_max_error
91142026-05-23T04:45:03.372Z PASS [ 0.023s] (2099/2942) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
91152026-05-23T04:45:03.392Z PASS [ 0.038s] (2100/2942) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
91162026-05-23T04:45:03.395Z PASS [ 0.025s] (2101/2942) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
91172026-05-23T04:45:03.398Z PASS [ 0.028s] (2102/2942) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
91182026-05-23T04:45:03.418Z PASS [ 0.026s] (2103/2942) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
91192026-05-23T04:45:03.421Z PASS [ 0.025s] (2104/2942) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
91202026-05-23T04:45:03.459Z PASS [ 16.677s] (2105/2942) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_blocked_from_networking_resources
91212026-05-23T04:45:03.641Z PASS [ 20.747s] (2106/2942) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
91222026-05-23T04:45:04.252Z PASS [ 13.332s] (2107/2942) omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
91232026-05-23T04:45:04.287Z PASS [ 0.034s] (2108/2942) omicron-omdb::bin/omdb clickhouse_admin::test_format_bytes
91242026-05-23T04:45:04.328Z PASS [ 0.040s] (2109/2942) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
91252026-05-23T04:45:04.365Z PASS [ 0.038s] (2110/2942) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
91262026-05-23T04:45:04.398Z PASS [ 0.032s] (2111/2942) omicron-package config::tests::multi_preset_arg
91272026-05-23T04:45:04.432Z PASS [ 0.035s] (2112/2942) omicron-package dot::test::test_bad_dependency
91282026-05-23T04:45:04.460Z PASS [ 0.027s] (2113/2942) omicron-package dot::test::test_dot_output
91292026-05-23T04:45:04.678Z PASS [ 13.224s] (2114/2942) omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
91302026-05-23T04:45:04.701Z PASS [ 0.023s] (2115/2942) omicron-passwords test::test_password_constraints
91312026-05-23T04:45:04.866Z PASS [ 16.394s] (2116/2942) omicron-nexus::test_all integration_tests::vpcs::test_vpc_limited_collaborator_role
91322026-05-23T04:45:05.770Z PASS [ 18.845s] (2117/2942) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_create_instance
91332026-05-23T04:45:05.800Z PASS [ 0.031s] (2118/2942) omicron-passwords test::test_stable
91342026-05-23T04:45:05.822Z PASS [ 0.022s] (2119/2942) omicron-passwords test::test_weak_hashes
91352026-05-23T04:45:05.843Z PASS [ 0.021s] (2120/2942) omicron-rpaths internal::tests::test_configure_from_path
91362026-05-23T04:45:05.866Z PASS [ 0.023s] (2121/2942) omicron-rpaths internal::tests::test_configure_rpaths_from_unset_envvar
91372026-05-23T04:45:05.889Z PASS [ 0.023s] (2122/2942) omicron-rpaths internal::tests::test_emit_rpath
91382026-05-23T04:45:06.076Z PASS [ 0.187s] (2123/2942) omicron-sled-agent artifact_store::test::generations
91392026-05-23T04:45:06.179Z PASS [ 0.103s] (2124/2942) omicron-sled-agent artifact_store::test::issue_7796
91402026-05-23T04:45:06.277Z PASS [ 0.098s] (2125/2942) omicron-sled-agent artifact_store::test::list_get_put
91412026-05-23T04:45:06.354Z PASS [ 0.076s] (2126/2942) omicron-sled-agent artifact_store::test::no_dataset
91422026-05-23T04:45:06.437Z PASS [ 0.083s] (2127/2942) omicron-sled-agent artifact_store::test::wrong_hash
91432026-05-23T04:45:06.465Z PASS [ 79.655s] (2128/2942) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
91442026-05-23T04:45:06.475Z PASS [ 0.039s] (2129/2942) omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
91452026-05-23T04:45:06.505Z PASS [ 0.039s] (2130/2942) omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
91462026-05-23T04:45:06.519Z PASS [ 0.044s] (2131/2942) omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
91472026-05-23T04:45:06.538Z PASS [ 0.034s] (2132/2942) omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
91482026-05-23T04:45:06.554Z PASS [ 0.035s] (2133/2942) omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
91492026-05-23T04:45:06.572Z PASS [ 0.034s] (2134/2942) omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
91502026-05-23T04:45:06.584Z PASS [ 0.030s] (2135/2942) omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
91512026-05-23T04:45:06.605Z PASS [ 0.033s] (2136/2942) omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
91522026-05-23T04:45:06.619Z PASS [ 0.035s] (2137/2942) omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
91532026-05-23T04:45:06.648Z PASS [ 0.042s] (2138/2942) omicron-sled-agent config::test::test_smf_configs
91542026-05-23T04:45:06.656Z PASS [ 0.036s] (2139/2942) omicron-sled-agent fmd::tests::boolean_array
91552026-05-23T04:45:06.681Z PASS [ 0.033s] (2140/2942) omicron-sled-agent fmd::tests::boolean_presence
91562026-05-23T04:45:06.692Z PASS [ 0.036s] (2141/2942) omicron-sled-agent fmd::tests::boolean_value
91572026-05-23T04:45:06.704Z PASS [ 20.392s] (2142/2942) omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
91582026-05-23T04:45:06.716Z PASS [ 0.035s] (2143/2942) omicron-sled-agent fmd::tests::double
91592026-05-23T04:45:06.726Z PASS [ 0.034s] (2144/2942) omicron-sled-agent fmd::tests::hrtime
91602026-05-23T04:45:06.736Z PASS [ 0.031s] (2145/2942) omicron-sled-agent fmd::tests::integer_arrays
91612026-05-23T04:45:06.744Z PASS [ 0.028s] (2146/2942) omicron-sled-agent fmd::tests::integers
91622026-05-23T04:45:06.762Z PASS [ 0.035s] (2147/2942) omicron-sled-agent fmd::tests::string
91632026-05-23T04:45:06.770Z PASS [ 0.034s] (2148/2942) omicron-sled-agent fmd::tests::string_array
91642026-05-23T04:45:06.776Z PASS [ 0.031s] (2149/2942) omicron-sled-agent fmd::tests::unknown_type
91652026-05-23T04:45:06.789Z PASS [ 13.752s] (2150/2942) omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
91662026-05-23T04:45:06.799Z PASS [ 0.037s] (2151/2942) omicron-sled-agent instance::tests::add_ephemeral_ip_of_different_ip_version
91672026-05-23T04:45:06.810Z PASS [ 0.040s] (2152/2942) omicron-sled-agent instance::tests::add_ephemeral_ip_with_existing_floating_ip
91682026-05-23T04:45:06.815Z PASS [ 0.039s] (2153/2942) omicron-sled-agent instance::tests::add_ephemeral_ip_with_no_ip_stack_at_all
91692026-05-23T04:45:06.827Z PASS [ 0.036s] (2154/2942) omicron-sled-agent instance::tests::add_floating_ip_of_different_ip_version
91702026-05-23T04:45:06.848Z PASS [ 0.048s] (2155/2942) omicron-sled-agent instance::tests::add_floating_ip_with_existing_ephemeral_ip
91712026-05-23T04:45:06.852Z PASS [ 0.040s] (2156/2942) omicron-sled-agent instance::tests::add_floating_ip_with_no_ip_stack_at_all
91722026-05-23T04:45:06.856Z PASS [ 0.038s] (2157/2942) omicron-sled-agent instance::tests::add_new_floating_ip
91732026-05-23T04:45:06.859Z PASS [ 0.034s] (2158/2942) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv4_address
91742026-05-23T04:45:06.882Z PASS [ 0.034s] (2159/2942) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv6_address
91752026-05-23T04:45:06.887Z PASS [ 0.036s] (2160/2942) omicron-sled-agent instance::tests::prune_existing_floating_ip
91762026-05-23T04:45:07.121Z PASS [ 0.268s] (2161/2942) omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
91772026-05-23T04:45:07.125Z PASS [ 0.265s] (2162/2942) omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
91782026-05-23T04:45:07.256Z PASS [ 0.374s] (2163/2942) omicron-sled-agent instance::tests::test_instance_create_events_normal
91792026-05-23T04:45:07.263Z PASS [ 18.753s] (2164/2942) omicron-nexus::test_all integration_tests::vpcs::test_vpcs
91802026-05-23T04:45:07.296Z PASS [ 0.040s] (2165/2942) omicron-sled-agent instance::tests::test_multicast_membership_equality
91812026-05-23T04:45:07.332Z PASS [ 0.036s] (2166/2942) omicron-sled-agent probe_manager::test::probe_state_set_ops
91822026-05-23T04:45:07.369Z PASS [ 0.036s] (2167/2942) omicron-sled-agent profile::tests::empty_profile
91832026-05-23T04:45:07.407Z PASS [ 0.038s] (2168/2942) omicron-sled-agent profile::tests::test_disabled_instance
91842026-05-23T04:45:07.445Z PASS [ 0.038s] (2169/2942) omicron-sled-agent profile::tests::test_instance
91852026-05-23T04:45:07.486Z PASS [ 0.041s] (2170/2942) omicron-sled-agent profile::tests::test_multiple
91862026-05-23T04:45:07.535Z PASS [ 0.049s] (2171/2942) omicron-sled-agent profile::tests::test_property
91872026-05-23T04:45:07.578Z PASS [ 0.041s] (2172/2942) omicron-sled-agent profile::tests::test_property_group
91882026-05-23T04:45:07.607Z PASS [ 0.482s] (2173/2942) omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
91892026-05-23T04:45:07.616Z PASS [ 0.039s] (2174/2942) omicron-sled-agent profile::tests::test_service
91902026-05-23T04:45:07.646Z PASS [ 0.038s] (2175/2942) omicron-sled-agent profile::tests::test_service_property_group
91912026-05-23T04:45:07.656Z PASS [ 0.040s] (2176/2942) omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
91922026-05-23T04:45:07.688Z PASS [ 0.041s] (2177/2942) omicron-sled-agent services::test::test_zone_bundle_metadata_schema
91932026-05-23T04:45:07.710Z PASS [ 0.049s] (2178/2942) omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
91942026-05-23T04:45:07.738Z PASS [ 0.051s] (2179/2942) omicron-sled-agent sim::collection::test::test_sim_instance_reboot
91952026-05-23T04:45:07.752Z PASS [ 0.047s] (2180/2942) omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
91962026-05-23T04:45:07.800Z PASS [ 0.048s] (2181/2942) omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
91972026-05-23T04:45:07.847Z PASS [ 0.047s] (2182/2942) omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
91982026-05-23T04:45:07.861Z PASS [ 3.160s] (2183/2942) omicron-passwords test::test_reproducible
91992026-05-23T04:45:07.891Z PASS [ 0.044s] (2184/2942) omicron-sled-agent sim::storage::test::crucible_ports_get_reused
92002026-05-23T04:45:07.914Z PASS [ 0.053s] (2185/2942) omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
92012026-05-23T04:45:07.939Z PASS [ 0.048s] (2186/2942) omicron-sled-agent sim::storage::test::must_delete_snapshots_first
92022026-05-23T04:45:07.943Z PASS [ 1.053s] (2187/2942) omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
92032026-05-23T04:45:07.957Z PASS [ 0.042s] (2188/2942) omicron-sled-agent sim::storage::test::nested_dataset
92042026-05-23T04:45:07.985Z PASS [ 0.045s] (2189/2942) omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
92052026-05-23T04:45:07.990Z PASS [ 0.050s] (2190/2942) omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
92062026-05-23T04:45:08.002Z PASS [ 0.045s] (2191/2942) omicron-sled-agent sim::storage::test::running_snapshot_needs_region
92072026-05-23T04:45:08.035Z PASS [ 0.050s] (2192/2942) omicron-sled-agent sim::storage::test::snapshot_needs_region
92082026-05-23T04:45:08.054Z PASS [ 0.052s] (2193/2942) omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
92092026-05-23T04:45:08.061Z PASS [ 0.070s] (2194/2942) omicron-sled-agent support_bundle::storage::tests::basic_crud
92102026-05-23T04:45:08.126Z PASS [ 0.091s] (2195/2942) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
92112026-05-23T04:45:08.147Z PASS [ 0.086s] (2196/2942) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
92122026-05-23T04:45:08.169Z PASS [ 22.011s] (2197/2942) omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
92132026-05-23T04:45:08.182Z PASS [ 0.055s] (2198/2942) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
92142026-05-23T04:45:08.212Z PASS [ 0.065s] (2199/2942) omicron-sled-agent support_bundle::storage::tests::creation_idempotency
92152026-05-23T04:45:08.226Z PASS [ 0.057s] (2200/2942) omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
92162026-05-23T04:45:08.238Z PASS [ 0.184s] (2201/2942) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
92172026-05-23T04:45:08.246Z PASS [ 0.064s] (2202/2942) omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
92182026-05-23T04:45:08.271Z PASS [ 0.058s] (2203/2942) omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
92192026-05-23T04:45:08.286Z PASS [ 0.040s] (2204/2942) omicron-sled-agent updates::test::test_query_no_components
92202026-05-23T04:45:08.300Z PASS [ 0.074s] (2205/2942) omicron-sled-agent support_bundle::storage::tests::ranges
92212026-05-23T04:45:08.306Z PASS [ 0.068s] (2206/2942) omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
92222026-05-23T04:45:08.313Z PASS [ 0.043s] (2207/2942) omicron-sled-agent updates::test::test_query_sled_agent_version
92232026-05-23T04:45:08.337Z PASS [ 0.037s] (2208/2942) omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
92242026-05-23T04:45:08.341Z PASS [ 0.053s] (2209/2942) omicron-sled-agent updates::test::test_query_zone_version
92252026-05-23T04:45:08.387Z PASS [ 0.049s] (2210/2942) omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
92262026-05-23T04:45:08.423Z PASS [ 1.301s] (2211/2942) omicron-sled-agent instance::tests::test_instance_manager_creation
92272026-05-23T04:45:08.926Z PASS [ 12.098s] (2212/2942) omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
92282026-05-23T04:45:08.989Z PASS [ 0.063s] (2213/2942) omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
92292026-05-23T04:45:09.030Z PASS [ 0.041s] (2214/2942) omicron-sled-agent zone_bundle::tests::test_dir_size
92302026-05-23T04:45:09.369Z PASS [ 0.339s] (2215/2942) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
92312026-05-23T04:45:09.469Z PASS [ 0.100s] (2216/2942) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
92322026-05-23T04:45:09.524Z PASS [ 0.054s] (2217/2942) omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
92332026-05-23T04:45:09.970Z PASS [ 12.342s] (2218/2942) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
92342026-05-23T04:45:10.010Z PASS [ 0.040s] (2219/2942) omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
92352026-05-23T04:45:10.046Z PASS [ 0.036s] (2220/2942) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
92362026-05-23T04:45:10.181Z PASS [ 35.454s] (2221/2942) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
92372026-05-23T04:45:10.259Z PASS [ 0.735s] (2222/2942) omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
92382026-05-23T04:45:10.501Z PASS [ 12.474s] (2223/2942) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
92392026-05-23T04:45:10.531Z PASS [ 0.485s] (2224/2942) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
92402026-05-23T04:45:10.542Z PASS [ 0.041s] (2225/2942) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
92412026-05-23T04:45:10.569Z PASS [ 0.038s] (2226/2942) omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
92422026-05-23T04:45:10.574Z PASS [ 0.393s] (2227/2942) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
92432026-05-23T04:45:10.798Z PASS [ 0.256s] (2228/2942) omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
92442026-05-23T04:45:10.820Z PASS [ 0.246s] (2229/2942) omicron-test-utils dev::db::test::test_bad_cmd
92452026-05-23T04:45:11.010Z PASS [ 0.441s] (2230/2942) omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
92462026-05-23T04:45:11.177Z PASS [ 2.789s] (2231/2942) omicron-sled-agent zone_bundle::illumos_tests::test_update_context
92472026-05-23T04:45:11.202Z PASS [ 0.405s] (2232/2942) omicron-test-utils dev::db::test::test_cmd_fails
92482026-05-23T04:45:11.267Z PASS [ 7.847s] (2233/2942) omicron-omdb::test_all_output test_omdb_usage_errors
92492026-05-23T04:45:11.300Z PASS [ 1.040s] (2234/2942) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
92502026-05-23T04:45:11.303Z PASS [ 0.035s] (2235/2942) omicron-test-utils dev::db::test::test_make_pg_config_fail
92512026-05-23T04:45:11.331Z PASS [ 0.032s] (2236/2942) omicron-test-utils dev::db::test::test_make_pg_config_ok
92522026-05-23T04:45:11.343Z PASS [ 0.041s] (2237/2942) omicron-test-utils dev::db::test::test_parse_http_addr
92532026-05-23T04:45:11.369Z PASS [ 0.037s] (2238/2942) omicron-test-utils dev::db::test::test_process_exit_abnormal
92542026-05-23T04:45:11.386Z PASS [ 0.043s] (2239/2942) omicron-test-utils dev::db::test::test_process_exit_normal
92552026-05-23T04:45:11.392Z PASS [ 3.079s] (2240/2942) omicron-sled-agent zone_bundle::illumos_tests::test_context
92562026-05-23T04:45:11.427Z PASS [ 0.251s] (2241/2942) omicron-test-utils dev::db::test::test_database_start_hang
92572026-05-23T04:45:11.463Z PASS [ 0.035s] (2242/2942) omicron-test-utils dev::db::test::test_starter_tmpdir
92582026-05-23T04:45:11.510Z PASS [ 0.046s] (2243/2942) omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
92592026-05-23T04:45:11.514Z PASS [ 3.777s] (2244/2942) omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
92602026-05-23T04:45:11.521Z PASS [ 7.061s] (2245/2942) omicron-passwords test::test_compatible
92612026-05-23T04:45:11.549Z PASS [ 0.039s] (2246/2942) omicron-test-utils dev::dendrite::tests::test_dpd_in_path
92622026-05-23T04:45:11.552Z PASS [ 0.037s] (2247/2942) omicron-test-utils dev::maghemite::tests::test_ddmd_in_path
92632026-05-23T04:45:11.562Z PASS [ 0.041s] (2248/2942) omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
92642026-05-23T04:45:11.585Z PASS [ 0.035s] (2249/2942) omicron-test-utils dev::maghemite::tests::test_mgd_in_path
92652026-05-23T04:45:11.603Z PASS [ 0.051s] (2250/2942) omicron-test-utils dev::test_cmds::tests::test_redact_extra
92662026-05-23T04:45:11.614Z PASS [ 0.052s] (2251/2942) omicron-test-utils dev::test_cmds::tests::test_redact_section
92672026-05-23T04:45:11.653Z PASS [ 0.049s] (2252/2942) omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
92682026-05-23T04:45:11.816Z PASS [ 0.202s] (2253/2942) oximeter test::timeseries_schema_consistency
92692026-05-23T04:45:11.827Z PASS [ 0.243s] (2254/2942) omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
92702026-05-23T04:45:11.859Z PASS [ 0.490s] (2255/2942) omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
92712026-05-23T04:45:11.882Z PASS [ 0.229s] (2256/2942) oximeter-collector agent::tests::test_self_stat_collection_count
92722026-05-23T04:45:11.940Z PASS [ 0.113s] (2257/2942) oximeter-collector agent::tests::test_self_stat_unreachable_counter
92732026-05-23T04:45:11.949Z PASS [ 0.746s] (2258/2942) omicron-test-utils dev::db::test::test_http_addr_integration
92742026-05-23T04:45:11.958Z PASS [ 0.141s] (2259/2942) oximeter-collector agent::tests::test_self_stat_error_counter
92752026-05-23T04:45:11.976Z PASS [ 0.117s] (2260/2942) oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
92762026-05-23T04:45:11.988Z PASS [ 0.048s] (2261/2942) oximeter-collector results_sink::tests::batch_handoff_notifies_receiver_when_forced
92772026-05-23T04:45:12.001Z PASS [ 0.119s] (2262/2942) oximeter-collector agent::tests::verify_producer_details
92782026-05-23T04:45:12.005Z PASS [ 0.048s] (2263/2942) oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
92792026-05-23T04:45:12.028Z PASS [ 0.080s] (2264/2942) oximeter-collector results_sink::tests::test_batch_handoff_overflow
92802026-05-23T04:45:12.036Z PASS [ 0.060s] (2265/2942) oximeter-collector self_stats::tests::test_failure_reason_serialization
92812026-05-23T04:45:12.043Z PASS [ 0.042s] (2266/2942) oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
92822026-05-23T04:45:12.052Z PASS [ 0.047s] (2267/2942) oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
92832026-05-23T04:45:12.066Z PASS [ 0.037s] (2268/2942) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
92842026-05-23T04:45:12.075Z PASS [ 0.035s] (2269/2942) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
92852026-05-23T04:45:12.081Z PASS [ 0.035s] (2270/2942) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
92862026-05-23T04:45:12.227Z PASS [ 3.804s] (2271/2942) omicron-sled-agent zone_bundle::illumos_tests::test_utilization
92872026-05-23T04:45:12.255Z PASS [ 0.266s] (2272/2942) oximeter-collector::test_commands test_oximeter_no_args
92882026-05-23T04:45:12.369Z PASS [ 1.359s] (2273/2942) omicron-test-utils dev::db::test::test_database_concurrent
92892026-05-23T04:45:12.402Z PASS [ 0.033s] (2274/2942) oximeter-db client::tests::can_extract_ttl_from_all_oximeter_tables
92902026-05-23T04:45:12.434Z PASS [ 4.094s] (2275/2942) omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
92912026-05-23T04:45:12.498Z PASS [ 1.104s] (2276/2942) omicron-test-utils dev::db::test::test_setup_database_overridden_dir
92922026-05-23T04:45:12.566Z PASS [ 0.070s] (2277/2942) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
92932026-05-23T04:45:12.820Z PASS [ 10.989s] (2278/2942) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
92942026-05-23T04:45:12.830Z PASS [ 10.350s] (2279/2942) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
92952026-05-23T04:45:12.830Z PASS [ 10.081s] (2280/2942) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
92962026-05-23T04:45:12.917Z PASS [ 0.838s] (2281/2942) oximeter-db client::oxql::tests::test_get_fields_query
92972026-05-23T04:45:12.942Z PASS [ 0.890s] (2282/2942) oximeter-db client::oxql::tests::test_get_entire_table
92982026-05-23T04:45:12.975Z PASS [ 0.904s] (2283/2942) oximeter-db client::oxql::tests::test_get_fields
92992026-05-23T04:45:12.996Z PASS [ 0.931s] (2284/2942) oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
93002026-05-23T04:45:13.032Z PASS [ 4.726s] (2285/2942) omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
93012026-05-23T04:45:13.032Z PASS [ 0.630s] (2286/2942) oximeter-db client::tests::can_ping_clickhouse
93022026-05-23T04:45:13.117Z PASS [ 0.889s] (2287/2942) oximeter-db client::oxql::tests::test_get_one_timeseries
93032026-05-23T04:45:13.132Z PASS [ 0.877s] (2288/2942) oximeter-db client::oxql::tests::test_limit_operations
93042026-05-23T04:45:13.568Z PASS [ 0.651s] (2289/2942) oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
93052026-05-23T04:45:13.578Z PASS [ 0.748s] (2290/2942) oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
93062026-05-23T04:45:13.582Z PASS [ 0.752s] (2291/2942) oximeter-db client::tests::read_latest_version_reports_max
93072026-05-23T04:45:13.649Z PASS [ 0.653s] (2292/2942) oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
93082026-05-23T04:45:13.682Z PASS [ 0.740s] (2293/2942) oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
93092026-05-23T04:45:13.827Z PASS [ 0.852s] (2294/2942) oximeter-db client::tests::select_timeseries_with_select_one
93102026-05-23T04:45:13.880Z PASS [ 0.848s] (2295/2942) oximeter-db client::tests::test_client_select_timeseries_one
93112026-05-23T04:45:13.884Z PASS [ 0.850s] (2296/2942) oximeter-db client::tests::test_database_version_update_is_idempotent
93122026-05-23T04:45:13.918Z PASS [ 0.038s] (2297/2942) oximeter-db client::tests::test_extract_ttl_in_days_from_create_table_query
93132026-05-23T04:45:13.943Z PASS [ 0.811s] (2298/2942) oximeter-db client::tests::test_database_version_will_not_upgrade
93142026-05-23T04:45:13.946Z PASS [ 0.826s] (2299/2942) oximeter-db client::tests::test_database_version_will_not_downgrade
93152026-05-23T04:45:13.975Z PASS [ 35.648s] (2300/2942) omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
93162026-05-23T04:45:14.020Z PASS [ 0.046s] (2301/2942) oximeter-db client::tests::test_read_schema_upgrade_sql_files
93172026-05-23T04:45:14.068Z PASS [ 0.048s] (2302/2942) oximeter-db client::tests::test_read_timeseries_to_delete
93182026-05-23T04:45:14.108Z PASS [ 0.039s] (2303/2942) oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
93192026-05-23T04:45:14.146Z PASS [ 0.039s] (2304/2942) oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
93202026-05-23T04:45:14.295Z PASS [ 1.729s] (2305/2942) oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
93212026-05-23T04:45:14.325Z PASS [ 0.757s] (2306/2942) oximeter-db client::tests::test_differentiate_by_timeseries_name
93222026-05-23T04:45:14.362Z PASS [ 0.783s] (2307/2942) oximeter-db client::tests::test_do_not_duplicate_schema_on_new_samples
93232026-05-23T04:45:14.369Z PASS [ 0.786s] (2308/2942) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
93242026-05-23T04:45:14.381Z PASS [ 0.731s] (2309/2942) oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
93252026-05-23T04:45:14.420Z PASS [ 0.738s] (2310/2942) oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
93262026-05-23T04:45:14.633Z PASS [ 0.751s] (2311/2942) oximeter-db client::tests::test_field_record_count
93272026-05-23T04:45:14.680Z PASS [ 0.761s] (2312/2942) oximeter-db client::tests::test_insert_samples
93282026-05-23T04:45:14.683Z PASS [ 0.740s] (2313/2942) oximeter-db client::tests::test_is_oximeter_cluster
93292026-05-23T04:45:14.737Z PASS [ 0.794s] (2314/2942) oximeter-db client::tests::test_list_timeseries
93302026-05-23T04:45:14.785Z PASS [ 3.965s] (2315/2942) omicron-test-utils dev::db::test::test_data_survives_drop_without_cleanup
93312026-05-23T04:45:14.799Z PASS [ 1.979s] (2316/2942) oximeter-db client::tests::insert_samples_fails_fast
93322026-05-23T04:45:14.981Z PASS [ 1.154s] (2317/2942) oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
93332026-05-23T04:45:15.079Z PASS [ 0.783s] (2318/2942) oximeter-db client::tests::test_schema_mismatch
93342026-05-23T04:45:15.112Z PASS [ 0.033s] (2319/2942) oximeter-db client::tests::test_unravel_index
93352026-05-23T04:45:15.134Z PASS [ 0.772s] (2320/2942) oximeter-db client::tests::test_schema_update
93362026-05-23T04:45:15.153Z PASS [ 0.041s] (2321/2942) oximeter-db client::tests::test_verify_schema_upgrades
93372026-05-23T04:45:15.181Z PASS [ 0.048s] (2322/2942) oximeter-db model::fields::tests::test_extract_fields_as_block
93382026-05-23T04:45:15.190Z PASS [ 0.037s] (2323/2942) oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
93392026-05-23T04:45:15.195Z PASS [ 0.816s] (2324/2942) oximeter-db client::tests::test_select_all_field_types
93402026-05-23T04:45:15.203Z PASS [ 0.834s] (2325/2942) oximeter-db client::tests::test_select_all_datum_types
93412026-05-23T04:45:15.213Z PASS [ 0.888s] (2326/2942) oximeter-db client::tests::test_schema_reinserted_after_redeployment
93422026-05-23T04:45:15.222Z PASS [ 0.802s] (2327/2942) oximeter-db client::tests::test_select_timeseries_with_all
93432026-05-23T04:45:15.228Z PASS [ 0.047s] (2328/2942) oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
93442026-05-23T04:45:15.228Z PASS [ 0.038s] (2329/2942) oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
93452026-05-23T04:45:15.236Z PASS [ 0.040s] (2330/2942) oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
93462026-05-23T04:45:15.236Z PASS [ 0.033s] (2331/2942) oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
93472026-05-23T04:45:15.251Z PASS [ 0.038s] (2332/2942) oximeter-db native::block::tests::concat_blocks
93482026-05-23T04:45:15.254Z PASS [ 0.032s] (2333/2942) oximeter-db native::block::tests::datetime64_scale_checks_range
93492026-05-23T04:45:15.261Z PASS [ 0.033s] (2334/2942) oximeter-db native::block::tests::parse_date_time64
93502026-05-23T04:45:15.264Z PASS [ 0.034s] (2335/2942) oximeter-db native::block::tests::parse_date_time
93512026-05-23T04:45:15.275Z PASS [ 0.038s] (2336/2942) oximeter-db native::block::tests::parse_escaped_date_time64
93522026-05-23T04:45:15.279Z PASS [ 0.043s] (2337/2942) oximeter-db native::block::tests::test_data_type_to_string
93532026-05-23T04:45:15.283Z PASS [ 0.032s] (2338/2942) oximeter-db native::block::tests::test_datetime64_conversions
93542026-05-23T04:45:15.287Z PASS [ 0.033s] (2339/2942) oximeter-db native::block::tests::test_parse_all_known_timezones
93552026-05-23T04:45:15.299Z PASS [ 0.038s] (2340/2942) oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
93562026-05-23T04:45:15.302Z PASS [ 0.040s] (2341/2942) oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
93572026-05-23T04:45:15.308Z PASS [ 0.033s] (2342/2942) oximeter-db native::block::tests::test_parse_enum8
93582026-05-23T04:45:15.313Z PASS [ 0.034s] (2343/2942) oximeter-db native::block::tests::test_parse_enum_variant
93592026-05-23T04:45:15.317Z PASS [ 0.034s] (2344/2942) oximeter-db native::block::tests::test_parse_invalid_data_type
93602026-05-23T04:45:15.347Z PASS [ 1.201s] (2345/2942) oximeter-db client::tests::test_recall_of_all_fields
93612026-05-23T04:45:15.482Z PASS [ 0.799s] (2346/2942) oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
93622026-05-23T04:45:15.540Z PASS [ 0.803s] (2347/2942) oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
93632026-05-23T04:45:15.559Z PASS [ 0.926s] (2348/2942) oximeter-db client::tests::test_select_timeseries_with_limit
93642026-05-23T04:45:15.574Z PASS [ 0.786s] (2349/2942) oximeter-db client::tests::test_select_timeseries_with_start_time
93652026-05-23T04:45:15.589Z PASS [ 0.908s] (2350/2942) oximeter-db client::tests::test_select_timeseries_with_order
93662026-05-23T04:45:15.597Z PASS [ 0.037s] (2351/2942) oximeter-db native::io::block::tests::test_decode_block_with_nulls
93672026-05-23T04:45:15.609Z PASS [ 0.036s] (2352/2942) oximeter-db native::io::block::tests::test_decode_full_block
93682026-05-23T04:45:15.623Z PASS [ 0.035s] (2353/2942) oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
93692026-05-23T04:45:15.630Z PASS [ 0.034s] (2354/2942) oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
93702026-05-23T04:45:15.641Z PASS [ 0.033s] (2355/2942) oximeter-db native::io::column::tests::test_decode_ipv4addr_column
93712026-05-23T04:45:15.659Z PASS [ 0.036s] (2356/2942) oximeter-db native::io::column::tests::test_decode_ipv6addr_column
93722026-05-23T04:45:15.667Z PASS [ 0.037s] (2357/2942) oximeter-db native::io::column::tests::test_decode_string_column
93732026-05-23T04:45:15.676Z PASS [ 0.036s] (2358/2942) oximeter-db native::io::column::tests::test_decode_uint64_column
93742026-05-23T04:45:15.694Z PASS [ 0.035s] (2359/2942) oximeter-db native::io::column::tests::test_decode_uint8_column
93752026-05-23T04:45:15.703Z PASS [ 0.035s] (2360/2942) oximeter-db native::io::column::tests::test_decode_uuid_column
93762026-05-23T04:45:15.718Z PASS [ 0.042s] (2361/2942) oximeter-db native::io::column::tests::test_encode_decode_column
93772026-05-23T04:45:15.725Z PASS [ 12.084s] (2362/2942) omicron-omdb::test_multicast test_omdb_multicast_pools
93782026-05-23T04:45:15.731Z PASS [ 0.037s] (2363/2942) oximeter-db native::io::packet::server::tests::test_decode_full_hello
93792026-05-23T04:45:15.742Z PASS [ 0.039s] (2364/2942) oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
93802026-05-23T04:45:15.751Z PASS [ 0.033s] (2365/2942) oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
93812026-05-23T04:45:15.758Z PASS [ 0.033s] (2366/2942) oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
93822026-05-23T04:45:15.762Z PASS [ 0.031s] (2367/2942) oximeter-db native::io::packet::server::tests::test_decode_partial_hello
93832026-05-23T04:45:15.773Z PASS [ 0.032s] (2368/2942) oximeter-db native::io::packet::server::tests::test_decode_pong
93842026-05-23T04:45:15.777Z PASS [ 0.794s] (2369/2942) oximeter-db client::tests::test_timeseries_schema_list
93852026-05-23T04:45:15.786Z PASS [ 0.035s] (2370/2942) oximeter-db native::io::packet::server::tests::test_decode_progress_packet
93862026-05-23T04:45:15.794Z PASS [ 0.035s] (2371/2942) oximeter-db native::io::packet::server::tests::test_decode_single_exception
93872026-05-23T04:45:15.797Z PASS [ 0.033s] (2372/2942) oximeter-db native::io::string::test::test_encode_decode
93882026-05-23T04:45:15.809Z PASS [ 0.034s] (2373/2942) oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
93892026-05-23T04:45:15.813Z PASS [ 0.035s] (2374/2942) oximeter-db native::io::string::test::test_encode_hello_world
93902026-05-23T04:45:15.830Z PASS [ 0.032s] (2375/2942) oximeter-db native::io::table_columns::tests::test_column_count
93912026-05-23T04:45:15.833Z PASS [ 0.035s] (2376/2942) oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
93922026-05-23T04:45:15.833Z PASS [ 0.034s] (2377/2942) oximeter-db native::io::table_columns::tests::test_column_description_with_default
93932026-05-23T04:45:15.844Z PASS [ 0.036s] (2378/2942) oximeter-db native::io::varuint::test_encode_decode_varuint
93942026-05-23T04:45:15.848Z PASS [ 0.038s] (2379/2942) oximeter-db native::io::table_columns::tests::test_column_descriptions
93952026-05-23T04:45:15.856Z PASS [ 0.037s] (2380/2942) oximeter-db oxql::ast::grammar::tests::test_align_table_op
93962026-05-23T04:45:15.863Z PASS [ 0.034s] (2381/2942) oximeter-db oxql::ast::grammar::tests::test_boolean_literal
93972026-05-23T04:45:15.866Z PASS [ 0.035s] (2382/2942) oximeter-db oxql::ast::grammar::tests::test_comparison
93982026-05-23T04:45:15.875Z PASS [ 1.076s] (2383/2942) oximeter-db client::tests::test_sql_query_output
93992026-05-23T04:45:15.878Z PASS [ 0.033s] (2384/2942) oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
94002026-05-23T04:45:15.881Z PASS [ 0.032s] (2385/2942) oximeter-db oxql::ast::grammar::tests::test_double_literal
94012026-05-23T04:45:15.890Z PASS [ 0.034s] (2386/2942) oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
94022026-05-23T04:45:15.899Z PASS [ 0.034s] (2387/2942) oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
94032026-05-23T04:45:15.902Z PASS [ 0.038s] (2388/2942) oximeter-db oxql::ast::grammar::tests::test_duration_literal
94042026-05-23T04:45:15.908Z PASS [ 0.034s] (2389/2942) oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
94052026-05-23T04:45:15.912Z PASS [ 0.034s] (2390/2942) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
94062026-05-23T04:45:15.915Z PASS [ 0.034s] (2391/2942) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
94072026-05-23T04:45:15.915Z PASS [ 0.626s] (2392/2942) oximeter-db native::connection::tests::test_basic_select_query
94082026-05-23T04:45:15.929Z PASS [ 0.038s] (2393/2942) oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
94092026-05-23T04:45:15.935Z PASS [ 0.633s] (2394/2942) oximeter-db native::connection::tests::test_exchange_hello
94102026-05-23T04:45:15.938Z PASS [ 0.037s] (2395/2942) oximeter-db oxql::ast::grammar::tests::test_filter_table_op
94112026-05-23T04:45:15.941Z PASS [ 0.038s] (2396/2942) oximeter-db oxql::ast::grammar::tests::test_get_table_op
94122026-05-23T04:45:15.971Z PASS [ 0.034s] (2397/2942) oximeter-db oxql::ast::grammar::tests::test_group_by
94132026-05-23T04:45:15.971Z PASS [ 0.031s] (2398/2942) oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
94142026-05-23T04:45:15.971Z PASS [ 0.032s] (2399/2942) oximeter-db oxql::ast::grammar::tests::test_ident
94152026-05-23T04:45:15.971Z PASS [ 0.035s] (2400/2942) oximeter-db oxql::ast::grammar::tests::test_integer_literal
94162026-05-23T04:45:15.971Z PASS [ 0.646s] (2401/2942) oximeter-db native::connection::tests::test_select_array_column
94172026-05-23T04:45:15.971Z PASS [ 0.655s] (2402/2942) oximeter-db native::connection::tests::test_insert_and_select_data
94182026-05-23T04:45:15.971Z PASS [ 0.035s] (2403/2942) oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
94192026-05-23T04:45:15.971Z PASS [ 0.652s] (2404/2942) oximeter-db native::connection::tests::test_insert_and_select_uuid
94202026-05-23T04:45:15.971Z PASS [ 0.035s] (2405/2942) oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
94212026-05-23T04:45:15.975Z PASS [ 0.036s] (2406/2942) oximeter-db oxql::ast::grammar::tests::test_multiple_negation
94222026-05-23T04:45:15.975Z PASS [ 0.033s] (2407/2942) oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
94232026-05-23T04:45:15.975Z PASS [ 0.031s] (2408/2942) oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
94242026-05-23T04:45:15.978Z PASS [ 0.033s] (2409/2942) oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
94252026-05-23T04:45:15.981Z PASS [ 0.036s] (2410/2942) oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
94262026-05-23T04:45:15.984Z PASS [ 0.637s] (2411/2942) oximeter-db native::connection::tests::test_select_array_of_nullable_column
94272026-05-23T04:45:15.993Z PASS [ 0.043s] (2412/2942) oximeter-db oxql::ast::grammar::tests::test_query
94282026-05-23T04:45:16.008Z PASS [ 0.044s] (2413/2942) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
94292026-05-23T04:45:16.014Z PASS [ 0.049s] (2414/2942) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
94302026-05-23T04:45:16.017Z PASS [ 0.053s] (2415/2942) oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
94312026-05-23T04:45:16.022Z PASS [ 0.051s] (2416/2942) oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
94322026-05-23T04:45:16.022Z PASS [ 0.053s] (2417/2942) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
94332026-05-23T04:45:16.025Z PASS [ 0.053s] (2418/2942) oximeter-db oxql::ast::grammar::tests::test_reducer
94342026-05-23T04:45:16.025Z PASS [ 0.051s] (2419/2942) oximeter-db oxql::ast::grammar::tests::test_uuid_literal
94352026-05-23T04:45:16.028Z PASS [ 0.051s] (2420/2942) oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
94362026-05-23T04:45:16.028Z PASS [ 0.043s] (2421/2942) oximeter-db oxql::ast::literal::tests::test_literal_compare_field
94372026-05-23T04:45:16.028Z PASS [ 0.048s] (2422/2942) oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
94382026-05-23T04:45:16.028Z PASS [ 0.036s] (2423/2942) oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
94392026-05-23T04:45:16.041Z PASS [ 0.034s] (2424/2942) oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
94402026-05-23T04:45:16.048Z PASS [ 0.033s] (2425/2942) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
94412026-05-23T04:45:16.051Z PASS [ 0.750s] (2426/2942) oximeter-db native::connection::tests::test_can_cancel_query
94422026-05-23T04:45:16.051Z PASS [ 0.034s] (2427/2942) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
94432026-05-23T04:45:16.063Z PASS [ 0.041s] (2428/2942) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
94442026-05-23T04:45:16.080Z PASS [ 0.057s] (2429/2942) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
94452026-05-23T04:45:16.083Z PASS [ 0.056s] (2430/2942) oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
94462026-05-23T04:45:16.083Z PASS [ 0.056s] (2431/2942) oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
94472026-05-23T04:45:16.083Z PASS [ 0.055s] (2432/2942) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
94482026-05-23T04:45:16.086Z PASS [ 0.058s] (2433/2942) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
94492026-05-23T04:45:16.089Z PASS [ 0.060s] (2434/2942) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
94502026-05-23T04:45:16.095Z PASS [ 0.066s] (2435/2942) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
94512026-05-23T04:45:16.098Z PASS [ 0.056s] (2436/2942) oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
94522026-05-23T04:45:16.098Z PASS [ 0.047s] (2437/2942) oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
94532026-05-23T04:45:16.101Z PASS [ 0.036s] (2438/2942) oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
94542026-05-23T04:45:16.101Z PASS [ 0.051s] (2439/2942) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
94552026-05-23T04:45:16.101Z PASS [ 0.052s] (2440/2942) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
94562026-05-23T04:45:16.117Z PASS [ 0.037s] (2441/2942) oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
94572026-05-23T04:45:16.119Z PASS [ 0.035s] (2442/2942) oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
94582026-05-23T04:45:16.120Z PASS [ 0.638s] (2443/2942) oximeter-db native::connection::tests::test_select_nullable_column
94592026-05-23T04:45:16.122Z PASS [ 0.042s] (2444/2942) oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
94602026-05-23T04:45:16.125Z PASS [ 0.042s] (2445/2942) oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
94612026-05-23T04:45:16.128Z PASS [ 0.042s] (2446/2942) oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
94622026-05-23T04:45:16.131Z PASS [ 0.042s] (2447/2942) oximeter-db oxql::plan::align::test::test_align_input_schema
94632026-05-23T04:45:16.170Z PASS [ 0.631s] (2448/2942) oximeter-db native::connection::tests::test_send_cancel_with_no_query
94642026-05-23T04:45:16.205Z PASS [ 0.110s] (2449/2942) oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
94652026-05-23T04:45:16.208Z PASS [ 0.089s] (2450/2942) oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
94662026-05-23T04:45:16.224Z PASS [ 0.107s] (2451/2942) oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
94672026-05-23T04:45:16.224Z PASS [ 0.126s] (2452/2942) oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
94682026-05-23T04:45:16.229Z PASS [ 0.098s] (2453/2942) oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
94692026-05-23T04:45:16.229Z PASS [ 0.106s] (2454/2942) oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
94702026-05-23T04:45:16.233Z PASS [ 0.114s] (2455/2942) oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
94712026-05-23T04:45:16.245Z PASS [ 0.147s] (2456/2942) oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
94722026-05-23T04:45:16.248Z PASS [ 0.078s] (2457/2942) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
94732026-05-23T04:45:16.251Z PASS [ 0.127s] (2458/2942) oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
94742026-05-23T04:45:16.254Z PASS [ 0.153s] (2459/2942) oximeter-db oxql::plan::plan::tests::cannot_join_one_table
94752026-05-23T04:45:16.256Z PASS [ 0.128s] (2460/2942) oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
94762026-05-23T04:45:16.260Z PASS [ 0.159s] (2461/2942) oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
94772026-05-23T04:45:16.275Z PASS [ 0.174s] (2462/2942) oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
94782026-05-23T04:45:16.279Z PASS [ 0.075s] (2463/2942) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
94792026-05-23T04:45:16.286Z PASS [ 0.080s] (2464/2942) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
94802026-05-23T04:45:16.289Z PASS [ 0.036s] (2465/2942) oximeter-db oxql::query::tests::test_coalesce_limits
94812026-05-23T04:45:16.292Z PASS [ 0.037s] (2466/2942) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
94822026-05-23T04:45:16.295Z PASS [ 0.036s] (2467/2942) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
94832026-05-23T04:45:16.298Z PASS [ 0.038s] (2468/2942) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
94842026-05-23T04:45:16.303Z PASS [ 0.080s] (2469/2942) oximeter-db oxql::plan::plan::tests::requires_full_table_scan
94852026-05-23T04:45:16.306Z PASS [ 0.081s] (2470/2942) oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
94862026-05-23T04:45:16.309Z PASS [ 0.079s] (2471/2942) oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
94872026-05-23T04:45:16.312Z PASS [ 0.083s] (2472/2942) oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
94882026-05-23T04:45:16.313Z PASS [ 0.037s] (2473/2942) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
94892026-05-23T04:45:16.316Z PASS [ 0.080s] (2474/2942) oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
94902026-05-23T04:45:16.319Z PASS [ 0.038s] (2475/2942) oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
94912026-05-23T04:45:16.326Z PASS [ 0.039s] (2476/2942) oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
94922026-05-23T04:45:16.326Z PASS [ 0.040s] (2477/2942) oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
94932026-05-23T04:45:16.330Z PASS [ 0.037s] (2478/2942) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
94942026-05-23T04:45:16.330Z PASS [ 0.082s] (2479/2942) oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
94952026-05-23T04:45:16.330Z PASS [ 0.085s] (2480/2942) oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
94962026-05-23T04:45:16.333Z PASS [ 0.040s] (2481/2942) oximeter-db oxql::query::tests::test_coalesce_predicates
94972026-05-23T04:45:16.336Z PASS [ 0.038s] (2482/2942) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
94982026-05-23T04:45:16.346Z PASS [ 0.043s] (2483/2942) oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
94992026-05-23T04:45:16.349Z PASS [ 0.040s] (2484/2942) oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
95002026-05-23T04:45:16.352Z PASS [ 0.045s] (2485/2942) oximeter-db oxql::query::tests::test_insert_filters
95012026-05-23T04:45:16.357Z PASS [ 0.040s] (2486/2942) oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
95022026-05-23T04:45:16.362Z PASS [ 0.049s] (2487/2942) oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
95032026-05-23T04:45:16.362Z PASS [ 0.050s] (2488/2942) oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
95042026-05-23T04:45:16.365Z PASS [ 0.052s] (2489/2942) oximeter-db oxql::query::tests::test_query_end_time
95052026-05-23T04:45:16.370Z PASS [ 0.044s] (2490/2942) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
95062026-05-23T04:45:16.373Z PASS [ 30.899s] (2491/2942) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
95072026-05-23T04:45:16.380Z PASS [ 0.050s] (2492/2942) oximeter-db query::tests::test_field_cmp
95082026-05-23T04:45:16.383Z PASS [ 0.055s] (2493/2942) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
95092026-05-23T04:45:16.383Z PASS [ 0.052s] (2494/2942) oximeter-db query::tests::test_field_value_as_db_str
95102026-05-23T04:45:16.383Z PASS [ 0.052s] (2495/2942) oximeter-db query::tests::test_field_selector_as_query
95112026-05-23T04:45:16.387Z PASS [ 0.057s] (2496/2942) oximeter-db oxql::query::tests::test_split_query
95122026-05-23T04:45:16.394Z PASS [ 0.059s] (2497/2942) oximeter-db query::tests::test_select_query_builder_field_selectors
95132026-05-23T04:45:16.399Z PASS [ 0.042s] (2498/2942) oximeter-db query::tests::test_select_query_builder_limit_offset
95142026-05-23T04:45:16.402Z PASS [ 0.052s] (2499/2942) oximeter-db query::tests::test_select_query_builder_full
95152026-05-23T04:45:16.402Z PASS [ 0.054s] (2500/2942) oximeter-db query::tests::test_select_query_builder_from_parts
95162026-05-23T04:45:16.405Z PASS [ 0.057s] (2501/2942) oximeter-db query::tests::test_select_query_builder_filter_raw
95172026-05-23T04:45:16.411Z PASS [ 0.049s] (2502/2942) oximeter-db query::tests::test_select_query_builder_no_fields
95182026-05-23T04:45:16.415Z PASS [ 0.045s] (2503/2942) oximeter-db query::tests::test_time_range
95192026-05-23T04:45:16.418Z PASS [ 0.054s] (2504/2942) oximeter-db query::tests::test_select_query_builder_no_selectors
95202026-05-23T04:45:16.418Z PASS [ 0.053s] (2505/2942) oximeter-db query::tests::test_string_field_selector
95212026-05-23T04:45:16.423Z PASS [ 0.050s] (2506/2942) oximeter-db sql::tests::test_allow_limit_offset
95222026-05-23T04:45:16.435Z PASS [ 0.054s] (2507/2942) oximeter-db sql::tests::test_allow_subqueries
95232026-05-23T04:45:16.441Z PASS [ 0.060s] (2508/2942) oximeter-db sql::tests::test_cannot_name_database
95242026-05-23T04:45:16.444Z PASS [ 0.059s] (2509/2942) oximeter-db sql::tests::test_function_allow_list
95252026-05-23T04:45:16.444Z PASS [ 0.049s] (2510/2942) oximeter-db sql::tests::test_multiple_statements_are_not_supported
95262026-05-23T04:45:16.444Z PASS [ 0.060s] (2511/2942) oximeter-db sql::tests::test_ctes_are_not_supported
95272026-05-23T04:45:16.448Z PASS [ 0.061s] (2512/2942) oximeter-db sql::tests::test_join_must_be_inner
95282026-05-23T04:45:16.456Z PASS [ 0.056s] (2513/2942) oximeter-db sql::tests::test_query_must_be_select_statement
95292026-05-23T04:45:16.459Z PASS [ 0.055s] (2514/2942) oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
95302026-05-23T04:45:16.462Z PASS [ 0.058s] (2515/2942) oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
95312026-05-23T04:45:16.465Z PASS [ 0.064s] (2516/2942) oximeter-db sql::tests::test_require_table_is_timeseries_name
95322026-05-23T04:45:16.470Z PASS [ 0.055s] (2517/2942) oximeter-db tests::test_timeseries_key_field_stability
95332026-05-23T04:45:16.473Z PASS [ 0.054s] (2518/2942) oximeter-db tests::test_timeseries_key_sample_stability
95342026-05-23T04:45:16.473Z PASS [ 0.028s] (2519/2942) oximeter-instruments kstat::cpu::tests::test_kstat_interested
95352026-05-23T04:45:16.473Z PASS [ 0.047s] (2520/2942) oximeter-db::integration_test test_schemas_are_not_modified
95362026-05-23T04:45:16.473Z PASS [ 0.032s] (2521/2942) oximeter-instruments http::tests::test_latency_tracker
95372026-05-23T04:45:16.476Z PASS [ 0.064s] (2522/2942) oximeter-db sql::tests::test_with_comma_join_fails
95382026-05-23T04:45:16.485Z PASS [ 0.043s] (2523/2942) oximeter-instruments kstat::cpu::tests::test_sled_cpu_samples
95392026-05-23T04:45:16.508Z PASS [ 0.049s] (2524/2942) oximeter-instruments kstat::link::tests::test_kstat_interested
95402026-05-23T04:45:16.512Z PASS [ 0.027s] (2525/2942) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_invalid_uuid
95412026-05-23T04:45:16.512Z PASS [ 0.064s] (2526/2942) oximeter-instruments kstat::link::tests::no_futures_to_await_after_removing_target
95422026-05-23T04:45:16.528Z PASS [ 0.055s] (2527/2942) oximeter-instruments kstat::link::tests::test_sled_datalink
95432026-05-23T04:45:16.536Z PASS [ 0.028s] (2528/2942) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_prefix
95442026-05-23T04:45:16.536Z PASS [ 0.024s] (2529/2942) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_uuid
95452026-05-23T04:45:16.539Z PASS [ 0.067s] (2530/2942) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
95462026-05-23T04:45:16.539Z PASS [ 0.025s] (2531/2942) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_omicron_zone
95472026-05-23T04:45:16.543Z PASS [ 0.064s] (2532/2942) oximeter-instruments kstat::link::tests::updating_target_changes_existing_sampling_interval
95482026-05-23T04:45:16.543Z PASS [ 0.081s] (2533/2942) oximeter-instruments kstat::link::tests::test_kstat_sampler
95492026-05-23T04:45:16.546Z PASS [ 0.078s] (2534/2942) oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
95502026-05-23T04:45:16.549Z PASS [ 0.106s] (2535/2942) oximeter-instruments kstat::cpu::tests::test_kstat_sampler
95512026-05-23T04:45:16.552Z PASS [ 0.080s] (2536/2942) oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
95522026-05-23T04:45:16.552Z PASS [ 0.081s] (2537/2942) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
95532026-05-23T04:45:16.555Z PASS [ 0.083s] (2538/2942) oximeter-instruments kstat::link::tests::test_kstat_with_expiration
95542026-05-23T04:45:16.558Z PASS [ 0.028s] (2539/2942) oximeter-instruments kstat::zone::tests::test_kstat_interested
95552026-05-23T04:45:16.566Z PASS [ 0.025s] (2540/2942) oximeter-macro-impl tests::test_extract_datum_type_by_field_name
95562026-05-23T04:45:16.572Z PASS [ 0.608s] (2541/2942) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
95572026-05-23T04:45:16.572Z PASS [ 0.028s] (2542/2942) oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
95582026-05-23T04:45:16.572Z PASS [ 0.034s] (2543/2942) oximeter-instruments zfs::usage::tests::test_dataset_samples
95592026-05-23T04:45:16.572Z PASS [ 0.036s] (2544/2942) oximeter-instruments kstat::zone::tests::test_zone_samples
95602026-05-23T04:45:16.572Z PASS [ 0.032s] (2545/2942) oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
95612026-05-23T04:45:16.578Z PASS [ 0.028s] (2546/2942) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
95622026-05-23T04:45:16.578Z PASS [ 0.027s] (2547/2942) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
95632026-05-23T04:45:16.581Z PASS [ 0.027s] (2548/2942) oximeter-macro-impl tests::test_metric_annotated_field
95642026-05-23T04:45:16.581Z PASS [ 0.024s] (2549/2942) oximeter-macro-impl tests::test_metric_enum
95652026-05-23T04:45:16.581Z PASS [ 0.027s] (2550/2942) oximeter-macro-impl tests::test_metric_datum_field
95662026-05-23T04:45:16.584Z PASS [ 0.046s] (2551/2942) oximeter-instruments zfs::usage::tests::test_collect_zpools
95672026-05-23T04:45:16.594Z PASS [ 0.027s] (2552/2942) oximeter-macro-impl tests::test_metric_without_datum_field
95682026-05-23T04:45:16.597Z PASS [ 0.024s] (2553/2942) oximeter-macro-impl tests::test_target_empty_struct
95692026-05-23T04:45:16.600Z PASS [ 0.025s] (2554/2942) oximeter-macro-impl tests::test_target_unit_struct
95702026-05-23T04:45:16.600Z PASS [ 0.026s] (2555/2942) oximeter-macro-impl tests::test_target_with_datum_field
95712026-05-23T04:45:16.600Z PASS [ 0.063s] (2556/2942) oximeter-instruments zfs::usage::tests::test_collect_datasets
95722026-05-23T04:45:16.603Z PASS [ 0.028s] (2557/2942) oximeter-macro-impl tests::test_target_enum
95732026-05-23T04:45:16.606Z PASS [ 0.033s] (2558/2942) oximeter-macro-impl tests::test_target
95742026-05-23T04:45:16.614Z PASS [ 0.036s] (2559/2942) oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
95752026-05-23T04:45:16.617Z PASS [ 0.035s] (2560/2942) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
95762026-05-23T04:45:16.617Z PASS [ 0.036s] (2561/2942) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
95772026-05-23T04:45:16.617Z PASS [ 0.031s] (2562/2942) oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
95782026-05-23T04:45:16.617Z PASS [ 0.036s] (2563/2942) oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
95792026-05-23T04:45:16.620Z PASS [ 0.026s] (2564/2942) oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
95802026-05-23T04:45:16.623Z PASS [ 0.024s] (2565/2942) oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
95812026-05-23T04:45:16.624Z PASS [ 0.025s] (2566/2942) oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
95822026-05-23T04:45:16.627Z PASS [ 0.027s] (2567/2942) oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
95832026-05-23T04:45:16.627Z PASS [ 0.027s] (2568/2942) oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
95842026-05-23T04:45:16.630Z PASS [ 0.024s] (2569/2942) oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
95852026-05-23T04:45:16.633Z PASS [ 0.033s] (2570/2942) oximeter-schema ir::tests::ensures_target_has_at_least_one_field
95862026-05-23T04:45:16.637Z PASS [ 0.023s] (2571/2942) oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
95872026-05-23T04:45:16.640Z PASS [ 0.023s] (2572/2942) oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
95882026-05-23T04:45:16.640Z PASS [ 0.023s] (2573/2942) oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
95892026-05-23T04:45:16.643Z PASS [ 0.023s] (2574/2942) oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
95902026-05-23T04:45:16.643Z PASS [ 0.025s] (2575/2942) oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
95912026-05-23T04:45:16.647Z PASS [ 0.027s] (2576/2942) oximeter-schema ir::tests::fail_on_empty_descriptions
95922026-05-23T04:45:16.650Z PASS [ 0.029s] (2577/2942) oximeter-schema ir::tests::fail_on_empty_metric_name
95932026-05-23T04:45:16.653Z PASS [ 0.027s] (2578/2942) oximeter-schema ir::tests::fail_on_very_long_field_names
95942026-05-23T04:45:16.656Z PASS [ 0.032s] (2579/2942) oximeter-schema ir::tests::fail_on_empty_target_name
95952026-05-23T04:45:16.656Z PASS [ 0.026s] (2580/2942) oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
95962026-05-23T04:45:16.656Z PASS [ 0.029s] (2581/2942) oximeter-schema ir::tests::fail_on_very_long_timeseries_name
95972026-05-23T04:45:16.660Z PASS [ 0.026s] (2582/2942) oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
95982026-05-23T04:45:16.666Z PASS [ 0.029s] (2583/2942) oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
95992026-05-23T04:45:16.670Z PASS [ 0.031s] (2584/2942) oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
96002026-05-23T04:45:16.675Z PASS [ 0.032s] (2585/2942) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
96012026-05-23T04:45:16.679Z PASS [ 0.038s] (2586/2942) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
96022026-05-23T04:45:16.679Z PASS [ 0.037s] (2587/2942) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
96032026-05-23T04:45:16.684Z PASS [ 0.028s] (2588/2942) oximeter-schema ir::tests::only_support_format_version_1
96042026-05-23T04:45:16.684Z PASS [ 0.030s] (2589/2942) oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
96052026-05-23T04:45:16.684Z PASS [ 0.026s] (2590/2942) oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
96062026-05-23T04:45:16.692Z PASS [ 0.036s] (2591/2942) oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
96072026-05-23T04:45:16.693Z PASS [ 0.029s] (2592/2942) oximeter-schema ir::tests::validate_field_name_disallows_bad_names
96082026-05-23T04:45:16.696Z PASS [ 0.038s] (2593/2942) oximeter-test-utils tests::test_gen_test_samples
96092026-05-23T04:45:16.704Z PASS [ 0.027s] (2594/2942) oximeter-types queue::tests::test_bounded_queue
96102026-05-23T04:45:16.704Z PASS [ 0.026s] (2595/2942) oximeter-types queue::tests::test_bounded_queue_overflow
96112026-05-23T04:45:16.704Z PASS [ 0.043s] (2596/2942) oximeter-test-utils tests::test_sample_struct
96122026-05-23T04:45:16.707Z PASS [ 0.025s] (2597/2942) oximeter-types traits::tests::test_metric_trait
96132026-05-23T04:45:16.707Z PASS [ 0.026s] (2598/2942) oximeter-types queue::tests::test_bounded_queue_sample_overflow
96142026-05-23T04:45:16.710Z PASS [ 0.025s] (2599/2942) oximeter-types traits::tests::test_target_trait
96152026-05-23T04:45:16.713Z PASS [ 0.044s] (2600/2942) oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
96162026-05-23T04:45:16.713Z PASS [ 0.028s] (2601/2942) oximeter-types-versions impls::histogram::tests::test_bin_range
96172026-05-23T04:45:16.713Z PASS [ 0.042s] (2602/2942) oximeter-test-utils tests::test_timeseries_schema_from_parts
96182026-05-23T04:45:16.716Z PASS [ 0.043s] (2603/2942) oximeter-test-utils tests::test_timeseries_schema_from_sample
96192026-05-23T04:45:16.719Z PASS [ 0.034s] (2604/2942) oximeter-types traits::tests::test_producer_trait
96202026-05-23T04:45:16.722Z PASS [ 0.025s] (2605/2942) oximeter-types-versions impls::histogram::tests::test_bin_range_from
96212026-05-23T04:45:16.728Z PASS [ 0.024s] (2606/2942) oximeter-types-versions impls::histogram::tests::test_empty_bins_not_supported
96222026-05-23T04:45:16.731Z PASS [ 0.026s] (2607/2942) oximeter-types-versions impls::histogram::tests::test_ensure_finite
96232026-05-23T04:45:16.734Z PASS [ 0.029s] (2608/2942) oximeter-types-versions impls::histogram::tests::test_histogram_construct_with
96242026-05-23T04:45:16.734Z PASS [ 0.029s] (2609/2942) oximeter-types-versions impls::histogram::tests::test_histogram
96252026-05-23T04:45:16.734Z PASS [ 0.025s] (2610/2942) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_bins
96262026-05-23T04:45:16.734Z PASS [ 0.029s] (2611/2942) oximeter-types-versions impls::histogram::tests::test_bin_range_to
96272026-05-23T04:45:16.740Z PASS [ 0.028s] (2612/2942) oximeter-types-versions impls::histogram::tests::test_histogram_float_bins
96282026-05-23T04:45:16.740Z PASS [ 0.030s] (2613/2942) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_samples
96292026-05-23T04:45:16.740Z PASS [ 0.028s] (2614/2942) oximeter-types-versions impls::histogram::tests::test_histogram_unbounded_samples
96302026-05-23T04:45:16.743Z PASS [ 0.024s] (2615/2942) oximeter-types-versions impls::histogram::tests::test_histogram_with_bins
96312026-05-23T04:45:16.743Z PASS [ 0.026s] (2616/2942) oximeter-types-versions impls::histogram::tests::test_histogram_unsorted_bins
96322026-05-23T04:45:16.743Z PASS [ 0.024s] (2617/2942) oximeter-types-versions impls::histogram::tests::test_histogram_with_non_partitioned_bins
96332026-05-23T04:45:16.751Z PASS [ 0.023s] (2618/2942) oximeter-types-versions impls::histogram::tests::test_histogram_with_overlapping_bins
96342026-05-23T04:45:16.755Z PASS [ 0.026s] (2619/2942) oximeter-types-versions impls::histogram::tests::test_log_bins_u64
96352026-05-23T04:45:16.758Z PASS [ 0.024s] (2620/2942) oximeter-types-versions impls::histogram::tests::test_log_bins_u8
96362026-05-23T04:45:16.761Z PASS [ 0.025s] (2621/2942) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
96372026-05-23T04:45:16.762Z PASS [ 0.025s] (2622/2942) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
96382026-05-23T04:45:16.762Z PASS [ 0.021s] (2623/2942) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
96392026-05-23T04:45:16.762Z PASS [ 0.021s] (2624/2942) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
96402026-05-23T04:45:16.765Z PASS [ 0.024s] (2625/2942) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
96412026-05-23T04:45:16.765Z PASS [ 0.030s] (2626/2942) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_all_representable
96422026-05-23T04:45:16.765Z PASS [ 0.023s] (2627/2942) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
96432026-05-23T04:45:16.768Z PASS [ 0.024s] (2628/2942) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_integer_size_checks
96442026-05-23T04:45:16.771Z PASS [ 0.026s] (2629/2942) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_small_bin_count
96452026-05-23T04:45:16.774Z PASS [ 0.023s] (2630/2942) oximeter-types-versions impls::histogram::tests::test_span_decades
96462026-05-23T04:45:16.778Z PASS [ 0.023s] (2631/2942) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_f64
96472026-05-23T04:45:16.783Z PASS [ 0.022s] (2632/2942) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
96482026-05-23T04:45:16.786Z PASS [ 0.022s] (2633/2942) oximeter-types-versions impls::quantile::tests::test_empty_observations
96492026-05-23T04:45:16.786Z PASS [ 0.022s] (2634/2942) oximeter-types-versions impls::quantile::tests::test_find_cells
96502026-05-23T04:45:16.786Z PASS [ 0.020s] (2635/2942) oximeter-types-versions impls::quantile::tests::test_invalid_p_value
96512026-05-23T04:45:16.789Z PASS [ 0.023s] (2636/2942) oximeter-types-versions impls::quantile::tests::test_float_observations
96522026-05-23T04:45:16.789Z PASS [ 0.026s] (2637/2942) oximeter-types-versions impls::quantile::tests::test_default_percentiles
96532026-05-23T04:45:16.789Z PASS [ 0.029s] (2638/2942) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_ok
96542026-05-23T04:45:16.789Z PASS [ 0.021s] (2639/2942) oximeter-types-versions impls::quantile::tests::test_max_p
96552026-05-23T04:45:16.789Z PASS [ 0.024s] (2640/2942) oximeter-types-versions impls::quantile::tests::test_integer_observations
96562026-05-23T04:45:16.792Z PASS [ 0.022s] (2641/2942) oximeter-types-versions impls::quantile::tests::test_min_p
96572026-05-23T04:45:16.801Z PASS [ 0.026s] (2642/2942) oximeter-types-versions impls::quantile::tests::test_non_filled_observations
96582026-05-23T04:45:16.806Z PASS [ 0.023s] (2643/2942) oximeter-types-versions impls::quantile::tests::test_rounding
96592026-05-23T04:45:16.809Z PASS [ 0.025s] (2644/2942) oximeter-types-versions impls::schema::tests::test_field_schema_ordering
96602026-05-23T04:45:16.812Z PASS [ 0.025s] (2645/2942) oximeter-types-versions impls::types::tests::test_cumulative_f64
96612026-05-23T04:45:16.817Z PASS [ 0.030s] (2646/2942) oximeter-types-versions impls::types::tests::test_cumulative_i64
96622026-05-23T04:45:16.817Z PASS [ 0.030s] (2647/2942) oximeter-types-versions impls::types::tests::test_datum
96632026-05-23T04:45:16.817Z PASS [ 0.033s] (2648/2942) oximeter-types-versions impls::schema::tests::test_timeseries_name
96642026-05-23T04:45:16.817Z PASS [ 0.028s] (2649/2942) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_03_as_u8
96652026-05-23T04:45:16.817Z PASS [ 0.029s] (2650/2942) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_02_as_i8
96662026-05-23T04:45:16.818Z PASS [ 0.030s] (2651/2942) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_01_as_string
96672026-05-23T04:45:16.818Z PASS [ 0.033s] (2652/2942) oximeter-types-versions impls::schema::tests::test_timeseries_name_from_str
96682026-05-23T04:45:16.827Z PASS [ 0.024s] (2653/2942) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_05_as_u16
96692026-05-23T04:45:16.827Z PASS [ 0.025s] (2654/2942) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_06_as_i32
96702026-05-23T04:45:16.831Z PASS [ 0.020s] (2655/2942) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_07_as_u32
96712026-05-23T04:45:16.831Z PASS [ 0.036s] (2656/2942) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_04_as_i16
96722026-05-23T04:45:16.851Z PASS [ 0.041s] (2657/2942) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_08_as_i64
96732026-05-23T04:45:16.860Z PASS [ 0.032s] (2658/2942) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
96742026-05-23T04:45:16.860Z PASS [ 0.035s] (2659/2942) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_09_as_u64
96752026-05-23T04:45:16.860Z PASS [ 0.032s] (2660/2942) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
96762026-05-23T04:45:16.860Z PASS [ 0.042s] (2661/2942) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
96772026-05-23T04:45:16.860Z PASS [ 0.032s] (2662/2942) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_10_as_uuid
96782026-05-23T04:45:16.860Z PASS [ 0.032s] (2663/2942) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
96792026-05-23T04:45:16.860Z PASS [ 0.028s] (2664/2942) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
96802026-05-23T04:45:16.860Z PASS [ 0.028s] (2665/2942) oximeter-types-versions impls::types::tests::test_measurement
96812026-05-23T04:45:16.868Z PASS [ 0.036s] (2666/2942) oximeter-types-versions impls::types::tests::test_verify_field_names
96822026-05-23T04:45:16.871Z PASS [ 0.041s] (2667/2942) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
96832026-05-23T04:45:16.874Z PASS [ 0.046s] (2668/2942) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
96842026-05-23T04:45:16.884Z PASS [ 0.025s] (2669/2942) oxlog tests::test_is_oxide_smf_log_file
96852026-05-23T04:45:16.884Z PASS [ 0.033s] (2670/2942) oxlog tests::test_daterange_filter
96862026-05-23T04:45:16.892Z PASS [ 0.032s] (2671/2942) oxlog tests::test_sort_logs
96872026-05-23T04:45:16.892Z PASS [ 0.032s] (2672/2942) oxlog tests::test_oxide_smf_service_name_from_log_file_name
96882026-05-23T04:45:16.905Z PASS [ 0.045s] (2673/2942) oxlog::bin/oxlog tests::test_parse_timestamp
96892026-05-23T04:45:16.905Z PASS [ 0.045s] (2674/2942) oxql-types point::tests::test_cast_points_from_double
96902026-05-23T04:45:16.908Z PASS [ 0.036s] (2675/2942) oxql-types point::tests::test_cast_points_from_integer
96912026-05-23T04:45:16.908Z PASS [ 0.045s] (2676/2942) oxql-types point::tests::test_cast_points_from_bool
96922026-05-23T04:45:16.908Z PASS [ 0.043s] (2677/2942) oxql-types point::tests::test_cast_points_from_int_distribution
96932026-05-23T04:45:16.908Z PASS [ 0.046s] (2678/2942) oxql-types point::tests::test_cast_points_from_double_distribution
96942026-05-23T04:45:16.908Z PASS [ 0.032s] (2679/2942) oxql-types point::tests::test_join_point_arrays
96952026-05-23T04:45:16.908Z PASS [ 0.037s] (2680/2942) oxql-types point::tests::test_cast_points_from_string
96962026-05-23T04:45:16.915Z PASS [ 0.031s] (2681/2942) oxql-types point::tests::test_point_delta_between
96972026-05-23T04:45:16.915Z PASS [ 0.031s] (2682/2942) oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
96982026-05-23T04:45:16.918Z PASS [ 0.025s] (2683/2942) oxql-types point::tests::test_point_delta_between_with_new_epoch
96992026-05-23T04:45:16.921Z PASS [ 0.029s] (2684/2942) oxql-types point::tests::test_push_concrete_values
97002026-05-23T04:45:16.929Z PASS [ 0.023s] (2685/2942) oxql-types point::tests::test_sub_between_histogram_distributions
97012026-05-23T04:45:16.933Z PASS [ 0.025s] (2686/2942) range-requests test::invalid_ranges
97022026-05-23T04:45:16.936Z PASS [ 0.028s] (2687/2942) range-requests test::get_response_no_range
97032026-05-23T04:45:16.936Z PASS [ 0.022s] (2688/2942) range-requests test::parse_range_invalid
97042026-05-23T04:45:16.936Z PASS [ 0.023s] (2689/2942) range-requests test::parse_range_valid
97052026-05-23T04:45:16.939Z PASS [ 0.022s] (2690/2942) range-requests test::range_into_str
97062026-05-23T04:45:16.942Z PASS [ 0.035s] (2691/2942) range-requests test::potential_range_parsing_does_not_crash
97072026-05-23T04:45:16.945Z PASS [ 0.028s] (2692/2942) range-requests test::single_range_parsing_does_not_crash
97082026-05-23T04:45:16.948Z PASS [ 0.035s] (2693/2942) range-requests test::get_response_with_range
97092026-05-23T04:45:16.995Z PASS [ 0.090s] (2694/2942) parallel-task-set test::test_spawn_many
97102026-05-23T04:45:17.045Z PASS [ 0.127s] (2695/2942) reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
97112026-05-23T04:45:17.061Z PASS [ 0.127s] (2696/2942) reconfigurator-cli::test-scripts script::cmds-blueprint-noop.txt
97122026-05-23T04:45:17.077Z PASS [ 0.135s] (2697/2942) reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
97132026-05-23T04:45:17.118Z PASS [ 0.190s] (2698/2942) reconfigurator-cli::test-scripts script::cmds-blueprint-load.txt
97142026-05-23T04:45:17.121Z PASS [ 0.198s] (2699/2942) reconfigurator-cli::test-scripts script::cmds-blueprint-history.txt
97152026-05-23T04:45:17.130Z PASS [ 0.195s] (2700/2942) reconfigurator-cli::test-scripts script::cmds-cockroachdb-settings.txt
97162026-05-23T04:45:17.145Z PASS [ 0.209s] (2701/2942) reconfigurator-cli::test-scripts script::cmds-example.txt
97172026-05-23T04:45:17.145Z PASS [ 0.208s] (2702/2942) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
97182026-05-23T04:45:17.148Z PASS [ 0.206s] (2703/2942) reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
97192026-05-23T04:45:17.153Z PASS [ 0.217s] (2704/2942) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
97202026-05-23T04:45:17.260Z PASS [ 0.129s] (2705/2942) reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
97212026-05-23T04:45:17.281Z PASS [ 0.132s] (2706/2942) reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
97222026-05-23T04:45:17.356Z PASS [ 0.202s] (2707/2942) reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
97232026-05-23T04:45:17.412Z PASS [ 0.131s] (2708/2942) reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
97242026-05-23T04:45:17.455Z PASS [ 0.195s] (2709/2942) reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
97252026-05-23T04:45:17.537Z PASS [ 0.124s] (2710/2942) reconfigurator-cli::test-scripts script::cmds-undo-redo.txt
97262026-05-23T04:45:17.557Z PASS [ 0.611s] (2711/2942) reconfigurator-cli::test-scripts script::cmds-missing-measurement-manifest.txt
97272026-05-23T04:45:17.640Z PASS [ 0.594s] (2712/2942) reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
97282026-05-23T04:45:17.658Z PASS [ 0.595s] (2713/2942) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory-set.txt
97292026-05-23T04:45:17.673Z PASS [ 0.595s] (2714/2942) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory.txt
97302026-05-23T04:45:17.748Z PASS [ 0.603s] (2715/2942) reconfigurator-cli::test-scripts script::cmds-noop-stale-inventory.txt
97312026-05-23T04:45:17.753Z PASS [ 0.195s] (2716/2942) reconfigurator-cli::test-scripts script::cmds.txt
97322026-05-23T04:45:17.840Z PASS [ 0.721s] (2717/2942) reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
97332026-05-23T04:45:17.844Z PASS [ 48.609s] (2718/2942) omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
97342026-05-23T04:45:17.979Z PASS [ 6.592s] (2719/2942) omicron-test-utils dev::db::test::test_setup_database_default_dir
97352026-05-23T04:45:18.057Z PASS [ 0.602s] (2720/2942) reconfigurator-cli::test-scripts script::cmds-unknown-measurements.txt
97362026-05-23T04:45:18.092Z PASS [ 1.096s] (2721/2942) reconfigurator-cli::test-scripts script::cmds-missing-sled-blocks-zone-updates.txt
97372026-05-23T04:45:18.243Z PASS [ 1.097s] (2722/2942) reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
97382026-05-23T04:45:18.447Z PASS [ 1.329s] (2723/2942) reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
97392026-05-23T04:45:18.501Z PASS [ 0.054s] (2724/2942) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_real_archival
97402026-05-23T04:45:18.537Z PASS [ 0.036s] (2725/2942) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_filename
97412026-05-23T04:45:18.589Z PASS [ 0.052s] (2726/2942) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_basic
97422026-05-23T04:45:18.640Z PASS [ 0.050s] (2727/2942) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_immutable_only
97432026-05-23T04:45:18.645Z PASS [ 1.109s] (2728/2942) reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
97442026-05-23T04:45:18.684Z PASS [ 1.045s] (2729/2942) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
97452026-05-23T04:45:18.693Z PASS [ 0.054s] (2730/2942) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_is_streaming
97462026-05-23T04:45:18.697Z PASS [ 0.605s] (2731/2942) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
97472026-05-23T04:45:18.697Z PASS [ 0.051s] (2732/2942) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_directory_list_error
97482026-05-23T04:45:18.726Z PASS [ 0.032s] (2733/2942) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_logs
97492026-05-23T04:45:18.739Z PASS [ 0.055s] (2734/2942) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_file_metadata_error
97502026-05-23T04:45:18.742Z PASS [ 0.044s] (2735/2942) sled-agent-config-reconciler debug_collector::file_archiver::test_helpers::test_test_data
97512026-05-23T04:45:18.748Z PASS [ 0.051s] (2736/2942) sled-agent-config-reconciler debug_collector::worker::tests::test_archives_rotated_logs_and_cores
97522026-05-23T04:45:18.764Z PASS [ 0.038s] (2737/2942) sled-agent-config-reconciler debug_collector::worker::tests::test_configures_coreadm_only_when_crash_dataset_mounted
97532026-05-23T04:45:18.778Z PASS [ 0.039s] (2738/2942) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold
97542026-05-23T04:45:18.781Z PASS [ 0.039s] (2739/2942) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold_many_files
97552026-05-23T04:45:18.789Z PASS [ 0.041s] (2740/2942) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleanup_ignores_support_bundles
97562026-05-23T04:45:18.801Z PASS [ 0.037s] (2741/2942) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_not_cleaned_under_threshold
97572026-05-23T04:45:18.814Z PASS [ 0.036s] (2742/2942) sled-agent-config-reconciler debug_collector::worker::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
97582026-05-23T04:45:18.820Z PASS [ 0.039s] (2743/2942) sled-agent-config-reconciler debug_collector::worker::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
97592026-05-23T04:45:18.830Z PASS [ 44.098s] (2744/2942) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
97602026-05-23T04:45:18.833Z PASS [ 0.042s] (2745/2942) sled-agent-config-reconciler debug_collector::worker::tests::test_dumps_saved_when_space_available
97612026-05-23T04:45:18.848Z PASS [ 0.047s] (2746/2942) sled-agent-config-reconciler debug_collector::worker::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
97622026-05-23T04:45:18.862Z PASS [ 0.042s] (2747/2942) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
97632026-05-23T04:45:18.879Z PASS [ 1.206s] (2748/2942) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
97642026-05-23T04:45:18.882Z PASS [ 0.052s] (2749/2942) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
97652026-05-23T04:45:18.893Z PASS [ 15.495s] (2750/2942) omicron-omdb::test_all_output test_omdb_env_settings
97662026-05-23T04:45:18.901Z PASS [ 0.039s] (2751/2942) sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
97672026-05-23T04:45:18.921Z PASS [ 0.042s] (2752/2942) sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
97682026-05-23T04:45:18.925Z PASS [ 0.043s] (2753/2942) sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
97692026-05-23T04:45:18.938Z PASS [ 0.045s] (2754/2942) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::can_convert_v4_to_newer_versions
97702026-05-23T04:45:18.959Z PASS [ 0.058s] (2755/2942) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::read_config_converts_from_older_versions
97712026-05-23T04:45:18.963Z PASS [ 0.042s] (2756/2942) sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
97722026-05-23T04:45:18.967Z PASS [ 0.040s] (2757/2942) sled-agent-config-reconciler ledger::tests::read_existing_config
97732026-05-23T04:45:18.979Z PASS [ 0.149s] (2758/2942) sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
97742026-05-23T04:45:18.983Z PASS [ 0.043s] (2759/2942) sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
97752026-05-23T04:45:19.005Z PASS [ 0.046s] (2760/2942) sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
97762026-05-23T04:45:19.009Z PASS [ 0.041s] (2761/2942) sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
97772026-05-23T04:45:19.009Z PASS [ 0.044s] (2762/2942) sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
97782026-05-23T04:45:19.022Z PASS [ 0.042s] (2763/2942) sled-agent-config-reconciler ledger::tests::reject_old_config_generation
97792026-05-23T04:45:19.025Z PASS [ 0.044s] (2764/2942) sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
97802026-05-23T04:45:19.037Z PASS [ 1.681s] (2765/2942) reconfigurator-cli::test-scripts script::cmds-target-release.txt
97812026-05-23T04:45:19.041Z PASS [ 0.035s] (2766/2942) sled-agent-config-reconciler reconciler_task::datasets::tests::test_rekey_result_has_failures
97822026-05-23T04:45:19.044Z PASS [ 0.800s] (2767/2942) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
97832026-05-23T04:45:19.062Z PASS [ 1.222s] (2768/2942) sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
97842026-05-23T04:45:19.085Z PASS [ 0.043s] (2769/2942) sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
97852026-05-23T04:45:19.094Z PASS [ 0.051s] (2770/2942) sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
97862026-05-23T04:45:19.106Z PASS [ 0.044s] (2771/2942) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
97872026-05-23T04:45:19.127Z PASS [ 0.042s] (2772/2942) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
97882026-05-23T04:45:19.136Z PASS [ 0.042s] (2773/2942) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
97892026-05-23T04:45:19.144Z PASS [ 0.038s] (2774/2942) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
97902026-05-23T04:45:19.165Z PASS [ 0.038s] (2775/2942) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
97912026-05-23T04:45:19.177Z PASS [ 0.041s] (2776/2942) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
97922026-05-23T04:45:19.185Z PASS [ 0.041s] (2777/2942) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
97932026-05-23T04:45:19.190Z PASS [ 1.439s] (2778/2942) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
97942026-05-23T04:45:19.212Z PASS [ 0.046s] (2779/2942) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
97952026-05-23T04:45:19.222Z PASS [ 0.045s] (2780/2942) sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
97962026-05-23T04:45:19.293Z PASS [ 0.108s] (2781/2942) sled-agent-rack-setup plan::service::tests::bump_allocator_basics
97972026-05-23T04:45:19.296Z PASS [ 0.083s] (2782/2942) sled-agent-rack-setup plan::service::tests::service_port_builder_skips_dns_ips
97982026-05-23T04:45:19.296Z PASS [ 0.073s] (2783/2942) sled-agent-rack-setup plan::service::tests::test_dataset_and_zone_count
97992026-05-23T04:45:19.348Z PASS [ 0.055s] (2784/2942) sled-agent-rack-setup plan::service::tests::test_last_allocated_subnet_ip_offset
98002026-05-23T04:45:19.363Z PASS [ 0.067s] (2785/2942) sled-agent-rack-setup service::test::parse_rack_initialization_weak_hash
98012026-05-23T04:45:19.366Z PASS [ 0.071s] (2786/2942) sled-agent-rack-setup service::test::parse_rack_initialization
98022026-05-23T04:45:19.380Z PASS [ 2.802s] (2787/2942) oximeter-producer tests::test_producer_registration_task
98032026-05-23T04:45:19.412Z PASS [ 0.064s] (2788/2942) sled-agent-rack-setup service::test::rss_blueprint_is_blippy_clean
98042026-05-23T04:45:19.424Z PASS [ 0.061s] (2789/2942) sled-agent-rack-setup service::test::test_extra_certs
98052026-05-23T04:45:19.428Z PASS [ 0.046s] (2790/2942) sled-agent-rack-setup service::test::test_subnets
98062026-05-23T04:45:19.428Z PASS [ 0.060s] (2791/2942) sled-agent-rack-setup service::test::test_omicron_zone_configs
98072026-05-23T04:45:19.471Z PASS [ 0.059s] (2792/2942) sled-agent-resolvable-files manifest::tests::read_boot_disk_missing
98082026-05-23T04:45:19.476Z PASS [ 0.050s] (2793/2942) sled-agent-resolvable-files manifest::tests::read_boot_disk_zone_mismatch
98092026-05-23T04:45:19.476Z PASS [ 0.051s] (2794/2942) sled-agent-resolvable-files manifest::tests::read_boot_disk_read_error
98102026-05-23T04:45:19.479Z PASS [ 0.053s] (2795/2942) sled-agent-resolvable-files manifest::tests::read_non_boot_disk_zone_mismatch
98112026-05-23T04:45:19.488Z PASS [ 1.832s] (2796/2942) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
98122026-05-23T04:45:19.505Z PASS [ 0.034s] (2797/2942) sled-agent-resolvable-files manifest::tests::read_success
98132026-05-23T04:45:19.508Z PASS [ 0.032s] (2798/2942) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
98142026-05-23T04:45:19.511Z PASS [ 0.034s] (2799/2942) sled-agent-resolvable-files mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
98152026-05-23T04:45:19.511Z PASS [ 0.031s] (2800/2942) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
98162026-05-23T04:45:19.515Z PASS [ 0.027s] (2801/2942) sled-agent-resolvable-files mupdate_override::tests::clear_boot_not_present
98172026-05-23T04:45:19.532Z PASS [ 0.027s] (2802/2942) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
98182026-05-23T04:45:19.538Z PASS [ 0.030s] (2803/2942) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_matches_present
98192026-05-23T04:45:19.541Z PASS [ 0.030s] (2804/2942) sled-agent-resolvable-files mupdate_override::tests::clear_file_io_error
98202026-05-23T04:45:19.541Z PASS [ 0.031s] (2805/2942) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
98212026-05-23T04:45:19.544Z PASS [ 0.027s] (2806/2942) sled-agent-resolvable-files mupdate_override::tests::clear_no_status
98222026-05-23T04:45:19.556Z PASS [ 0.024s] (2807/2942) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_absent_other_present
98232026-05-23T04:45:19.568Z PASS [ 0.029s] (2808/2942) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_disk_read_error
98242026-05-23T04:45:19.571Z PASS [ 0.027s] (2809/2942) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_read_error
98252026-05-23T04:45:19.571Z PASS [ 0.030s] (2810/2942) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_disk_missing
98262026-05-23T04:45:19.574Z PASS [ 0.032s] (2811/2942) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_matches_absent
98272026-05-23T04:45:19.582Z PASS [ 0.026s] (2812/2942) sled-agent-resolvable-files mupdate_override::tests::read_boot_absent_other_present
98282026-05-23T04:45:19.591Z PASS [ 0.023s] (2813/2942) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_missing
98292026-05-23T04:45:19.594Z PASS [ 0.023s] (2814/2942) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_not_dir
98302026-05-23T04:45:19.598Z PASS [ 0.028s] (2815/2942) sled-agent-resolvable-files mupdate_override::tests::read_boot_present_other_absent
98312026-05-23T04:45:19.603Z PASS [ 0.030s] (2816/2942) sled-agent-resolvable-files mupdate_override::tests::read_boot_read_error
98322026-05-23T04:45:19.608Z PASS [ 0.026s] (2817/2942) sled-agent-resolvable-files mupdate_override::tests::read_both_absent
98332026-05-23T04:45:19.618Z PASS [ 0.027s] (2818/2942) sled-agent-resolvable-files mupdate_override::tests::read_both_present
98342026-05-23T04:45:19.624Z PASS [ 0.030s] (2819/2942) sled-agent-resolvable-files mupdate_override::tests::read_different_values
98352026-05-23T04:45:19.633Z PASS [ 0.034s] (2820/2942) sled-agent-resolvable-files mupdate_override::tests::read_solo_boot_disk
98362026-05-23T04:45:19.636Z PASS [ 0.033s] (2821/2942) sled-agent-resolvable-files source_resolver::tests::file_source_with_errors
98372026-05-23T04:45:19.639Z PASS [ 0.031s] (2822/2942) sled-agent-resolvable-files source_resolver::tests::file_source_zone_manifest_invalid
98382026-05-23T04:45:19.650Z PASS [ 0.032s] (2823/2942) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override
98392026-05-23T04:45:19.659Z PASS [ 0.020s] (2824/2942) sled-agent-types-versions impls::early_networking::tests::test_ip_parsing
98402026-05-23T04:45:19.662Z PASS [ 0.036s] (2825/2942) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override_error
98412026-05-23T04:45:19.666Z PASS [ 0.033s] (2826/2942) sled-agent-resolvable-files source_resolver::tests::resolver_status_to_inventory
98422026-05-23T04:45:19.673Z PASS [ 0.037s] (2827/2942) sled-agent-types zone_bundle::tests::test_compare_bundles
98432026-05-23T04:45:19.676Z PASS [ 0.026s] (2828/2942) sled-agent-types-versions impls::early_networking::tests::test_router_peer_ip_addr_serialization
98442026-05-23T04:45:19.679Z PASS [ 0.019s] (2829/2942) sled-agent-types-versions impls::early_networking::tests::test_uplink_smf_property_formatting
98452026-05-23T04:45:19.685Z PASS [ 0.019s] (2830/2942) sled-agent-types-versions impls::zone_bundle::tests::test_priority_dimension
98462026-05-23T04:45:19.689Z PASS [ 0.031s] (2831/2942) sled-agent-types-versions impls::early_networking::tests::test_uplink_ip_net_serialization
98472026-05-23T04:45:19.692Z PASS [ 0.020s] (2832/2942) sled-agent-types-versions impls::zone_bundle::tests::test_sort_zone_bundle_cause
98482026-05-23T04:45:19.696Z PASS [ 0.019s] (2833/2942) sled-agent-types-versions impls::zone_bundle::tests::test_storage_limit_bytes_available
98492026-05-23T04:45:19.699Z PASS [ 0.020s] (2834/2942) sled-agent-types-versions v1::sled::tests::serialize_start_sled_agent_v0_deserialize_v1
98502026-05-23T04:45:19.705Z PASS [ 0.020s] (2835/2942) sled-agent-types-versions v30::early_networking::tests::test_router_peer_address_conversions
98512026-05-23T04:45:19.710Z PASS [ 0.020s] (2836/2942) sled-agent-types-versions v30::early_networking::tests::test_uplink_address_conversions
98522026-05-23T04:45:19.713Z PASS [ 0.522s] (2837/2942) sled-agent-rack-setup plan::service::tests::bump_allocator_exhaustion
98532026-05-23T04:45:19.751Z PASS [ 0.039s] (2838/2942) sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
98542026-05-23T04:45:19.784Z PASS [ 0.032s] (2839/2942) sled-diagnostics logs::test::test_sort_cockroach_extra_logs
98552026-05-23T04:45:19.831Z PASS [ 0.047s] (2840/2942) sled-diagnostics queries::test::test_command_stderr_is_correct
98562026-05-23T04:45:19.834Z PASS [ 0.984s] (2841/2942) sled-agent-config-reconciler internal_disks::tests::failures_are_retried
98572026-05-23T04:45:19.837Z PASS [ 0.143s] (2842/2942) sled-agent-types-versions v33::system_networking::tests::proptest_service_nat_entries_try_from
98582026-05-23T04:45:19.873Z PASS [ 0.042s] (2843/2942) sled-diagnostics queries::test::test_command_stdout_is_correct
98592026-05-23T04:45:19.876Z PASS [ 0.043s] (2844/2942) sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
98602026-05-23T04:45:19.900Z PASS [ 0.027s] (2845/2942) sled-hardware disk::test::test_disk_paths
98612026-05-23T04:45:19.903Z PASS [ 1.924s] (2846/2942) sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
98622026-05-23T04:45:19.906Z PASS [ 0.030s] (2847/2942) sled-hardware disk::test::test_partition_device_paths
98632026-05-23T04:45:19.928Z PASS [ 0.028s] (2848/2942) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
98642026-05-23T04:45:19.936Z PASS [ 0.030s] (2849/2942) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
98652026-05-23T04:45:19.939Z PASS [ 0.037s] (2850/2942) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
98662026-05-23T04:45:19.958Z PASS [ 0.030s] (2851/2942) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
98672026-05-23T04:45:19.970Z PASS [ 0.033s] (2852/2942) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
98682026-05-23T04:45:19.975Z PASS [ 0.035s] (2853/2942) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
98692026-05-23T04:45:19.990Z PASS [ 0.031s] (2854/2942) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
98702026-05-23T04:45:20.002Z PASS [ 0.032s] (2855/2942) sled-hardware illumos::tests::parse_smbios_invalid
98712026-05-23T04:45:20.007Z PASS [ 0.031s] (2856/2942) sled-hardware illumos::tests::parse_smbios_valid
98722026-05-23T04:45:20.015Z PASS [ 0.026s] (2857/2942) sled-hardware underlay::tests::test_mac_to_bootstrap_ip
98732026-05-23T04:45:20.020Z PASS [ 0.019s] (2858/2942) sled-storage dataset::test::serialize_dataset_name
98742026-05-23T04:45:20.045Z PASS [ 0.039s] (2859/2942) support-bundle-collection zip::test::test_zipfile_creation
98752026-05-23T04:45:20.059Z PASS [ 0.043s] (2860/2942) trust-quorum proxy::tests::proxy_roundtrip_concurrent
98762026-05-23T04:45:20.069Z PASS [ 0.048s] (2861/2942) trust-quorum proxy::tests::proxy_roundtrip_disconnected
98772026-05-23T04:45:20.085Z PASS [ 2.243s] (2862/2942) sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
98782026-05-23T04:45:20.088Z PASS [ 0.042s] (2863/2942) trust-quorum proxy::tests::proxy_roundtrip_invalid_response
98792026-05-23T04:45:20.171Z PASS [ 1.165s] (2864/2942) sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
98802026-05-23T04:45:20.368Z PASS [ 0.532s] (2865/2942) sled-diagnostics queries::test::test_long_running_command_is_aborted
98812026-05-23T04:45:20.377Z PASS [ 15.511s] (2866/2942) omicron-passwords test::test_smoke
98822026-05-23T04:45:20.491Z PASS [ 1.466s] (2867/2942) sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
98832026-05-23T04:45:20.496Z PASS [ 1.489s] (2868/2942) sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
98842026-05-23T04:45:20.658Z PASS [ 0.953s] (2869/2942) sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
98852026-05-23T04:45:20.688Z PASS [ 0.030s] (2870/2942) trust-quorum-protocol crypto::tests::rack_secrets_decryption_failure
98862026-05-23T04:45:20.716Z PASS [ 0.028s] (2871/2942) trust-quorum-protocol crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
98872026-05-23T04:45:20.773Z PASS [ 1.735s] (2872/2942) sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
98882026-05-23T04:45:20.805Z PASS [ 0.033s] (2873/2942) trust-quorum-protocol rack_secret_loader::tests::test_load_rack_secrets
98892026-05-23T04:45:20.831Z PASS [ 0.115s] (2874/2942) trust-quorum-protocol node::tests::initial_configuration
98902026-05-23T04:45:20.845Z PASS [ 1.146s] (2875/2942) sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
98912026-05-23T04:45:20.889Z PASS [ 0.084s] (2876/2942) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_failure
98922026-05-23T04:45:20.923Z PASS [ 0.092s] (2877/2942) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_new_success
98932026-05-23T04:45:21.050Z PASS [ 0.965s] (2878/2942) trust-quorum task::tests::tq_initial_config
98942026-05-23T04:45:21.053Z PASS [ 0.964s] (2879/2942) trust-quorum task::tests::tq_initial_config_prepare_and_commit
98952026-05-23T04:45:21.062Z PASS [ 0.566s] (2880/2942) trust-quorum-protocol crypto::tests::rack_secret_test
98962026-05-23T04:45:21.100Z PASS [ 0.047s] (2881/2942) update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
98972026-05-23T04:45:21.117Z PASS [ 0.055s] (2882/2942) update-common artifacts::update_plan::tests::test_bad_rot_versions
98982026-05-23T04:45:21.153Z PASS [ 0.053s] (2883/2942) update-common artifacts::update_plan::tests::test_multi_rot_bord
98992026-05-23T04:45:21.175Z PASS [ 0.058s] (2884/2942) update-common artifacts::update_plan::tests::test_multi_rot_version
99002026-05-23T04:45:21.185Z PASS [ 0.296s] (2885/2942) update-common artifacts::artifacts_with_plan::tests::test_extract_fake
99012026-05-23T04:45:21.198Z PASS [ 0.045s] (2886/2942) update-common artifacts::update_plan::tests::test_split_control_plane
99022026-05-23T04:45:21.213Z PASS [ 0.038s] (2887/2942) update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
99032026-05-23T04:45:21.228Z PASS [ 0.043s] (2888/2942) update-common artifacts::update_plan::tests::test_too_many_rot_bord
99042026-05-23T04:45:21.231Z PASS [ 0.307s] (2889/2942) update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
99052026-05-23T04:45:21.252Z PASS [ 0.054s] (2890/2942) update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
99062026-05-23T04:45:21.259Z PASS [ 0.029s] (2891/2942) update-engine display::line_display_shared::tests::test_format_progress_counter
99072026-05-23T04:45:21.279Z PASS [ 0.027s] (2892/2942) update-engine display::line_display_shared::tests::test_start_line
99082026-05-23T04:45:21.282Z PASS [ 0.054s] (2893/2942) update-engine display::group_display::tests::test_stats
99092026-05-23T04:45:21.296Z PASS [ 0.037s] (2894/2942) update-engine engine::tests::error_exits_early
99102026-05-23T04:45:21.317Z PASS [ 0.038s] (2895/2942) update-engine events::tests::progress_event_parse_unknown
99112026-05-23T04:45:21.320Z PASS [ 0.038s] (2896/2942) update-engine events::tests::step_event_parse_unknown
99122026-05-23T04:45:21.323Z PASS [ 2.299s] (2897/2942) sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
99132026-05-23T04:45:21.326Z PASS [ 0.111s] (2898/2942) update-engine buffer::tests::test_buffer
99142026-05-23T04:45:21.326Z PASS [ 1.630s] (2899/2942) sled-diagnostics logs::illumos_tests::collect_current_logs
99152026-05-23T04:45:21.329Z PASS [ 0.031s] (2900/2942) update-engine spec::tests::test_merge_anyhow_list
99162026-05-23T04:45:21.354Z PASS [ 0.034s] (2901/2942) wicket state::inventory::tests::component_id_display
99172026-05-23T04:45:21.357Z PASS [ 0.031s] (2902/2942) wicket state::rack::tests::up_down_are_opposites
99182026-05-23T04:45:21.357Z PASS [ 0.034s] (2903/2942) wicket state::rack::tests::prev_next_are_opposites
99192026-05-23T04:45:21.360Z PASS [ 1.289s] (2904/2942) trust-quorum task::tests::test_network_config
99202026-05-23T04:45:21.360Z PASS [ 0.032s] (2905/2942) wicket-common rack_setup::tests::invalid_router_peer_address
99212026-05-23T04:45:21.378Z PASS [ 0.061s] (2906/2942) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
99222026-05-23T04:45:21.381Z PASS [ 0.027s] (2907/2942) wicket-common rack_setup::tests::invalid_uplink_address
99232026-05-23T04:45:21.384Z PASS [ 0.026s] (2908/2942) wicket-common rack_setup::tests::roundtrip_router_peer_address
99242026-05-23T04:45:21.384Z PASS [ 0.024s] (2909/2942) wicket-common rack_update::tests::test_rollup_update_state
99252026-05-23T04:45:21.384Z PASS [ 0.025s] (2910/2942) wicket-common rack_setup::tests::roundtrip_uplink_address
99262026-05-23T04:45:21.395Z PASS [ 0.040s] (2911/2942) wicket-common rack_setup::tests::roundtrip_import_export_policy
99272026-05-23T04:45:21.412Z PASS [ 0.034s] (2912/2942) wicketd installinator_progress::tests::test_states
99282026-05-23T04:45:21.416Z PASS [ 0.035s] (2913/2942) wicketd rss_config::tests::test_bgp_auth_key_states
99292026-05-23T04:45:21.419Z PASS [ 0.036s] (2914/2942) wicketd rss_config::tests::test_router_lifetime_unnumbered_only
99302026-05-23T04:45:21.448Z PASS [ 0.122s] (2915/2942) wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
99312026-05-23T04:45:21.453Z PASS [ 1.394s] (2916/2942) trust-quorum task::tests::full_mesh_connectivity
99322026-05-23T04:45:21.459Z PASS [ 0.968s] (2917/2942) trust-quorum task::tests::tq_upgrade_from_lrtq
99332026-05-23T04:45:21.609Z PASS [ 1.898s] (2918/2942) sled-diagnostics logs::illumos_tests::log_snapshots_work
99342026-05-23T04:45:21.678Z PASS [ 1.309s] (2919/2942) trust-quorum task::tests::tq_proxy
99352026-05-23T04:45:21.751Z PASS [ 1.374s] (2920/2942) trust-quorum task::tests::tq_reconfig_with_commit_advance
99362026-05-23T04:45:21.838Z PASS [ 1.667s] (2921/2942) trust-quorum task::tests::tq_persistent_state
99372026-05-23T04:45:21.889Z PASS [ 3.832s] (2922/2942) sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
99382026-05-23T04:45:22.134Z PASS [ 0.751s] (2923/2942) wicketd::mod integration_tests::inventory::test_inventory
99392026-05-23T04:45:22.275Z PASS [ 0.880s] (2924/2942) wicketd::mod integration_tests::updates::test_update_races
99402026-05-23T04:45:22.438Z PASS [ 1.055s] (2925/2942) wicketd::mod integration_tests::updates::test_installinator_fetch
99412026-05-23T04:45:23.564Z PASS [ 2.151s] (2926/2942) wicketd::mod integration_tests::updates::test_updates
99422026-05-23T04:45:23.601Z PASS [ 2.552s] (2927/2942) update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
99432026-05-23T04:45:23.665Z PASS [ 4.850s] (2928/2942) sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
99442026-05-23T04:45:24.757Z PASS [ 8.301s] (2929/2942) oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
99452026-05-23T04:45:26.206Z PASS [ 8.458s] (2930/2942) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
99462026-05-23T04:45:31.516Z PASS [ 15.081s] (2931/2942) oximeter-db::integration_test test_schemas_disjoint
99472026-05-23T04:45:31.702Z PASS [ 28.243s] (2932/2942) omicron-omdb::test_multicast test_omdb_multicast_commands
99482026-05-23T04:45:33.436Z PASS [ 17.019s] (2933/2942) oximeter-db::integration_test test_cluster
99492026-05-23T04:45:33.988Z PASS [ 30.570s] (2934/2942) omicron-omdb::test_all_output test_omdb_success_cases
99502026-05-23T04:45:34.149Z PASS [ 98.747s] (2935/2942) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
99512026-05-23T04:45:34.723Z PASS [ 45.525s] (2936/2942) omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
99522026-05-23T04:45:35.632Z PASS [ 42.201s] (2937/2942) omicron-nexus::test_all integration_tests::webhooks::test_probe
99532026-05-23T04:45:39.015Z PASS [ 45.227s] (2938/2942) omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
99542026-05-23T04:45:39.364Z PASS [ 32.101s] (2939/2942) omicron-sled-agent nexus::test::nexus_self_notification_test
99552026-05-23T04:45:42.479Z PASS [ 30.045s] (2940/2942) oximeter-db client::tests::cannot_ping_nonexistent_server
99562026-05-23T04:45:43.163Z PASS [ 47.175s] (2941/2942) omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
99572026-05-23T04:46:12.528Z PASS [ 51.682s] (2942/2942) trust-quorum-protocol::cluster test_trust_quorum_protocol
99582026-05-23T04:46:12.531Z────────────
99592026-05-23T04:46:12.531Z Summary [ 915.601s] 2942 tests run: 2942 passed (37 slow), 6 skipped
99602026-05-23T04:46:12.619Z
99612026-05-23T04:46:12.619Zreal 15:33.064995484
99622026-05-23T04:46:12.622Zuser 5:10:18.510367856
99632026-05-23T04:46:12.622Zsys 1:13:31.631727039
99642026-05-23T04:46:12.622Ztrap 3:30.188557821
99652026-05-23T04:46:12.622Ztflt 8.873511827
99662026-05-23T04:46:12.622Zdflt 42.186810828
99672026-05-23T04:46:12.622Zkflt 0.954169160
99682026-05-23T04:46:12.622Zlock 2050:02:26.040186754
99692026-05-23T04:46:12.622Zslp 125:29:02.717869255
99702026-05-23T04:46:12.622Zlat 4:53:00.099540071
99712026-05-23T04:46:12.622Zstop 57:44.928854199
99722026-05-23T04:46:12.622Z+ ptime -m cargo nextest store export latest --user-config-file /tmp/nextest-recording-config/config.toml --archive-file /tmp/nextest-run-archive.zip
99732026-05-23T04:46:12.784Zinfo: exported run 9da768b9-b844-4e54-8832-cbc35af7e828 to /tmp/nextest-run-archive.zip (2927787 bytes)
99742026-05-23T04:46:12.787Z
99752026-05-23T04:46:12.787Zreal 0.161029656
99762026-05-23T04:46:12.787Zuser 0.109283516
99772026-05-23T04:46:12.787Zsys 0.044952836
99782026-05-23T04:46:12.787Ztrap 0.000008800
99792026-05-23T04:46:12.787Ztflt 0.000000000
99802026-05-23T04:46:12.787Zdflt 0.000023150
99812026-05-23T04:46:12.787Zkflt 0.000000000
99822026-05-23T04:46:12.787Zlock 0.040488226
99832026-05-23T04:46:12.787Zslp 0.214809996
99842026-05-23T04:46:12.787Zlat 0.000930920
99852026-05-23T04:46:12.787Zstop 0.000346000
99862026-05-23T04:46:12.787Z+ ptime -m cargo nextest store export-chrome-trace latest --user-config-file /tmp/nextest-recording-config/config.toml --output /tmp/nextest-chrome-trace.json
99872026-05-23T04:46:12.984Zinfo: wrote Chrome trace for run 9da768b9-b844-4e54-8832-cbc35af7e828 to /tmp/nextest-chrome-trace.json
99882026-05-23T04:46:12.987Z
99892026-05-23T04:46:12.987Zreal 0.194935697
99902026-05-23T04:46:12.987Zuser 0.139261112
99912026-05-23T04:46:12.987Zsys 0.049103672
99922026-05-23T04:46:12.987Ztrap 0.000012150
99932026-05-23T04:46:12.987Ztflt 0.000000000
99942026-05-23T04:46:12.990Zdflt 0.000042880
99952026-05-23T04:46:12.991Zkflt 0.000000000
99962026-05-23T04:46:12.991Zlock 0.042124272
99972026-05-23T04:46:12.991Zslp 0.209109139
99982026-05-23T04:46:12.991Zlat 0.001200010
99992026-05-23T04:46:12.991Zstop 0.000367590
100002026-05-23T04:46:12.991Z+ [[ 0 -ne 0 ]]
100012026-05-23T04:46:12.991Z+ banner doctest
100022026-05-23T04:46:12.994Z
100032026-05-23T04:46:12.994Z ##### #### #### ##### ###### #### #####
100042026-05-23T04:46:12.994Z # # # # # # # # # #
100052026-05-23T04:46:12.994Z # # # # # # ##### #### #
100062026-05-23T04:46:12.994Z # # # # # # # # #
100072026-05-23T04:46:12.994Z # # # # # # # # # # #
100082026-05-23T04:46:12.994Z ##### #### #### # ###### #### #
100092026-05-23T04:46:12.994Z
100102026-05-23T04:46:12.994Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
100112026-05-23T04:46:14.237Z Fresh unicode-ident v1.0.24
100122026-05-23T04:46:14.237Z Fresh cfg-if v1.0.4
100132026-05-23T04:46:14.240Z Fresh memchr v2.8.0
100142026-05-23T04:46:14.240Z Fresh smallvec v1.15.1
100152026-05-23T04:46:14.240Z Fresh log v0.4.29
100162026-05-23T04:46:14.240Z Fresh itoa v1.0.17
100172026-05-23T04:46:14.240Z Fresh version_check v0.9.5
100182026-05-23T04:46:14.240Z Fresh autocfg v1.5.0
100192026-05-23T04:46:14.240Z Fresh stable_deref_trait v1.2.1
100202026-05-23T04:46:14.240Z Fresh scopeguard v1.2.0
100212026-05-23T04:46:14.240Z Fresh percent-encoding v2.3.2
100222026-05-23T04:46:14.240Z Fresh writeable v0.6.2
100232026-05-23T04:46:14.240Z Fresh litemap v0.8.1
100242026-05-23T04:46:14.240Z Fresh utf8_iter v1.0.4
100252026-05-23T04:46:14.240Z Fresh rand_core v0.10.0
100262026-05-23T04:46:14.240Z Fresh shlex v1.3.0
100272026-05-23T04:46:14.240Z Fresh find-msvc-tools v0.1.9
100282026-05-23T04:46:14.240Z Fresh critical-section v1.2.0
100292026-05-23T04:46:14.240Z Fresh subtle v2.6.1
100302026-05-23T04:46:14.240Z Fresh proc-macro2 v1.0.106
100312026-05-23T04:46:14.240Z Fresh lock_api v0.4.14
100322026-05-23T04:46:14.240Z Fresh form_urlencoded v1.2.2
100332026-05-23T04:46:14.240Z Fresh pin-project-lite v0.2.17
100342026-05-23T04:46:14.240Z Fresh heck v0.5.0
100352026-05-23T04:46:14.240Z Fresh equivalent v1.0.2
100362026-05-23T04:46:14.241Z Fresh iana-time-zone v0.1.65
100372026-05-23T04:46:14.241Z Fresh fnv v1.0.7
100382026-05-23T04:46:14.241Z Fresh dyn-clone v1.0.20
100392026-05-23T04:46:14.241Z Fresh hashbrown v0.17.0
100402026-05-23T04:46:14.241Z Fresh regex-syntax v0.8.10
100412026-05-23T04:46:14.241Z Fresh futures-core v0.3.32
100422026-05-23T04:46:14.241Z Fresh strsim v0.11.1
100432026-05-23T04:46:14.244Z Fresh quote v1.0.45
100442026-05-23T04:46:14.244Z Fresh libc v0.2.185
100452026-05-23T04:46:14.244Z Fresh serde_core v1.0.228
100462026-05-23T04:46:14.244Z Fresh libm v0.2.16
100472026-05-23T04:46:14.244Z Fresh zmij v1.0.21
100482026-05-23T04:46:14.244Z Fresh icu_properties_data v2.1.2
100492026-05-23T04:46:14.244Z Fresh icu_normalizer_data v2.1.1
100502026-05-23T04:46:14.244Z Fresh portable-atomic v1.13.1
100512026-05-23T04:46:14.244Z Fresh const-oid v0.9.6
100522026-05-23T04:46:14.244Z Fresh aho-corasick v1.1.4
100532026-05-23T04:46:14.245Z Fresh byteorder v1.5.0
100542026-05-23T04:46:14.245Z Fresh futures-sink v0.3.32
100552026-05-23T04:46:14.245Z Fresh futures-task v0.3.32
100562026-05-23T04:46:14.245Z Fresh futures-io v0.3.32
100572026-05-23T04:46:14.245Z Fresh slab v0.4.12
100582026-05-23T04:46:14.245Z Fresh cpufeatures v0.2.17
100592026-05-23T04:46:14.245Z Fresh pkg-config v0.3.32
100602026-05-23T04:46:14.245Z Fresh base64 v0.22.1
100612026-05-23T04:46:14.245Z Fresh ident_case v1.0.1
100622026-05-23T04:46:14.245Z Fresh either v1.15.0
100632026-05-23T04:46:14.245Z Fresh syn v2.0.117
100642026-05-23T04:46:14.245Z Fresh errno v0.3.14
100652026-05-23T04:46:14.245Z Fresh getrandom v0.2.17
100662026-05-23T04:46:14.245Z Fresh num-traits v0.2.19
100672026-05-23T04:46:14.245Z Fresh serde_json v1.0.149
100682026-05-23T04:46:14.245Z Fresh bitflags v2.11.0
100692026-05-23T04:46:14.245Z Fresh semver v1.0.28
100702026-05-23T04:46:14.245Z Fresh getrandom v0.4.1
100712026-05-23T04:46:14.245Z Fresh jobserver v0.1.34
100722026-05-23T04:46:14.245Z Fresh parking_lot_core v0.9.12
100732026-05-23T04:46:14.245Z Fresh once_cell v1.21.3
100742026-05-23T04:46:14.245Z Fresh mio v1.2.0
100752026-05-23T04:46:14.245Z Fresh socket2 v0.6.3
100762026-05-23T04:46:14.245Z Fresh typenum v1.19.0
100772026-05-23T04:46:14.245Z Fresh rustversion v1.0.22
100782026-05-23T04:46:14.245Z Fresh indexmap v2.14.0
100792026-05-23T04:46:14.245Z Fresh regex-automata v0.4.14
100802026-05-23T04:46:14.245Z Fresh futures-channel v0.3.32
100812026-05-23T04:46:14.245Z Fresh base64ct v1.8.3
100822026-05-23T04:46:14.245Z Fresh allocator-api2 v0.2.21
100832026-05-23T04:46:14.245Z Fresh utf8parse v0.2.2
100842026-05-23T04:46:14.245Z Fresh untrusted v0.9.0
100852026-05-23T04:46:14.245Z Fresh anstyle v1.0.14
100862026-05-23T04:46:14.245Z Fresh time-core v0.1.8
100872026-05-23T04:46:14.245Z Fresh num-conv v0.2.0
100882026-05-23T04:46:14.249Z Fresh serde_derive v1.0.228
100892026-05-23T04:46:14.249Z Fresh zeroize_derive v1.4.3
100902026-05-23T04:46:14.249Z Fresh synstructure v0.13.2
100912026-05-23T04:46:14.249Z Fresh zerovec-derive v0.11.2
100922026-05-23T04:46:14.249Z Fresh displaydoc v0.2.5
100932026-05-23T04:46:14.249Z Fresh cc v1.2.56
100942026-05-23T04:46:14.249Z Fresh parking_lot v0.12.5
100952026-05-23T04:46:14.249Z Fresh zerocopy-derive v0.8.40
100962026-05-23T04:46:14.249Z Fresh rand_core v0.6.4
100972026-05-23T04:46:14.249Z Fresh thiserror-impl v2.0.18
100982026-05-23T04:46:14.249Z Fresh signal-hook-registry v1.4.8
100992026-05-23T04:46:14.249Z Fresh uuid v1.23.0
101002026-05-23T04:46:14.249Z Fresh tokio-macros v2.7.0
101012026-05-23T04:46:14.249Z Fresh serde_derive_internals v0.29.1
101022026-05-23T04:46:14.249Z Fresh rustix v1.1.3
101032026-05-23T04:46:14.249Z Fresh thiserror-impl v1.0.69
101042026-05-23T04:46:14.249Z Fresh futures-macro v0.3.32
101052026-05-23T04:46:14.249Z Fresh syn v1.0.109
101062026-05-23T04:46:14.249Z Fresh getrandom v0.3.4
101072026-05-23T04:46:14.249Z Fresh regex v1.12.3
101082026-05-23T04:46:14.249Z Fresh tracing-attributes v0.1.31
101092026-05-23T04:46:14.249Z Fresh anyhow v1.0.102
101102026-05-23T04:46:14.249Z Fresh tracing-core v0.1.36
101112026-05-23T04:46:14.249Z Fresh powerfmt v0.2.0
101122026-05-23T04:46:14.249Z Fresh time-macros v0.2.27
101132026-05-23T04:46:14.250Z Fresh colorchoice v1.0.4
101142026-05-23T04:46:14.250Z Fresh is_terminal_polyfill v1.70.2
101152026-05-23T04:46:14.250Z Fresh num_threads v0.1.7
101162026-05-23T04:46:14.250Z Fresh anstyle-query v1.1.5
101172026-05-23T04:46:14.250Z Fresh pem-rfc7468 v0.7.0
101182026-05-23T04:46:14.250Z Fresh serde v1.0.228
101192026-05-23T04:46:14.250Z Fresh zeroize v1.8.2
101202026-05-23T04:46:14.250Z Fresh zerofrom-derive v0.1.6
101212026-05-23T04:46:14.250Z Fresh yoke-derive v0.8.1
101222026-05-23T04:46:14.250Z Fresh zerocopy v0.8.40
101232026-05-23T04:46:14.250Z Fresh thiserror v2.0.18
101242026-05-23T04:46:14.250Z Fresh schemars_derive v0.8.22
101252026-05-23T04:46:14.250Z Fresh thiserror v1.0.69
101262026-05-23T04:46:14.250Z Fresh futures-util v0.3.32
101272026-05-23T04:46:14.250Z Fresh tracing v0.1.44
101282026-05-23T04:46:14.250Z Fresh crossbeam-utils v0.8.21
101292026-05-23T04:46:14.250Z Fresh deranged v0.5.8
101302026-05-23T04:46:14.250Z Fresh httparse v1.10.1
101312026-05-23T04:46:14.250Z Fresh rand_core v0.9.5
101322026-05-23T04:46:14.250Z Fresh terminal_size v0.4.3
101332026-05-23T04:46:14.250Z Fresh anstyle-parse v1.0.0
101342026-05-23T04:46:14.250Z Fresh der_derive v0.7.3
101352026-05-23T04:46:14.250Z Fresh ryu v1.0.23
101362026-05-23T04:46:14.250Z Fresh flagset v0.4.7
101372026-05-23T04:46:14.250Z Fresh cmake v0.1.57
101382026-05-23T04:46:14.250Z Fresh clap_lex v1.0.0
101392026-05-23T04:46:14.250Z Fresh dunce v1.0.5
101402026-05-23T04:46:14.250Z Fresh atomic-waker v1.1.2
101412026-05-23T04:46:14.250Z Fresh fs_extra v1.3.0
101422026-05-23T04:46:14.250Z Fresh clap_derive v4.6.1
101432026-05-23T04:46:14.250Z Fresh httpdate v1.0.3
101442026-05-23T04:46:14.250Z Fresh try-lock v0.2.5
101452026-05-23T04:46:14.250Z Fresh pin-utils v0.1.0
101462026-05-23T04:46:14.250Z Fresh tower-layer v0.3.3
101472026-05-23T04:46:14.254Z Fresh bytes v1.11.1
101482026-05-23T04:46:14.254Z Fresh zerofrom v0.1.6
101492026-05-23T04:46:14.254Z Fresh chrono v0.4.44
101502026-05-23T04:46:14.254Z Fresh generic-array v0.14.7
101512026-05-23T04:46:14.254Z Fresh ppv-lite86 v0.2.21
101522026-05-23T04:46:14.254Z Fresh serde_tokenstream v0.2.3
101532026-05-23T04:46:14.254Z Fresh ipnet v2.11.0
101542026-05-23T04:46:14.254Z Fresh time v0.3.47
101552026-05-23T04:46:14.254Z Fresh rustls-pki-types v1.14.0
101562026-05-23T04:46:14.254Z Fresh der v0.7.10
101572026-05-23T04:46:14.254Z Fresh anstream v1.0.0
101582026-05-23T04:46:14.254Z Fresh want v0.3.1
101592026-05-23T04:46:14.254Z Fresh tower-service v0.3.3
101602026-05-23T04:46:14.254Z Fresh erased-serde v0.3.31
101612026-05-23T04:46:14.254Z Fresh spin v0.9.8
101622026-05-23T04:46:14.254Z Fresh fastrand v2.3.0
101632026-05-23T04:46:14.254Z Fresh hex v0.4.3
101642026-05-23T04:46:14.254Z Fresh ucd-trie v0.1.7
101652026-05-23T04:46:14.254Z Fresh mime v0.3.17
101662026-05-23T04:46:14.254Z Fresh async-trait v0.1.89
101672026-05-23T04:46:14.254Z Fresh untrusted v0.7.1
101682026-05-23T04:46:14.254Z Fresh pretty-hex v0.4.1
101692026-05-23T04:46:14.255Z Fresh foldhash v0.2.0
101702026-05-23T04:46:14.255Z Fresh rustc_version v0.4.1
101712026-05-23T04:46:14.255Z Fresh plain v0.2.3
101722026-05-23T04:46:14.255Z Fresh vcpkg v0.2.15
101732026-05-23T04:46:14.255Z Fresh yoke v0.8.1
101742026-05-23T04:46:14.255Z Fresh tokio v1.52.1
101752026-05-23T04:46:14.255Z Fresh crypto-common v0.1.7
101762026-05-23T04:46:14.255Z Fresh block-buffer v0.10.4
101772026-05-23T04:46:14.255Z Fresh http v1.4.0
101782026-05-23T04:46:14.255Z Fresh block-padding v0.3.3
101792026-05-23T04:46:14.255Z Fresh ring v0.17.14
101802026-05-23T04:46:14.255Z Fresh rand_chacha v0.9.0
101812026-05-23T04:46:14.255Z Fresh clap_builder v4.6.0
101822026-05-23T04:46:14.255Z Fresh camino v1.2.2
101832026-05-23T04:46:14.255Z Fresh slog v2.8.2
101842026-05-23T04:46:14.255Z Fresh pest v2.8.6
101852026-05-23T04:46:14.255Z Fresh spki v0.7.3
101862026-05-23T04:46:14.255Z Fresh tempfile v3.25.0
101872026-05-23T04:46:14.255Z Fresh rand_chacha v0.3.1
101882026-05-23T04:46:14.255Z Fresh hashbrown v0.16.1
101892026-05-23T04:46:14.255Z Fresh openssl-probe v0.2.1
101902026-05-23T04:46:14.255Z Fresh serde_urlencoded v0.7.1
101912026-05-23T04:46:14.255Z Fresh encoding_rs v0.8.35
101922026-05-23T04:46:14.255Z Fresh unicode-segmentation v1.12.0
101932026-05-23T04:46:14.255Z Fresh simd-adler32 v0.3.8
101942026-05-23T04:46:14.255Z Fresh adler2 v2.0.1
101952026-05-23T04:46:14.255Z Fresh sync_wrapper v1.0.2
101962026-05-23T04:46:14.255Z Fresh webpki-roots v1.0.6
101972026-05-23T04:46:14.255Z Fresh darling_core v0.21.3
101982026-05-23T04:46:14.255Z Fresh winnow v0.7.14
101992026-05-23T04:46:14.255Z Fresh iri-string v0.7.10
102002026-05-23T04:46:14.255Z Fresh openapiv3 v2.2.0
102012026-05-23T04:46:14.255Z Fresh futures-executor v0.3.32
102022026-05-23T04:46:14.255Z Fresh lazy_static v1.5.0
102032026-05-23T04:46:14.255Z Fresh zerovec v0.11.5
102042026-05-23T04:46:14.255Z Fresh zerotrie v0.2.3
102052026-05-23T04:46:14.255Z Fresh digest v0.10.7
102062026-05-23T04:46:14.255Z Fresh inout v0.1.4
102072026-05-23T04:46:14.256Z Fresh tokio-util v0.7.18
102082026-05-23T04:46:14.256Z Fresh http-body v1.0.1
102092026-05-23T04:46:14.256Z Fresh rand v0.9.2
102102026-05-23T04:46:14.256Z Fresh clap v4.6.1
102112026-05-23T04:46:14.256Z Fresh aws-lc-sys v0.40.0
102122026-05-23T04:46:14.256Z Fresh pest_meta v2.8.6
102132026-05-23T04:46:14.256Z Fresh rand v0.8.6
102142026-05-23T04:46:14.256Z Fresh miniz_oxide v0.8.9
102152026-05-23T04:46:14.256Z Fresh rustls-native-certs v0.8.3
102162026-05-23T04:46:14.256Z Fresh tower v0.5.3
102172026-05-23T04:46:14.256Z Fresh darling_macro v0.21.3
102182026-05-23T04:46:14.256Z Fresh futures v0.3.32
102192026-05-23T04:46:14.282Z Fresh hubpack_derive v0.1.1
102202026-05-23T04:46:14.282Z Fresh static_assertions v1.1.0
102212026-05-23T04:46:14.283Z Fresh strum_macros v0.26.4
102222026-05-23T04:46:14.283Z Fresh scroll_derive v0.13.1
102232026-05-23T04:46:14.283Z Fresh toml_datetime v0.6.11
102242026-05-23T04:46:14.283Z Fresh serde_spanned v0.6.9
102252026-05-23T04:46:14.283Z Fresh zlib-rs v0.6.2
102262026-05-23T04:46:14.283Z Fresh tinyvec_macros v0.1.1
102272026-05-23T04:46:14.283Z Fresh litrs v1.0.0
102282026-05-23T04:46:14.283Z Fresh num-integer v0.1.46
102292026-05-23T04:46:14.283Z Fresh data-encoding v2.10.0
102302026-05-23T04:46:14.283Z Fresh tinystr v0.8.2
102312026-05-23T04:46:14.283Z Fresh potential_utf v0.1.4
102322026-05-23T04:46:14.283Z Fresh cipher v0.4.4
102332026-05-23T04:46:14.283Z Fresh sha2 v0.10.9
102342026-05-23T04:46:14.283Z Fresh hmac v0.12.1
102352026-05-23T04:46:14.283Z Fresh h2 v0.4.13
102362026-05-23T04:46:14.283Z Fresh http-body-util v0.1.3
102372026-05-23T04:46:14.283Z Fresh aws-lc-rs v1.16.3
102382026-05-23T04:46:14.283Z Fresh pest_generator v2.8.6
102392026-05-23T04:46:14.283Z Fresh tower-http v0.6.8
102402026-05-23T04:46:14.283Z Fresh darling v0.21.3
102412026-05-23T04:46:14.283Z Fresh signature v2.2.0
102422026-05-23T04:46:14.283Z Fresh crc32fast v1.5.0
102432026-05-23T04:46:14.283Z Fresh hubpack v0.1.2
102442026-05-23T04:46:14.283Z Fresh strum v0.26.3
102452026-05-23T04:46:14.283Z Fresh scroll v0.13.0
102462026-05-23T04:46:14.283Z Fresh tinyvec v1.10.0
102472026-05-23T04:46:14.283Z Fresh document-features v0.2.12
102482026-05-23T04:46:14.283Z Fresh psl-types v2.0.11
102492026-05-23T04:46:14.283Z Fresh sha1 v0.10.6
102502026-05-23T04:46:14.283Z Fresh toml_parser v1.0.9+spec-1.1.0
102512026-05-23T04:46:14.283Z Fresh thread-id v5.1.0
102522026-05-23T04:46:14.283Z Fresh bit-vec v0.8.0
102532026-05-23T04:46:14.283Z Fresh base16ct v0.2.0
102542026-05-23T04:46:14.283Z Fresh ff v0.13.1
102552026-05-23T04:46:14.283Z Fresh icu_locale_core v2.1.1
102562026-05-23T04:46:14.283Z Fresh icu_collections v2.1.1
102572026-05-23T04:46:14.283Z Fresh hyper v1.8.1
102582026-05-23T04:46:14.283Z Fresh aes v0.8.4
102592026-05-23T04:46:14.284Z Fresh pbkdf2 v0.12.2
102602026-05-23T04:46:14.284Z Fresh salsa20 v0.10.2
102612026-05-23T04:46:14.284Z Fresh cbc v0.1.2
102622026-05-23T04:46:14.284Z Fresh rustls-webpki v0.103.9
102632026-05-23T04:46:14.284Z Fresh pest_derive v2.8.6
102642026-05-23T04:46:14.284Z Fresh flate2 v1.1.9
102652026-05-23T04:46:14.284Z Fresh goblin v0.10.5
102662026-05-23T04:46:14.284Z Fresh paste v1.0.15
102672026-05-23T04:46:14.284Z Fresh cookie v0.18.1
102682026-05-23T04:46:14.284Z Fresh bit-set v0.8.0
102692026-05-23T04:46:14.284Z Fresh wait-timeout v0.2.1
102702026-05-23T04:46:14.284Z Fresh memmap2 v0.9.10
102712026-05-23T04:46:14.284Z Fresh group v0.13.0
102722026-05-23T04:46:14.284Z Fresh hkdf v0.12.4
102732026-05-23T04:46:14.284Z Fresh num-iter v0.1.45
102742026-05-23T04:46:14.284Z Fresh crypto-bigint v0.5.5
102752026-05-23T04:46:14.284Z Fresh anstyle-parse v0.2.7
102762026-05-23T04:46:14.284Z Fresh darling_core v0.20.11
102772026-05-23T04:46:14.284Z Fresh scroll_derive v0.12.1
102782026-05-23T04:46:14.284Z Fresh siphasher v1.0.2
102792026-05-23T04:46:14.284Z Fresh foreign-types-shared v0.1.1
102802026-05-23T04:46:14.284Z Fresh quick-error v1.2.3
102812026-05-23T04:46:14.284Z Fresh icu_provider v2.1.1
102822026-05-23T04:46:14.284Z Fresh hyper-util v0.1.20
102832026-05-23T04:46:14.284Z Fresh scrypt v0.11.0
102842026-05-23T04:46:14.284Z Fresh rustls v0.23.37
102852026-05-23T04:46:14.284Z Fresh dof v0.4.0
102862026-05-23T04:46:14.284Z Fresh dtrace-parser v0.3.0
102872026-05-23T04:46:14.284Z Fresh ahash v0.8.12
102882026-05-23T04:46:14.284Z Fresh object v0.37.3
102892026-05-23T04:46:14.284Z Fresh scroll v0.12.0
102902026-05-23T04:46:14.284Z Fresh darling_macro v0.20.11
102912026-05-23T04:46:14.284Z Fresh rusty-fork v0.3.1
102922026-05-23T04:46:14.284Z Fresh anstream v0.6.21
102932026-05-23T04:46:14.284Z Fresh foreign-types v0.3.2
102942026-05-23T04:46:14.284Z Fresh openssl-sys v0.9.114
102952026-05-23T04:46:14.284Z Fresh rand_xorshift v0.4.0
102962026-05-23T04:46:14.284Z Fresh crossbeam-epoch v0.9.18
102972026-05-23T04:46:14.284Z Fresh bstr v1.12.1
102982026-05-23T04:46:14.285Z Fresh zerocopy-derive v0.7.35
102992026-05-23T04:46:14.285Z Fresh openssl-macros v0.1.1
103002026-05-23T04:46:14.285Z Fresh winnow v0.5.40
103012026-05-23T04:46:14.285Z Fresh unarray v0.1.4
103022026-05-23T04:46:14.285Z Fresh x509-cert v0.2.5
103032026-05-23T04:46:14.285Z Fresh heck v0.4.1
103042026-05-23T04:46:14.285Z Fresh itertools v0.13.0
103052026-05-23T04:46:14.285Z Fresh dtrace-parser v0.2.0
103062026-05-23T04:46:14.285Z Fresh icu_properties v2.1.2
103072026-05-23T04:46:14.285Z Fresh icu_normalizer v2.1.1
103082026-05-23T04:46:14.285Z Fresh pkcs5 v0.7.1
103092026-05-23T04:46:14.285Z Fresh tokio-rustls v0.26.4
103102026-05-23T04:46:14.285Z Fresh usdt-impl v0.6.0
103112026-05-23T04:46:14.285Z Fresh rustls-platform-verifier v0.6.2
103122026-05-23T04:46:14.285Z Fresh openssl v0.10.78
103132026-05-23T04:46:14.285Z Fresh zerocopy v0.7.35
103142026-05-23T04:46:14.285Z Fresh toml_edit v0.19.15
103152026-05-23T04:46:14.285Z Fresh proptest v1.10.0
103162026-05-23T04:46:14.285Z Fresh rustix v0.38.44
103172026-05-23T04:46:14.285Z Fresh num-bigint-dig v0.8.6
103182026-05-23T04:46:14.285Z Fresh goblin v0.8.2
103192026-05-23T04:46:14.290Z Fresh darling v0.20.11
103202026-05-23T04:46:14.290Z Fresh rfc6979 v0.4.0
103212026-05-23T04:46:14.290Z Fresh curve25519-dalek-derive v0.1.1
103222026-05-23T04:46:14.290Z Fresh thread-id v4.2.2
103232026-05-23T04:46:14.290Z Fresh cfg_aliases v0.2.1
103242026-05-23T04:46:14.290Z Fresh daft-derive v0.1.7
103252026-05-23T04:46:14.290Z Fresh env_filter v1.0.0
103262026-05-23T04:46:14.290Z Fresh same-file v1.0.6
103272026-05-23T04:46:14.290Z Fresh keccak v0.1.6
103282026-05-23T04:46:14.290Z Fresh serde_with_macros v3.17.0
103292026-05-23T04:46:14.290Z Fresh bitflags v1.3.2
103302026-05-23T04:46:14.290Z Fresh unicode-normalization v0.1.25
103312026-05-23T04:46:14.290Z Fresh idna_adapter v1.2.1
103322026-05-23T04:46:14.290Z Fresh pkcs8 v0.10.2
103332026-05-23T04:46:14.290Z Fresh hyper-rustls v0.27.7
103342026-05-23T04:46:14.290Z Fresh usdt-macro v0.6.0
103352026-05-23T04:46:14.290Z Fresh usdt-attr-macro v0.6.0
103362026-05-23T04:46:14.290Z Fresh dof v0.3.0
103372026-05-23T04:46:14.290Z Fresh memoffset v0.9.1
103382026-05-23T04:46:14.290Z Fresh derive_builder_core v0.20.2
103392026-05-23T04:46:14.290Z Fresh curve25519-dalek v4.1.3
103402026-05-23T04:46:14.290Z Fresh native-tls v0.2.18
103412026-05-23T04:46:14.290Z Fresh walkdir v2.5.0
103422026-05-23T04:46:14.290Z Fresh sha3 v0.10.8
103432026-05-23T04:46:14.290Z Fresh env_logger v0.11.9
103442026-05-23T04:46:14.290Z Fresh enum-as-inner v0.6.1
103452026-05-23T04:46:14.291Z Fresh cargo-platform v0.3.2
103462026-05-23T04:46:14.291Z Fresh managed v0.8.0
103472026-05-23T04:46:14.291Z Fresh phf_shared v0.11.3
103482026-05-23T04:46:14.291Z Fresh ref-cast-impl v1.0.25
103492026-05-23T04:46:14.291Z Fresh toml_write v0.1.2
103502026-05-23T04:46:14.291Z Fresh new_debug_unreachable v1.0.6
103512026-05-23T04:46:14.291Z Fresh fixedbitset v0.4.2
103522026-05-23T04:46:14.291Z Fresh precomputed-hash v0.1.1
103532026-05-23T04:46:14.291Z Fresh toml v0.7.8
103542026-05-23T04:46:14.291Z Fresh globset v0.4.18
103552026-05-23T04:46:14.291Z Fresh idna v1.1.0
103562026-05-23T04:46:14.291Z Fresh sec1 v0.7.3
103572026-05-23T04:46:14.291Z Fresh usdt v0.6.0
103582026-05-23T04:46:14.291Z Fresh pkcs1 v0.7.5
103592026-05-23T04:46:14.291Z Fresh derive_builder_macro v0.20.2
103602026-05-23T04:46:14.291Z Fresh usdt-impl v0.5.0
103612026-05-23T04:46:14.291Z Fresh ed25519 v2.2.3
103622026-05-23T04:46:14.291Z Fresh tokio-native-tls v0.3.1
103632026-05-23T04:46:14.291Z Fresh bzip2-sys v0.1.13+1.0.8
103642026-05-23T04:46:14.291Z Fresh signal-hook v0.3.18
103652026-05-23T04:46:14.291Z Fresh cargo_metadata v0.23.1
103662026-05-23T04:46:14.291Z Fresh petgraph v0.6.5
103672026-05-23T04:46:14.291Z Fresh string_cache v0.8.9
103682026-05-23T04:46:14.291Z Fresh toml_edit v0.22.27
103692026-05-23T04:46:14.291Z Fresh pin-project-internal v1.1.11
103702026-05-23T04:46:14.291Z Fresh foldhash v0.1.5
103712026-05-23T04:46:14.291Z Fresh zstd-sys v2.0.16+zstd.1.5.7
103722026-05-23T04:46:14.291Z Fresh lalrpop-util v0.19.12
103732026-05-23T04:46:14.291Z Fresh tokio-stream v0.1.18
103742026-05-23T04:46:14.291Z Fresh serde-big-array v0.5.1
103752026-05-23T04:46:14.291Z Fresh snafu-derive v0.8.9
103762026-05-23T04:46:14.291Z Fresh hash32 v0.2.1
103772026-05-23T04:46:14.291Z Fresh pem v3.0.6
103782026-05-23T04:46:14.291Z Fresh unicode-bidi v0.3.18
103792026-05-23T04:46:14.291Z Fresh url v2.5.8
103802026-05-23T04:46:14.291Z Fresh publicsuffix v2.3.0
103812026-05-23T04:46:14.291Z Fresh elliptic-curve v0.13.8
103822026-05-23T04:46:14.291Z Fresh rsa v0.9.10
103832026-05-23T04:46:14.291Z Fresh derive_builder v0.20.2
103842026-05-23T04:46:14.292Z Fresh hyper-tls v0.6.0
103852026-05-23T04:46:14.292Z Fresh ed25519-dalek v2.2.0
103862026-05-23T04:46:14.292Z Fresh nix v0.31.2
103872026-05-23T04:46:14.292Z Fresh ref-cast v1.0.25
103882026-05-23T04:46:14.292Z Fresh bzip2 v0.4.4
103892026-05-23T04:46:14.292Z Fresh hashbrown v0.15.5
103902026-05-23T04:46:14.292Z Fresh pin-project v1.1.11
103912026-05-23T04:46:14.292Z Fresh signal-hook-mio v0.2.5
103922026-05-23T04:46:14.292Z Fresh fs-err v3.3.0
103932026-05-23T04:46:14.292Z Fresh predicates-core v1.0.10
103942026-05-23T04:46:14.292Z Fresh bumpalo v3.20.2
103952026-05-23T04:46:14.292Z Fresh unicode-properties v0.1.4
103962026-05-23T04:46:14.292Z Fresh libbz2-rs-sys v0.2.2
103972026-05-23T04:46:14.292Z Fresh olpc-cjson v0.1.4
103982026-05-23T04:46:14.292Z Fresh similar v2.7.0
103992026-05-23T04:46:14.292Z Fresh md-5 v0.10.6
104002026-05-23T04:46:14.292Z Fresh serde_plain v1.0.2
104012026-05-23T04:46:14.292Z Fresh async-recursion v1.1.1
104022026-05-23T04:46:14.292Z Fresh strum_macros v0.27.2
104032026-05-23T04:46:14.292Z Fresh float-cmp v0.10.0
104042026-05-23T04:46:14.292Z Fresh jiff v0.2.21
104052026-05-23T04:46:14.292Z Fresh fallible-iterator v0.2.0
104062026-05-23T04:46:14.292Z Fresh difflib v0.4.0
104072026-05-23T04:46:14.292Z Fresh typed-path v0.9.3
104082026-05-23T04:46:14.292Z Fresh schemars v0.8.22
104092026-05-23T04:46:14.292Z Fresh cookie_store v0.22.1
104102026-05-23T04:46:14.292Z Fresh ecdsa v0.16.9
104112026-05-23T04:46:14.292Z Fresh reqwest v0.12.28
104122026-05-23T04:46:14.292Z Fresh vergen-lib v9.1.0
104132026-05-23T04:46:14.292Z Fresh zip v0.6.6
104142026-05-23T04:46:14.292Z Fresh zstd-safe v7.2.4
104152026-05-23T04:46:14.292Z Fresh snafu v0.8.9
104162026-05-23T04:46:14.292Z Fresh stringprep v0.1.5
104172026-05-23T04:46:14.292Z Fresh bzip2 v0.6.1
104182026-05-23T04:46:14.292Z Fresh heapless v0.7.17
104192026-05-23T04:46:14.296Z Fresh crossterm v0.28.1
104202026-05-23T04:46:14.296Z Fresh zopfli v0.8.3
104212026-05-23T04:46:14.296Z Fresh hickory-proto v0.25.2
104222026-05-23T04:46:14.296Z Fresh normalize-line-endings v0.3.0
104232026-05-23T04:46:14.296Z Fresh strum v0.27.2
104242026-05-23T04:46:14.296Z Fresh phf_shared v0.13.1
104252026-05-23T04:46:14.296Z Fresh buf-list v1.1.2
104262026-05-23T04:46:14.296Z Fresh serde_repr v0.1.20
104272026-05-23T04:46:14.296Z Fresh fixedbitset v0.5.7
104282026-05-23T04:46:14.296Z Fresh peg-runtime v0.8.5
104292026-05-23T04:46:14.296Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
104302026-05-23T04:46:14.296Z Fresh whoami v2.1.0
104312026-05-23T04:46:14.296Z Fresh is-terminal v0.4.17
104322026-05-23T04:46:14.297Z Fresh crossbeam-channel v0.5.15
104332026-05-23T04:46:14.297Z Fresh thread_local v1.1.9
104342026-05-23T04:46:14.297Z Fresh take_mut v0.2.2
104352026-05-23T04:46:14.297Z Fresh term v1.2.1
104362026-05-23T04:46:14.297Z Fresh newtype-uuid-macros v0.1.0
104372026-05-23T04:46:14.297Z Fresh structmeta-derive v0.3.0
104382026-05-23T04:46:14.297Z Fresh match_cfg v0.1.0
104392026-05-23T04:46:14.297Z Fresh ipnetwork v0.21.1
104402026-05-23T04:46:14.297Z Fresh reqwest v0.13.2
104412026-05-23T04:46:14.297Z Fresh newtype-uuid v1.3.2
104422026-05-23T04:46:14.297Z Fresh serde_with v3.17.0
104432026-05-23T04:46:14.297Z Fresh vergen v9.1.0
104442026-05-23T04:46:14.297Z Fresh zstd v0.13.3
104452026-05-23T04:46:14.297Z Fresh postgres-protocol v0.6.10
104462026-05-23T04:46:14.297Z Fresh predicates v3.1.4
104472026-05-23T04:46:14.297Z Fresh smoltcp v0.9.1
104482026-05-23T04:46:14.297Z Fresh tough v0.22.0
104492026-05-23T04:46:14.297Z Fresh phf v0.13.1
104502026-05-23T04:46:14.297Z Fresh petgraph v0.8.3
104512026-05-23T04:46:14.297Z Fresh slog-term v2.9.2
104522026-05-23T04:46:14.297Z Fresh structmeta v0.3.0
104532026-05-23T04:46:14.297Z Fresh hostname v0.3.1
104542026-05-23T04:46:14.297Z Fresh slog-json v2.6.1
104552026-05-23T04:46:14.297Z Fresh debug-ignore v1.0.5
104562026-05-23T04:46:14.297Z Fresh rustls-webpki v0.102.8
104572026-05-23T04:46:14.297Z Fresh toml_datetime v1.0.0+spec-1.1.0
104582026-05-23T04:46:14.297Z Fresh serde_path_to_error v0.1.20
104592026-05-23T04:46:14.297Z Fresh serde_spanned v1.0.4
104602026-05-23T04:46:14.297Z Fresh toml_writer v1.0.6+spec-1.1.0
104612026-05-23T04:46:14.297Z Fresh compression-core v0.4.31
104622026-05-23T04:46:14.297Z Fresh async-stream-impl v0.3.6
104632026-05-23T04:46:14.297Z Fresh dropshot_endpoint v0.17.0
104642026-05-23T04:46:14.297Z Fresh rustls-pemfile v2.2.0
104652026-05-23T04:46:14.297Z Fresh waitgroup v0.1.2
104662026-05-23T04:46:14.297Z Fresh hostname v0.4.2
104672026-05-23T04:46:14.297Z Fresh oxnet v0.1.5
104682026-05-23T04:46:14.297Z Fresh zip v4.6.1
104692026-05-23T04:46:14.297Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
104702026-05-23T04:46:14.297Z Fresh postgres-types v0.2.12
104712026-05-23T04:46:14.298Z Fresh slog-async v2.8.0
104722026-05-23T04:46:14.298Z Fresh slog-bunyan v2.5.0
104732026-05-23T04:46:14.298Z Fresh derive-ex v0.1.8
104742026-05-23T04:46:14.298Z Fresh compression-codecs v0.4.37
104752026-05-23T04:46:14.298Z Fresh toml v1.0.6+spec-1.1.0
104762026-05-23T04:46:14.298Z Fresh async-stream v0.3.6
104772026-05-23T04:46:14.298Z Fresh progenitor-client v0.14.0
104782026-05-23T04:46:14.298Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
104792026-05-23T04:46:14.298Z Fresh itertools v0.14.0
104802026-05-23T04:46:14.298Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
104812026-05-23T04:46:14.298Z Fresh regress v0.10.5
104822026-05-23T04:46:14.298Z Fresh progenitor-client v0.13.0
104832026-05-23T04:46:14.298Z Fresh macaddr v1.0.1
104842026-05-23T04:46:14.298Z Fresh instant v0.1.13
104852026-05-23T04:46:14.298Z Fresh parse-display-derive v0.10.0
104862026-05-23T04:46:14.298Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
104872026-05-23T04:46:14.298Z Fresh backon v1.6.0
104882026-05-23T04:46:14.298Z Fresh humantime v2.3.0
104892026-05-23T04:46:14.298Z Fresh unicode-width v0.2.0
104902026-05-23T04:46:14.298Z Fresh convert_case v0.4.0
104912026-05-23T04:46:14.298Z Fresh secrecy v0.10.3
104922026-05-23T04:46:14.298Z Fresh half v2.7.1
104932026-05-23T04:46:14.298Z Fresh ciborium-io v0.2.2
104942026-05-23T04:46:14.298Z Fresh regress v0.11.1
104952026-05-23T04:46:14.298Z Fresh daft v0.1.7
104962026-05-23T04:46:14.298Z Fresh tokio-postgres v0.7.16
104972026-05-23T04:46:14.298Z Fresh test-strategy v0.4.5
104982026-05-23T04:46:14.298Z Fresh rustls v0.22.4
104992026-05-23T04:46:14.298Z Fresh async-compression v0.4.41
105002026-05-23T04:46:14.298Z Fresh multer v3.1.0
105012026-05-23T04:46:14.298Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
105022026-05-23T04:46:14.298Z Fresh backoff v0.4.0
105032026-05-23T04:46:14.298Z Fresh parse-display v0.10.0
105042026-05-23T04:46:14.298Z Fresh progenitor-extras v0.2.0
105052026-05-23T04:46:14.298Z Fresh derive_more v0.99.20
105062026-05-23T04:46:14.298Z Fresh ciborium-ll v0.2.2
105072026-05-23T04:46:14.298Z Fresh typify-impl v0.6.2
105082026-05-23T04:46:14.298Z Fresh universal-hash v0.5.1
105092026-05-23T04:46:14.299Z Fresh opaque-debug v0.3.1
105102026-05-23T04:46:14.299Z Fresh unsafe-libyaml v0.2.11
105112026-05-23T04:46:14.299Z Fresh indent_write v2.2.0
105122026-05-23T04:46:14.299Z Fresh aead v0.5.2
105132026-05-23T04:46:14.299Z Fresh chacha20 v0.9.1
105142026-05-23T04:46:14.299Z Fresh byte-wrapper v0.1.0
105152026-05-23T04:46:14.299Z Fresh thiserror-impl-no-std v2.0.2
105162026-05-23T04:46:14.299Z Fresh blake2 v0.10.6
105172026-05-23T04:46:14.299Z Fresh password-hash v0.5.0
105182026-05-23T04:46:14.299Z Fresh swrite v0.1.0
105192026-05-23T04:46:14.302Z Fresh camino-tempfile v1.4.1
105202026-05-23T04:46:14.302Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
105212026-05-23T04:46:14.303Z Fresh glob v0.3.3
105222026-05-23T04:46:14.303Z Fresh crossbeam-deque v0.8.6
105232026-05-23T04:46:14.303Z Fresh toml_datetime v0.7.5+spec-1.1.0
105242026-05-23T04:46:14.303Z Fresh iddqd v0.4.1
105252026-05-23T04:46:14.303Z Fresh tokio-rustls v0.25.0
105262026-05-23T04:46:14.303Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
105272026-05-23T04:46:14.303Z Fresh ciborium v0.2.2
105282026-05-23T04:46:14.303Z Fresh crucible-workspace-hack v0.1.0
105292026-05-23T04:46:14.303Z Fresh serde_yaml v0.9.34+deprecated
105302026-05-23T04:46:14.303Z Fresh typify-macro v0.6.2
105312026-05-23T04:46:14.303Z Fresh poly1305 v0.8.0
105322026-05-23T04:46:14.303Z Fresh thiserror-no-std v2.0.2
105332026-05-23T04:46:14.303Z Fresh argon2 v0.5.3
105342026-05-23T04:46:14.303Z Fresh toml_edit v0.23.10+spec-1.0.0
105352026-05-23T04:46:14.303Z Fresh atomicwrites v0.4.4
105362026-05-23T04:46:14.303Z Fresh tabwriter v1.4.1
105372026-05-23T04:46:14.303Z Fresh ingot-macros v0.1.1
105382026-05-23T04:46:14.303Z Fresh toml v0.8.23
105392026-05-23T04:46:14.303Z Fresh hash32 v0.3.1
105402026-05-23T04:46:14.303Z Fresh cobs v0.3.0
105412026-05-23T04:46:14.303Z Fresh unicode-width v0.1.14
105422026-05-23T04:46:14.303Z Fresh proc-macro-crate v1.3.1
105432026-05-23T04:46:14.303Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
105442026-05-23T04:46:14.303Z Fresh foreign-types-macros v0.2.3
105452026-05-23T04:46:14.303Z Fresh colored v3.1.1
105462026-05-23T04:46:14.303Z Fresh foreign-types-shared v0.3.1
105472026-05-23T04:46:14.303Z Fresh dropshot v0.17.0
105482026-05-23T04:46:14.303Z Fresh typify v0.6.2
105492026-05-23T04:46:14.303Z Fresh vsss-rs v3.3.4
105502026-05-23T04:46:14.303Z Fresh chacha20poly1305 v0.10.1
105512026-05-23T04:46:14.303Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
105522026-05-23T04:46:14.303Z Fresh proc-macro-error-attr v1.0.4
105532026-05-23T04:46:14.303Z Fresh proc-macro-crate v3.4.0
105542026-05-23T04:46:14.303Z Fresh ingot-types v0.1.2
105552026-05-23T04:46:14.303Z Fresh postcard v1.1.3
105562026-05-23T04:46:14.303Z Fresh cpufeatures v0.3.0
105572026-05-23T04:46:14.303Z Fresh foreign-types v0.5.0
105582026-05-23T04:46:14.303Z Fresh num_enum_derive v0.5.11
105592026-05-23T04:46:14.304Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
105602026-05-23T04:46:14.304Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
105612026-05-23T04:46:14.304Z Fresh cstr-argument v0.1.2
105622026-05-23T04:46:14.304Z Fresh num-derive v0.4.2
105632026-05-23T04:46:14.304Z Fresh sigpipe v0.1.3
105642026-05-23T04:46:14.304Z Fresh winnow v1.0.3
105652026-05-23T04:46:14.304Z Fresh num-rational v0.4.2
105662026-05-23T04:46:14.304Z Fresh num-complex v0.4.6
105672026-05-23T04:46:14.304Z Fresh itertools v0.12.1
105682026-05-23T04:46:14.304Z Fresh smf v0.2.3
105692026-05-23T04:46:14.304Z Fresh whoami v1.6.1
105702026-05-23T04:46:14.304Z Fresh progenitor-impl v0.14.0
105712026-05-23T04:46:14.304Z Fresh propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
105722026-05-23T04:46:14.304Z Fresh proc-macro-error v1.0.4
105732026-05-23T04:46:14.304Z Fresh rayon-core v1.13.0
105742026-05-23T04:46:14.304Z Fresh num_enum_derive v0.7.6
105752026-05-23T04:46:14.304Z Fresh heapless v0.8.0
105762026-05-23T04:46:14.304Z Fresh ingot v0.1.1
105772026-05-23T04:46:14.304Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
105782026-05-23T04:46:14.304Z Fresh chacha20 v0.10.0
105792026-05-23T04:46:14.304Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
105802026-05-23T04:46:14.304Z Fresh num_enum v0.5.11
105812026-05-23T04:46:14.304Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
105822026-05-23T04:46:14.304Z Fresh num v0.4.3
105832026-05-23T04:46:14.304Z Fresh float-ord v0.3.2
105842026-05-23T04:46:14.304Z Fresh console v0.15.11
105852026-05-23T04:46:14.304Z Fresh newline-converter v0.3.0
105862026-05-23T04:46:14.304Z Fresh derive-where v1.6.0
105872026-05-23T04:46:14.304Z Fresh usdt-attr-macro v0.5.0
105882026-05-23T04:46:14.304Z Fresh usdt-macro v0.5.0
105892026-05-23T04:46:14.304Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
105902026-05-23T04:46:14.304Z Fresh memmap v0.7.0
105912026-05-23T04:46:14.304Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
105922026-05-23T04:46:14.304Z Fresh libsw-core v0.3.2
105932026-05-23T04:46:14.304Z Fresh linear-map v1.2.0
105942026-05-23T04:46:14.304Z Fresh bytecount v0.6.9
105952026-05-23T04:46:14.304Z Fresh progenitor-macro v0.14.0
105962026-05-23T04:46:14.304Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
105972026-05-23T04:46:14.304Z Fresh rayon v1.11.0
105982026-05-23T04:46:14.305Z Fresh num_enum v0.7.6
105992026-05-23T04:46:14.305Z Fresh smoltcp v0.11.0
106002026-05-23T04:46:14.305Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
106012026-05-23T04:46:14.305Z Fresh rand v0.10.1
106022026-05-23T04:46:14.305Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
106032026-05-23T04:46:14.305Z Fresh zone_cfg_derive v0.3.1
106042026-05-23T04:46:14.305Z Fresh expectorate v1.2.0
106052026-05-23T04:46:14.305Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
106062026-05-23T04:46:14.305Z Fresh usdt v0.5.0
106072026-05-23T04:46:14.305Z Fresh libsw v3.5.0
106082026-05-23T04:46:14.305Z Fresh gethostname v0.5.0
106092026-05-23T04:46:14.305Z Fresh progenitor-impl v0.13.0
106102026-05-23T04:46:14.305Z Fresh num-derive v0.3.3
106112026-05-23T04:46:14.305Z Fresh unicode-xid v0.2.6
106122026-05-23T04:46:14.306Z Fresh resolv-conf v0.7.6
106132026-05-23T04:46:14.306Z Fresh minimal-lexical v0.2.1
106142026-05-23T04:46:14.306Z Fresh csv-core v0.1.13
106152026-05-23T04:46:14.306Z Fresh smawk v0.3.2
106162026-05-23T04:46:14.306Z Fresh unicode-linebreak v0.1.5
106172026-05-23T04:46:14.306Z Fresh linked-hash-map v0.5.6
106182026-05-23T04:46:14.306Z Fresh termtree v0.5.1
106192026-05-23T04:46:14.310Z Fresh hickory-proto v0.24.4
106202026-05-23T04:46:14.310Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
106212026-05-23T04:46:14.310Z Fresh progenitor v0.14.0
106222026-05-23T04:46:14.310Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
106232026-05-23T04:46:14.310Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
106242026-05-23T04:46:14.310Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
106252026-05-23T04:46:14.310Z Fresh zone v0.3.1
106262026-05-23T04:46:14.310Z Fresh cancel-safe-futures v0.1.5
106272026-05-23T04:46:14.310Z Fresh owo-colors v4.3.0
106282026-05-23T04:46:14.310Z Fresh prettyplease v0.2.37
106292026-05-23T04:46:14.310Z Fresh progenitor-macro v0.13.0
106302026-05-23T04:46:14.310Z Fresh tokio-dtrace v0.1.1
106312026-05-23T04:46:14.310Z Fresh libscf-sys v1.1.0
106322026-05-23T04:46:14.310Z Fresh nom v7.1.3
106332026-05-23T04:46:14.311Z Fresh csv v1.4.0
106342026-05-23T04:46:14.311Z Fresh lru-cache v0.1.2
106352026-05-23T04:46:14.311Z Fresh sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
106362026-05-23T04:46:14.311Z Fresh gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
106372026-05-23T04:46:14.311Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
106382026-05-23T04:46:14.311Z Fresh tagptr v0.2.0
106392026-05-23T04:46:14.311Z Fresh semver v0.1.20
106402026-05-23T04:46:14.311Z Fresh omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
106412026-05-23T04:46:14.311Z Fresh papergrid v0.11.0
106422026-05-23T04:46:14.311Z Fresh tabled_derive v0.7.0
106432026-05-23T04:46:14.311Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
106442026-05-23T04:46:14.311Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e)
106452026-05-23T04:46:14.311Z Fresh progenitor v0.13.0
106462026-05-23T04:46:14.311Z Fresh oxide-tokio-rt v0.1.4
106472026-05-23T04:46:14.311Z Fresh slog-dtrace v0.3.0
106482026-05-23T04:46:14.311Z Fresh trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
106492026-05-23T04:46:14.311Z Fresh propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
106502026-05-23T04:46:14.311Z Fresh rustc_version v0.1.7
106512026-05-23T04:46:14.311Z Fresh hickory-resolver v0.24.4
106522026-05-23T04:46:14.311Z Fresh moka v0.12.13
106532026-05-23T04:46:14.311Z Fresh highway v1.3.0
106542026-05-23T04:46:14.311Z Fresh tabled v0.15.0
106552026-05-23T04:46:14.311Z Fresh bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
106562026-05-23T04:46:14.311Z Fresh omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
106572026-05-23T04:46:14.311Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
106582026-05-23T04:46:14.311Z Fresh phf_shared v0.12.1
106592026-05-23T04:46:14.311Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
106602026-05-23T04:46:14.311Z Fresh const_format_proc_macros v0.2.34
106612026-05-23T04:46:14.311Z Fresh textwrap v0.16.2
106622026-05-23T04:46:14.311Z Fresh bcs v0.1.6
106632026-05-23T04:46:14.311Z Fresh gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
106642026-05-23T04:46:14.311Z Fresh rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
106652026-05-23T04:46:14.311Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
106662026-05-23T04:46:14.311Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
106672026-05-23T04:46:14.311Z Fresh oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
106682026-05-23T04:46:14.311Z Fresh multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
106692026-05-23T04:46:14.311Z Fresh hickory-resolver v0.25.2
106702026-05-23T04:46:14.311Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
106712026-05-23T04:46:14.311Z Fresh qorb v0.4.1
106722026-05-23T04:46:14.312Z Fresh phf v0.12.1
106732026-05-23T04:46:14.312Z Fresh const_format v0.2.35
106742026-05-23T04:46:14.312Z Fresh internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
106752026-05-23T04:46:14.312Z Fresh clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
106762026-05-23T04:46:14.312Z Fresh gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
106772026-05-23T04:46:14.312Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
106782026-05-23T04:46:14.312Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
106792026-05-23T04:46:14.312Z Fresh trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
106802026-05-23T04:46:14.312Z Fresh cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
106812026-05-23T04:46:14.312Z Fresh api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
106822026-05-23T04:46:14.312Z Fresh key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
106832026-05-23T04:46:14.312Z Fresh ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
106842026-05-23T04:46:14.312Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
106852026-05-23T04:46:14.312Z Fresh update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
106862026-05-23T04:46:14.312Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
106872026-05-23T04:46:14.312Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
106882026-05-23T04:46:14.312Z Fresh sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
106892026-05-23T04:46:14.312Z Fresh chrono-tz v0.10.4
106902026-05-23T04:46:14.312Z Fresh ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
106912026-05-23T04:46:14.312Z Fresh clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
106922026-05-23T04:46:14.312Z Fresh internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
106932026-05-23T04:46:14.312Z Fresh cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
106942026-05-23T04:46:14.312Z Fresh gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
106952026-05-23T04:46:14.312Z Fresh convert_case v0.10.0
106962026-05-23T04:46:14.312Z Fresh ar_archive_writer v0.5.1
106972026-05-23T04:46:14.312Z Fresh fd-lock v4.0.4
106982026-05-23T04:46:14.312Z Fresh vte v0.14.1
106992026-05-23T04:46:14.312Z Fresh oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
107002026-05-23T04:46:14.312Z Fresh nom v8.0.0
107012026-05-23T04:46:14.312Z Fresh nu-ansi-term v0.50.3
107022026-05-23T04:46:14.312Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
107032026-05-23T04:46:14.312Z Fresh cfg_aliases v0.1.1
107042026-05-23T04:46:14.312Z Fresh display-error-chain v0.2.2
107052026-05-23T04:46:14.312Z Fresh nibble_vec v0.1.0
107062026-05-23T04:46:14.312Z Fresh endian-type v0.1.2
107072026-05-23T04:46:14.312Z Fresh home v0.5.12
107082026-05-23T04:46:14.312Z Fresh newtype_derive v0.1.6
107092026-05-23T04:46:14.312Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
107102026-05-23T04:46:14.312Z Fresh sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
107112026-05-23T04:46:14.313Z Fresh oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
107122026-05-23T04:46:14.313Z Fresh derive_more-impl v2.1.1
107132026-05-23T04:46:14.313Z Fresh internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
107142026-05-23T04:46:14.313Z Fresh strip-ansi-escapes v0.2.1
107152026-05-23T04:46:14.313Z Fresh mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
107162026-05-23T04:46:14.313Z Fresh ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
107172026-05-23T04:46:14.313Z Fresh radix_trie v0.2.1
107182026-05-23T04:46:14.313Z Fresh recursive-proc-macro-impl v0.1.1
107192026-05-23T04:46:14.317Z Fresh peg-macros v0.8.5
107202026-05-23T04:46:14.317Z Fresh sqlparser_derive v0.5.0
107212026-05-23T04:46:14.317Z Fresh winnow v0.6.26
107222026-05-23T04:46:14.317Z Fresh unicode_categories v0.1.1
107232026-05-23T04:46:14.317Z Fresh base64 v0.21.7
107242026-05-23T04:46:14.317Z Fresh filetime v0.2.27
107252026-05-23T04:46:14.317Z Fresh xattr v1.6.1
107262026-05-23T04:46:14.317Z Fresh headers-core v0.3.0
107272026-05-23T04:46:14.317Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
107282026-05-23T04:46:14.317Z Fresh trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
107292026-05-23T04:46:14.317Z Fresh illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
107302026-05-23T04:46:14.317Z Fresh steno v0.4.1
107312026-05-23T04:46:14.317Z Fresh nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
107322026-05-23T04:46:14.317Z Fresh bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
107332026-05-23T04:46:14.317Z Fresh derive_more v2.1.1
107342026-05-23T04:46:14.317Z Fresh reedline v0.40.0
107352026-05-23T04:46:14.317Z Fresh mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
107362026-05-23T04:46:14.317Z Fresh sqlformat v0.3.5
107372026-05-23T04:46:14.317Z Fresh peg v0.8.5
107382026-05-23T04:46:14.317Z Fresh tar v0.4.45
107392026-05-23T04:46:14.317Z Fresh headers v0.4.1
107402026-05-23T04:46:14.317Z Fresh subprocess v0.2.15
107412026-05-23T04:46:14.317Z Fresh dropshot-api-manager-types v0.7.2
107422026-05-23T04:46:14.317Z Fresh yasna v0.5.2
107432026-05-23T04:46:14.317Z Fresh utf-8 v0.7.6
107442026-05-23T04:46:14.317Z Fresh bitfield-struct v0.6.2
107452026-05-23T04:46:14.317Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
107462026-05-23T04:46:14.317Z Fresh xshell-macros v0.2.7
107472026-05-23T04:46:14.317Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
107482026-05-23T04:46:14.317Z Fresh crossterm v0.29.0
107492026-05-23T04:46:14.317Z Fresh psm v0.1.30
107502026-05-23T04:46:14.317Z Fresh nix v0.28.0
107512026-05-23T04:46:14.317Z Fresh rcgen v0.12.1
107522026-05-23T04:46:14.317Z Fresh tungstenite v0.21.0
107532026-05-23T04:46:14.317Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
107542026-05-23T04:46:14.317Z Fresh xshell v0.2.7
107552026-05-23T04:46:14.317Z Fresh tap v1.0.1
107562026-05-23T04:46:14.318Z Fresh zerocopy-derive v0.6.6
107572026-05-23T04:46:14.318Z Fresh funty v2.0.0
107582026-05-23T04:46:14.318Z Fresh crc-catalog v2.4.0
107592026-05-23T04:46:14.318Z Fresh packed_struct_codegen v0.10.1
107602026-05-23T04:46:14.318Z Fresh bitfield-macros v0.19.4
107612026-05-23T04:46:14.318Z Fresh nodrop v0.1.14
107622026-05-23T04:46:14.318Z Fresh hashbrown v0.12.3
107632026-05-23T04:46:14.318Z Fresh maplit v1.0.2
107642026-05-23T04:46:14.318Z Fresh ron v0.8.1
107652026-05-23T04:46:14.318Z Fresh hashbrown v0.13.2
107662026-05-23T04:46:14.318Z Fresh crc-any v2.5.0
107672026-05-23T04:46:14.318Z Fresh path-slash v0.1.5
107682026-05-23T04:46:14.318Z Fresh dsl_auto_type v0.2.0
107692026-05-23T04:46:14.318Z Fresh oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
107702026-05-23T04:46:14.318Z Fresh stacker v0.1.23
107712026-05-23T04:46:14.318Z Fresh rustyline v14.0.0
107722026-05-23T04:46:14.318Z Fresh tokio-tungstenite v0.21.0
107732026-05-23T04:46:14.318Z Fresh libefi-sys v0.1.0
107742026-05-23T04:46:14.318Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
107752026-05-23T04:46:14.318Z Fresh radium v0.7.0
107762026-05-23T04:46:14.318Z Fresh wyz v0.5.1
107772026-05-23T04:46:14.318Z Fresh zerocopy v0.6.6
107782026-05-23T04:46:14.318Z Fresh crc v3.4.0
107792026-05-23T04:46:14.318Z Fresh array-init v0.0.4
107802026-05-23T04:46:14.318Z Fresh bitfield v0.19.4
107812026-05-23T04:46:14.318Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
107822026-05-23T04:46:14.318Z Fresh fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
107832026-05-23T04:46:14.318Z Fresh scheduled-thread-pool v0.2.7
107842026-05-23T04:46:14.318Z Fresh diesel_table_macro_syntax v0.3.0
107852026-05-23T04:46:14.318Z Fresh proc-macro-error-attr2 v2.0.0
107862026-05-23T04:46:14.318Z Fresh downcast-rs v2.0.2
107872026-05-23T04:46:14.318Z Fresh diff v0.1.13
107882026-05-23T04:46:14.318Z Fresh git-stub v1.0.0
107892026-05-23T04:46:14.318Z Fresh dirs-sys-next v0.1.2
107902026-05-23T04:46:14.318Z Fresh unicase v2.9.0
107912026-05-23T04:46:14.318Z Fresh nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
107922026-05-23T04:46:14.318Z Fresh recursive v0.1.1
107932026-05-23T04:46:14.318Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
107942026-05-23T04:46:14.319Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
107952026-05-23T04:46:14.319Z Fresh bitvec v1.0.1
107962026-05-23T04:46:14.319Z Fresh maybe-uninit v2.0.0
107972026-05-23T04:46:14.319Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
107982026-05-23T04:46:14.319Z Fresh indexmap v1.9.3
107992026-05-23T04:46:14.319Z Fresh diesel_derives v2.3.7
108002026-05-23T04:46:14.319Z Fresh r2d2 v0.8.10
108012026-05-23T04:46:14.319Z Fresh proc-macro-error2 v2.0.1
108022026-05-23T04:46:14.319Z Fresh git-stub-vcs v0.1.0
108032026-05-23T04:46:14.319Z Fresh dirs-next v2.0.0
108042026-05-23T04:46:14.319Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
108052026-05-23T04:46:14.319Z Fresh papergrid v0.17.0
108062026-05-23T04:46:14.319Z Fresh testing_table v0.3.0
108072026-05-23T04:46:14.319Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
108082026-05-23T04:46:14.319Z Fresh bit-vec v0.6.3
108092026-05-23T04:46:14.319Z Fresh itertools v0.10.5
108102026-05-23T04:46:14.319Z Fresh ena v0.14.4
108112026-05-23T04:46:14.319Z Fresh libloading v0.8.9
108122026-05-23T04:46:14.319Z Fresh nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
108132026-05-23T04:46:14.319Z Fresh sqlparser v0.61.0
108142026-05-23T04:46:14.319Z Fresh packed_struct v0.10.1
108152026-05-23T04:46:14.319Z Fresh smallvec v0.6.14
108162026-05-23T04:46:14.319Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
108172026-05-23T04:46:14.319Z Fresh object v0.30.4
108182026-05-23T04:46:14.319Z Fresh diesel v2.3.7
108192026-05-23T04:46:14.323Z Fresh vergen-lib v0.1.6
108202026-05-23T04:46:14.323Z Fresh tabled_derive v0.11.0
108212026-05-23T04:46:14.323Z Fresh crunchy v0.2.4
108222026-05-23T04:46:14.323Z Fresh term v0.7.0
108232026-05-23T04:46:14.323Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
108242026-05-23T04:46:14.323Z Fresh bit-set v0.5.3
108252026-05-23T04:46:14.323Z Fresh regex-syntax v0.6.29
108262026-05-23T04:46:14.323Z Fresh cexpr v0.6.0
108272026-05-23T04:46:14.323Z Fresh crc8 v0.1.1
108282026-05-23T04:46:14.323Z Fresh rustc-hash v2.1.1
108292026-05-23T04:46:14.323Z Fresh half v1.8.3
108302026-05-23T04:46:14.323Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
108312026-05-23T04:46:14.323Z Fresh strum_macros v0.24.3
108322026-05-23T04:46:14.323Z Fresh indoc v1.0.9
108332026-05-23T04:46:14.323Z Fresh oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
108342026-05-23T04:46:14.323Z Fresh serde-hex v0.1.0
108352026-05-23T04:46:14.323Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
108362026-05-23T04:46:14.324Z Fresh vergen-gitcl v1.0.8
108372026-05-23T04:46:14.324Z Fresh tabled v0.20.0
108382026-05-23T04:46:14.324Z Fresh tiny-keccak v2.0.2
108392026-05-23T04:46:14.324Z Fresh ascii-canvas v3.0.0
108402026-05-23T04:46:14.324Z Fresh clang-sys v1.8.1
108412026-05-23T04:46:14.324Z Fresh serde_cbor v0.11.2
108422026-05-23T04:46:14.324Z Fresh quick-xml v0.37.5
108432026-05-23T04:46:14.324Z Fresh oso-derive v0.27.3
108442026-05-23T04:46:14.324Z Fresh impl-trait-for-tuples v0.2.3
108452026-05-23T04:46:14.324Z Fresh openssl-probe v0.1.6
108462026-05-23T04:46:14.324Z Fresh trait-variant v0.1.2
108472026-05-23T04:46:14.324Z Fresh primeorder v0.13.6
108482026-05-23T04:46:14.324Z Fresh fxhash v0.2.1
108492026-05-23T04:46:14.324Z Fresh bb8 v0.8.6
108502026-05-23T04:46:14.324Z Fresh diesel-dtrace v0.5.0
108512026-05-23T04:46:14.324Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
108522026-05-23T04:46:14.324Z Fresh mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
108532026-05-23T04:46:14.324Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
108542026-05-23T04:46:14.324Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
108552026-05-23T04:46:14.324Z Fresh lalrpop v0.19.12
108562026-05-23T04:46:14.324Z Fresh bindgen v0.71.1
108572026-05-23T04:46:14.324Z Fresh libxml v0.3.3
108582026-05-23T04:46:14.324Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
108592026-05-23T04:46:14.324Z Fresh async-bb8-diesel v0.2.1
108602026-05-23T04:46:14.324Z Fresh p384 v0.13.1
108612026-05-23T04:46:14.324Z Fresh arc-swap v1.8.2
108622026-05-23T04:46:14.324Z Fresh nonempty v0.12.0
108632026-05-23T04:46:14.324Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
108642026-05-23T04:46:14.324Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
108652026-05-23T04:46:14.324Z Fresh predicates-tree v1.0.13
108662026-05-23T04:46:14.324Z Fresh kstat-rs v0.2.4
108672026-05-23T04:46:14.324Z Fresh ignore v0.4.25
108682026-05-23T04:46:14.324Z Fresh typify-impl v0.4.3
108692026-05-23T04:46:14.324Z Fresh prefix-trie v0.7.0
108702026-05-23T04:46:14.324Z Fresh parse-size v1.1.0
108712026-05-23T04:46:14.324Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
108722026-05-23T04:46:14.324Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
108732026-05-23T04:46:14.324Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
108742026-05-23T04:46:14.325Z Fresh salty v0.3.0
108752026-05-23T04:46:14.325Z Fresh slog-scope v4.4.1
108762026-05-23T04:46:14.325Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
108772026-05-23T04:46:14.325Z Fresh typify-macro v0.4.3
108782026-05-23T04:46:14.325Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
108792026-05-23T04:46:14.325Z Fresh globwalk v0.9.1
108802026-05-23T04:46:14.325Z Fresh hickory-server v0.25.2
108812026-05-23T04:46:14.325Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
108822026-05-23T04:46:14.325Z Fresh corncobs v0.1.4
108832026-05-23T04:46:14.325Z Fresh secrecy v0.8.0
108842026-05-23T04:46:14.325Z Fresh nanorand v0.7.0
108852026-05-23T04:46:14.325Z Fresh progenitor-client v0.11.2
108862026-05-23T04:46:14.325Z Fresh http-range v0.1.5
108872026-05-23T04:46:14.325Z Fresh slog-stdlog v4.1.1
108882026-05-23T04:46:14.325Z Fresh parking_lot_core v0.8.6
108892026-05-23T04:46:14.325Z Fresh fs-err v2.11.0
108902026-05-23T04:46:14.325Z Fresh camino-tempfile-ext v0.3.3
108912026-05-23T04:46:14.325Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
108922026-05-23T04:46:14.325Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
108932026-05-23T04:46:14.325Z Fresh typify v0.4.3
108942026-05-23T04:46:14.325Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
108952026-05-23T04:46:14.325Z Fresh flume v0.11.1
108962026-05-23T04:46:14.325Z Fresh void v1.0.2
108972026-05-23T04:46:14.325Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
108982026-05-23T04:46:14.325Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
108992026-05-23T04:46:14.325Z Fresh tungstenite v0.23.0
109002026-05-23T04:46:14.325Z Fresh nix v0.27.1
109012026-05-23T04:46:14.325Z Fresh rand_seeder v0.4.0
109022026-05-23T04:46:14.325Z Fresh serde_bytes v0.11.19
109032026-05-23T04:46:14.325Z Fresh atty v0.2.14
109042026-05-23T04:46:14.325Z Fresh polar-core v0.27.3
109052026-05-23T04:46:14.325Z Fresh samael v0.0.19
109062026-05-23T04:46:14.326Z Fresh slog-envlogger v2.2.0
109072026-05-23T04:46:14.326Z Fresh parking_lot v0.11.2
109082026-05-23T04:46:14.326Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
109092026-05-23T04:46:14.326Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
109102026-05-23T04:46:14.326Z Fresh progenitor-impl v0.11.2
109112026-05-23T04:46:14.326Z Fresh lzss v0.8.2
109122026-05-23T04:46:14.326Z Fresh tokio-tungstenite v0.23.1
109132026-05-23T04:46:14.326Z Fresh illumos-nvpair-sys v0.2.0
109142026-05-23T04:46:14.326Z Fresh mime_guess v2.0.5
109152026-05-23T04:46:14.326Z Fresh signal-hook-tokio v0.3.1
109162026-05-23T04:46:14.326Z Fresh assert_matches v1.5.0
109172026-05-23T04:46:14.326Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
109182026-05-23T04:46:14.326Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
109192026-05-23T04:46:14.330Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
109202026-05-23T04:46:14.330Z Fresh is_ci v1.2.0
109212026-05-23T04:46:14.330Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
109222026-05-23T04:46:14.330Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
109232026-05-23T04:46:14.330Z Fresh oso v0.27.3
109242026-05-23T04:46:14.330Z Fresh sled v0.34.7
109252026-05-23T04:46:14.330Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
109262026-05-23T04:46:14.330Z Fresh progenitor-macro v0.11.2
109272026-05-23T04:46:14.330Z Fresh gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
109282026-05-23T04:46:14.330Z Fresh illumos-nvpair v0.3.0
109292026-05-23T04:46:14.330Z Fresh hyper-staticfile v0.10.1
109302026-05-23T04:46:14.330Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
109312026-05-23T04:46:14.330Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
109322026-05-23T04:46:14.330Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
109332026-05-23T04:46:14.330Z Fresh yansi v1.0.1
109342026-05-23T04:46:14.330Z Fresh darling_core v0.23.0
109352026-05-23T04:46:14.330Z Fresh indoc v2.0.7
109362026-05-23T04:46:14.330Z Fresh progenitor v0.11.2
109372026-05-23T04:46:14.330Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
109382026-05-23T04:46:14.331Z Fresh fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
109392026-05-23T04:46:14.331Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
109402026-05-23T04:46:14.331Z Fresh pretty_assertions v1.4.1
109412026-05-23T04:46:14.331Z Fresh darling_macro v0.23.0
109422026-05-23T04:46:14.331Z Fresh castaway v0.2.4
109432026-05-23T04:46:14.331Z Fresh gimli v0.32.3
109442026-05-23T04:46:14.331Z Fresh unicode-truncate v1.1.0
109452026-05-23T04:46:14.331Z Fresh console v0.16.2
109462026-05-23T04:46:14.331Z Fresh lru v0.12.5
109472026-05-23T04:46:14.331Z Fresh ordered-float v2.10.1
109482026-05-23T04:46:14.331Z Fresh rustc-demangle v0.1.27
109492026-05-23T04:46:14.331Z Fresh cassowary v0.3.0
109502026-05-23T04:46:14.331Z Fresh unit-prefix v0.5.2
109512026-05-23T04:46:14.331Z Fresh polyval v0.6.2
109522026-05-23T04:46:14.331Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
109532026-05-23T04:46:14.331Z Fresh typeid v1.0.3
109542026-05-23T04:46:14.331Z Fresh darling v0.23.0
109552026-05-23T04:46:14.331Z Fresh libz-sys v1.1.24
109562026-05-23T04:46:14.331Z Fresh addr2line v0.25.1
109572026-05-23T04:46:14.331Z Fresh compact_str v0.8.1
109582026-05-23T04:46:14.331Z Fresh serde-value v0.7.0
109592026-05-23T04:46:14.331Z Fresh indicatif v0.18.4
109602026-05-23T04:46:14.331Z Fresh concurrent-queue v2.5.0
109612026-05-23T04:46:14.331Z Fresh parking v2.2.1
109622026-05-23T04:46:14.331Z Fresh plotters-backend v0.3.7
109632026-05-23T04:46:14.331Z Fresh ghash v0.5.1
109642026-05-23T04:46:14.331Z Fresh supports-color v2.1.0
109652026-05-23T04:46:14.331Z Fresh textwrap v0.15.2
109662026-05-23T04:46:14.331Z Fresh supports-unicode v2.1.0
109672026-05-23T04:46:14.331Z Fresh supports-hyperlinks v2.1.0
109682026-05-23T04:46:14.331Z Fresh hashbrown v0.14.5
109692026-05-23T04:46:14.331Z Fresh ctr v0.9.2
109702026-05-23T04:46:14.331Z Fresh cargo-platform v0.2.0
109712026-05-23T04:46:14.331Z Fresh miette-derive v5.10.0
109722026-05-23T04:46:14.331Z Fresh instability v0.3.11
109732026-05-23T04:46:14.331Z Fresh erased-serde v0.4.9
109742026-05-23T04:46:14.331Z Fresh libgit2-sys v0.18.3+1.9.2
109752026-05-23T04:46:14.331Z Fresh backtrace v0.3.76
109762026-05-23T04:46:14.332Z Fresh plotters-svg v0.3.7
109772026-05-23T04:46:14.332Z Fresh event-listener v5.4.1
109782026-05-23T04:46:14.332Z Fresh terminal_size v0.1.17
109792026-05-23T04:46:14.332Z Fresh owo-colors v3.5.0
109802026-05-23T04:46:14.332Z Fresh arrayvec v0.7.6
109812026-05-23T04:46:14.332Z Fresh constant_time_eq v0.4.2
109822026-05-23T04:46:14.332Z Fresh shell-words v1.1.1
109832026-05-23T04:46:14.332Z Fresh cast v0.3.0
109842026-05-23T04:46:14.332Z Fresh arrayref v0.3.9
109852026-05-23T04:46:14.332Z Fresh aes-gcm v0.10.3
109862026-05-23T04:46:14.332Z Fresh chumsky v0.9.3
109872026-05-23T04:46:14.332Z Fresh supports-color v3.0.2
109882026-05-23T04:46:14.332Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#50ed5312)
109892026-05-23T04:46:14.332Z Fresh knuffel-derive v3.2.0
109902026-05-23T04:46:14.332Z Fresh blowfish v0.9.1
109912026-05-23T04:46:14.332Z Fresh ssh-encoding v0.2.0
109922026-05-23T04:46:14.332Z Fresh ratatui v0.29.0
109932026-05-23T04:46:14.332Z Fresh serde-untagged v0.1.9
109942026-05-23T04:46:14.332Z Fresh git2 v0.20.4
109952026-05-23T04:46:14.332Z Fresh backtrace-ext v0.2.1
109962026-05-23T04:46:14.332Z Fresh event-listener-strategy v0.5.4
109972026-05-23T04:46:14.332Z Fresh criterion-plot v0.6.0
109982026-05-23T04:46:14.332Z Fresh plotters v0.3.7
109992026-05-23T04:46:14.332Z Fresh rustls-webpki v0.101.7
110002026-05-23T04:46:14.332Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
110012026-05-23T04:46:14.332Z Fresh sct v0.7.1
110022026-05-23T04:46:14.332Z Fresh tinytemplate v1.2.1
110032026-05-23T04:46:14.332Z Fresh rtoolbox v0.0.3
110042026-05-23T04:46:14.332Z Fresh futures-timer v3.0.3
110052026-05-23T04:46:14.332Z Fresh anes v0.1.6
110062026-05-23T04:46:14.332Z Fresh hex-literal v0.4.1
110072026-05-23T04:46:14.332Z Fresh oorandom v11.1.5
110082026-05-23T04:46:14.332Z Fresh bcrypt-pbkdf v0.10.0
110092026-05-23T04:46:14.332Z Fresh ssh-cipher v0.2.0
110102026-05-23T04:46:14.332Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#50ed5312)
110112026-05-23T04:46:14.332Z Fresh petname v2.0.2
110122026-05-23T04:46:14.332Z Fresh cargo-util-schemas v0.8.2
110132026-05-23T04:46:14.332Z Fresh miette v5.10.0
110142026-05-23T04:46:14.333Z Fresh vergen-git2 v9.1.0
110152026-05-23T04:46:14.333Z Fresh rpassword v7.4.0
110162026-05-23T04:46:14.333Z Fresh criterion v0.7.0
110172026-05-23T04:46:14.333Z Fresh rustls v0.21.12
110182026-05-23T04:46:14.333Z Fresh tui-tree-widget v0.23.1
110192026-05-23T04:46:14.336Z Fresh async-lock v3.4.2
110202026-05-23T04:46:14.336Z Fresh colored v2.2.0
110212026-05-23T04:46:14.336Z Fresh password-hash v0.4.2
110222026-05-23T04:46:14.336Z Fresh sapling-renderdag v0.1.0
110232026-05-23T04:46:14.336Z Fresh sync-ptr v0.1.4
110242026-05-23T04:46:14.336Z Fresh ssh-key v0.6.7
110252026-05-23T04:46:14.336Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
110262026-05-23T04:46:14.336Z Fresh p521 v0.13.3
110272026-05-23T04:46:14.336Z Fresh p256 v0.13.2
110282026-05-23T04:46:14.336Z Fresh rustls-pemfile v1.0.4
110292026-05-23T04:46:14.337Z Fresh cargo_metadata v0.21.0
110302026-05-23T04:46:14.337Z Fresh knuffel v3.2.0
110312026-05-23T04:46:14.337Z Fresh target-lexicon v0.13.3
110322026-05-23T04:46:14.337Z Fresh tokio-rustls v0.24.1
110332026-05-23T04:46:14.337Z Fresh pbkdf2 v0.11.0
110342026-05-23T04:46:14.337Z Fresh async-object-pool v0.2.0
110352026-05-23T04:46:14.337Z Fresh lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
110362026-05-23T04:46:14.337Z Fresh twox-hash v2.1.2
110372026-05-23T04:46:14.337Z Fresh assert-json-diff v2.0.2
110382026-05-23T04:46:14.337Z Fresh serde_regex v1.1.0
110392026-05-23T04:46:14.337Z Fresh russh-cryptovec v0.7.3
110402026-05-23T04:46:14.337Z Fresh path-tree v0.8.3
110412026-05-23T04:46:14.337Z Fresh stringmetrics v2.2.2
110422026-05-23T04:46:14.337Z Fresh md5 v0.7.0
110432026-05-23T04:46:14.337Z Fresh guppy-workspace-hack v0.1.0
110442026-05-23T04:46:14.337Z Fresh httpmock v0.8.3
110452026-05-23T04:46:14.337Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
110462026-05-23T04:46:14.337Z Fresh cfg-expr v0.20.6
110472026-05-23T04:46:14.337Z Fresh blake3 v1.8.3
110482026-05-23T04:46:14.337Z Fresh russh-keys v0.45.0
110492026-05-23T04:46:14.337Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
110502026-05-23T04:46:14.337Z Fresh httptest v0.16.4
110512026-05-23T04:46:14.337Z Fresh fatfs v0.3.6
110522026-05-23T04:46:14.337Z Fresh des v0.8.1
110532026-05-23T04:46:14.337Z Fresh num-bigint v0.4.6
110542026-05-23T04:46:14.337Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
110552026-05-23T04:46:14.337Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
110562026-05-23T04:46:14.337Z Fresh seq-macro v0.3.6
110572026-05-23T04:46:14.337Z Fresh topological-sort v0.2.2
110582026-05-23T04:46:14.337Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
110592026-05-23T04:46:14.337Z Fresh relative-path v1.9.3
110602026-05-23T04:46:14.337Z Fresh escape8259 v0.5.3
110612026-05-23T04:46:14.337Z Fresh linkme-impl v0.3.35
110622026-05-23T04:46:14.337Z Fresh russh v0.45.0
110632026-05-23T04:46:14.337Z Fresh omicron-zone-package v0.12.2
110642026-05-23T04:46:14.337Z Fresh target-triple v1.0.0
110652026-05-23T04:46:14.337Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
110662026-05-23T04:46:14.337Z Fresh target-spec v3.5.7
110672026-05-23T04:46:14.338Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
110682026-05-23T04:46:14.338Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
110692026-05-23T04:46:14.338Z Fresh blake2b_simd v1.0.4
110702026-05-23T04:46:14.338Z Fresh similar-asserts v1.7.0
110712026-05-23T04:46:14.338Z Fresh fancy-regex v0.14.0
110722026-05-23T04:46:14.338Z Fresh pathdiff v0.2.3
110732026-05-23T04:46:14.338Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
110742026-05-23T04:46:14.338Z Fresh approx v0.5.1
110752026-05-23T04:46:14.338Z Fresh socket2 v0.5.10
110762026-05-23T04:46:14.338Z Fresh uzers v0.12.2
110772026-05-23T04:46:14.338Z Fresh constant_time_eq v0.3.1
110782026-05-23T04:46:14.338Z Fresh internet-checksum v0.2.1
110792026-05-23T04:46:14.338Z Fresh rstest_macros v0.25.0
110802026-05-23T04:46:14.338Z Fresh libtest-mimic v0.8.1
110812026-05-23T04:46:14.338Z Fresh nested v0.1.1
110822026-05-23T04:46:14.338Z Fresh termcolor v1.4.1
110832026-05-23T04:46:14.338Z Fresh assert_cmd v2.1.2
110842026-05-23T04:46:14.338Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
110852026-05-23T04:46:14.338Z Fresh rust-argon2 v2.1.0
110862026-05-23T04:46:14.338Z Fresh scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
110872026-05-23T04:46:14.338Z Fresh hickory-client v0.25.2
110882026-05-23T04:46:14.338Z Fresh partial-io v0.5.4
110892026-05-23T04:46:14.338Z Fresh tokio-test v0.4.5
110902026-05-23T04:46:14.338Z Fresh rand_distr v0.5.1
110912026-05-23T04:46:14.338Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
110922026-05-23T04:46:14.338Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
110932026-05-23T04:46:14.338Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
110942026-05-23T04:46:14.338Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
110952026-05-23T04:46:14.338Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
110962026-05-23T04:46:14.338Z Fresh trybuild v1.0.116
110972026-05-23T04:46:14.338Z Fresh datatest-stable v0.3.3
110982026-05-23T04:46:14.338Z Fresh guppy v0.17.25
110992026-05-23T04:46:14.338Z Fresh rstest v0.25.0
111002026-05-23T04:46:14.338Z Fresh linkme v0.3.35
111012026-05-23T04:46:14.338Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
111022026-05-23T04:46:14.338Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
111032026-05-23T04:46:14.338Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
111042026-05-23T04:46:14.338Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
111052026-05-23T04:46:14.338Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
111062026-05-23T04:46:14.338Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
111072026-05-23T04:46:14.339Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
111082026-05-23T04:46:14.339Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
111092026-05-23T04:46:14.339Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
111102026-05-23T04:46:14.339Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
111112026-05-23T04:46:14.339Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
111122026-05-23T04:46:14.339Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
111132026-05-23T04:46:14.339Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
111142026-05-23T04:46:14.339Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
111152026-05-23T04:46:14.339Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
111162026-05-23T04:46:14.339Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
111172026-05-23T04:46:14.339Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
111182026-05-23T04:46:14.339Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
111192026-05-23T04:46:14.343Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
111202026-05-23T04:46:14.343Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
111212026-05-23T04:46:14.343Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
111222026-05-23T04:46:14.343Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
111232026-05-23T04:46:14.343Z Fresh support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
111242026-05-23T04:46:14.343Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
111252026-05-23T04:46:14.343Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
111262026-05-23T04:46:14.343Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
111272026-05-23T04:46:14.343Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
111282026-05-23T04:46:14.343Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
111292026-05-23T04:46:14.343Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
111302026-05-23T04:46:14.343Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
111312026-05-23T04:46:14.343Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
111322026-05-23T04:46:14.343Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
111332026-05-23T04:46:14.343Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
111342026-05-23T04:46:14.343Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
111352026-05-23T04:46:14.344Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
111362026-05-23T04:46:14.344Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
111372026-05-23T04:46:14.344Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
111382026-05-23T04:46:14.344Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
111392026-05-23T04:46:14.344Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
111402026-05-23T04:46:14.344Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
111412026-05-23T04:46:14.344Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
111422026-05-23T04:46:14.344Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
111432026-05-23T04:46:14.344Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
111442026-05-23T04:46:14.344Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
111452026-05-23T04:46:14.344Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
111462026-05-23T04:46:14.344Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
111472026-05-23T04:46:14.344Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
111482026-05-23T04:46:14.344Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
111492026-05-23T04:46:14.344Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
111502026-05-23T04:46:14.344Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
111512026-05-23T04:46:14.344Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
111522026-05-23T04:46:14.344Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
111532026-05-23T04:46:14.344Z Fresh nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
111542026-05-23T04:46:14.344Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
111552026-05-23T04:46:14.344Z Fresh omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
111562026-05-23T04:46:14.344Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
111572026-05-23T04:46:14.344Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
111582026-05-23T04:46:14.344Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
111592026-05-23T04:46:14.344Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
111602026-05-23T04:46:14.344Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
111612026-05-23T04:46:14.344Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
111622026-05-23T04:46:14.344Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
111632026-05-23T04:46:14.344Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
111642026-05-23T04:46:14.344Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
111652026-05-23T04:46:14.344Z Fresh sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
111662026-05-23T04:46:14.344Z Fresh sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
111672026-05-23T04:46:14.344Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
111682026-05-23T04:46:14.344Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
111692026-05-23T04:46:14.344Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
111702026-05-23T04:46:14.344Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
111712026-05-23T04:46:14.344Z Fresh transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
111722026-05-23T04:46:14.345Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
111732026-05-23T04:46:14.345Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
111742026-05-23T04:46:14.345Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
111752026-05-23T04:46:14.345Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
111762026-05-23T04:46:14.345Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
111772026-05-23T04:46:14.345Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
111782026-05-23T04:46:14.345Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
111792026-05-23T04:46:14.345Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
111802026-05-23T04:46:14.345Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
111812026-05-23T04:46:14.345Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
111822026-05-23T04:46:14.345Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
111832026-05-23T04:46:14.345Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
111842026-05-23T04:46:14.345Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
111852026-05-23T04:46:14.345Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
111862026-05-23T04:46:14.345Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
111872026-05-23T04:46:14.345Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
111882026-05-23T04:46:14.345Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
111892026-05-23T04:46:14.345Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
111902026-05-23T04:46:14.345Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
111912026-05-23T04:46:14.345Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
111922026-05-23T04:46:14.345Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
111932026-05-23T04:46:14.345Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
111942026-05-23T04:46:14.345Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
111952026-05-23T04:46:14.345Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
111962026-05-23T04:46:14.345Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
111972026-05-23T04:46:14.345Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
111982026-05-23T04:46:14.345Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
111992026-05-23T04:46:14.345Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
112002026-05-23T04:46:14.345Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
112012026-05-23T04:46:14.345Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
112022026-05-23T04:46:14.345Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
112032026-05-23T04:46:14.345Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
112042026-05-23T04:46:14.345Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
112052026-05-23T04:46:14.345Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
112062026-05-23T04:46:14.345Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
112072026-05-23T04:46:14.345Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
112082026-05-23T04:46:14.345Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
112092026-05-23T04:46:14.345Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
112102026-05-23T04:46:14.346Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
112112026-05-23T04:46:14.346Z Fresh ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
112122026-05-23T04:46:14.346Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
112132026-05-23T04:46:14.346Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
112142026-05-23T04:46:14.346Z Fresh oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
112152026-05-23T04:46:14.346Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
112162026-05-23T04:46:14.346Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
112172026-05-23T04:46:14.346Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
112182026-05-23T04:46:14.346Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
112192026-05-23T04:46:14.350Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
112202026-05-23T04:46:14.350Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
112212026-05-23T04:46:14.350Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
112222026-05-23T04:46:14.350Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
112232026-05-23T04:46:14.350Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
112242026-05-23T04:46:14.350Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
112252026-05-23T04:46:14.350Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
112262026-05-23T04:46:14.350Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
112272026-05-23T04:46:14.350Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
112282026-05-23T04:46:14.350Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
112292026-05-23T04:46:14.350Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
112302026-05-23T04:46:14.350Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
112312026-05-23T04:46:14.350Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
112322026-05-23T04:46:14.350Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
112332026-05-23T04:46:14.350Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
112342026-05-23T04:46:14.350Z Fresh bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
112352026-05-23T04:46:14.350Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
112362026-05-23T04:46:14.350Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
112372026-05-23T04:46:14.350Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
112382026-05-23T04:46:14.350Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
112392026-05-23T04:46:14.350Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
112402026-05-23T04:46:14.350Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
112412026-05-23T04:46:14.350Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
112422026-05-23T04:46:14.350Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
112432026-05-23T04:46:14.350Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
112442026-05-23T04:46:14.350Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
112452026-05-23T04:46:14.350Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
112462026-05-23T04:46:14.351Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
112472026-05-23T04:46:14.351Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
112482026-05-23T04:46:14.351Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
112492026-05-23T04:46:14.351Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
112502026-05-23T04:46:14.351Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
112512026-05-23T04:46:14.351Z Fresh omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
112522026-05-23T04:46:14.351Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
112532026-05-23T04:46:14.351Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
112542026-05-23T04:46:14.351Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
112552026-05-23T04:46:14.351Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
112562026-05-23T04:46:14.351Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
112572026-05-23T04:46:14.351Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
112582026-05-23T04:46:14.351Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
112592026-05-23T04:46:14.351Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.30s
112602026-05-23T04:46:14.410Z Doc-tests api_identity
112612026-05-23T04:46:14.413Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-19da945bf9ec03eb.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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`
112622026-05-23T04:46:14.476Z
112632026-05-23T04:46:14.476Zrunning 0 tests
112642026-05-23T04:46:14.476Z
112652026-05-23T04:46:14.476Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112662026-05-23T04:46:14.476Z
112672026-05-23T04:46:14.487Z Doc-tests authz_macros
112682026-05-23T04:46:14.487Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-cad785b73111cc9c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-4b9441892a6da9e6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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`
112692026-05-23T04:46:14.980Z
112702026-05-23T04:46:14.980Zrunning 7 tests
112712026-05-23T04:46:14.980Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
112722026-05-23T04:46:14.980Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
112732026-05-23T04:46:14.980Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
112742026-05-23T04:46:14.981Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
112752026-05-23T04:46:14.981Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
112762026-05-23T04:46:14.981Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
112772026-05-23T04:46:14.981Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
112782026-05-23T04:46:14.981Z
112792026-05-23T04:46:14.981Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
112802026-05-23T04:46:14.981Z
112812026-05-23T04:46:14.984Zall doctests ran in 0.41s; merged doctests compilation took 0.40s
112822026-05-23T04:46:15.000Z Doc-tests bootstore
112832026-05-23T04:46:15.003Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b146f4d917ffff0b.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cb2d476cd63e80af.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-df23c1fa9e15df3a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112842026-05-23T04:46:15.257Z
112852026-05-23T04:46:15.257Zrunning 0 tests
112862026-05-23T04:46:15.257Z
112872026-05-23T04:46:15.257Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112882026-05-23T04:46:15.257Z
112892026-05-23T04:46:15.280Z Doc-tests bootstrap_agent_api
112902026-05-23T04:46:15.280Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-abd38eb553931a29.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112912026-05-23T04:46:15.821Z
112922026-05-23T04:46:15.821Zrunning 2 tests
112932026-05-23T04:46:15.821Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 39) ... ignored
112942026-05-23T04:46:15.821Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 45) ... ignored
112952026-05-23T04:46:15.821Z
112962026-05-23T04:46:15.821Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
112972026-05-23T04:46:15.821Z
112982026-05-23T04:46:15.825Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
112992026-05-23T04:46:15.845Z Doc-tests bootstrap_agent_client
113002026-05-23T04:46:15.845Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-53921b7d712dfd4c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113012026-05-23T04:46:16.105Z
113022026-05-23T04:46:16.105Zrunning 0 tests
113032026-05-23T04:46:16.105Z
113042026-05-23T04:46:16.105Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113052026-05-23T04:46:16.106Z
113062026-05-23T04:46:16.132Z Doc-tests bootstrap_agent_lockstep_api
113072026-05-23T04:46:16.132Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-37302c1e7ec7e70c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113082026-05-23T04:46:16.695Z
113092026-05-23T04:46:16.695Zrunning 2 tests
113102026-05-23T04:46:16.695Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::api_description (line 28) ... ignored
113112026-05-23T04:46:16.695Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::stub_api_description (line 34) ... ignored
113122026-05-23T04:46:16.695Z
113132026-05-23T04:46:16.695Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
113142026-05-23T04:46:16.695Z
113152026-05-23T04:46:16.699Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
113162026-05-23T04:46:16.722Z Doc-tests bootstrap_agent_lockstep_client
113172026-05-23T04:46:16.723Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-16a59e955c9cb203.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113182026-05-23T04:46:17.129Z
113192026-05-23T04:46:17.129Zrunning 0 tests
113202026-05-23T04:46:17.129Z
113212026-05-23T04:46:17.129Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113222026-05-23T04:46:17.129Z
113232026-05-23T04:46:17.161Z Doc-tests bootstrap_agent_lockstep_types
113242026-05-23T04:46:17.161Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113252026-05-23T04:46:17.389Z
113262026-05-23T04:46:17.390Zrunning 0 tests
113272026-05-23T04:46:17.390Z
113282026-05-23T04:46:17.390Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113292026-05-23T04:46:17.390Z
113302026-05-23T04:46:17.414Z Doc-tests clickana
113312026-05-23T04:46:17.414Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-d725dab3dc02898b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-336be7aeea741272.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113322026-05-23T04:46:17.624Z
113332026-05-23T04:46:17.624Zrunning 0 tests
113342026-05-23T04:46:17.624Z
113352026-05-23T04:46:17.624Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113362026-05-23T04:46:17.624Z
113372026-05-23T04:46:17.649Z Doc-tests clickhouse_admin_api
113382026-05-23T04:46:17.649Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c53fb97baf0dbec7.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-57aa6e1164879fbf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113392026-05-23T04:46:18.215Z
113402026-05-23T04:46:18.215Zrunning 6 tests
113412026-05-23T04:46:18.215Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 67) ... ignored
113422026-05-23T04:46:18.215Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 73) ... ignored
113432026-05-23T04:46:18.215Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 151) ... ignored
113442026-05-23T04:46:18.215Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 157) ... ignored
113452026-05-23T04:46:18.215Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 293) ... ignored
113462026-05-23T04:46:18.215Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 299) ... ignored
113472026-05-23T04:46:18.215Z
113482026-05-23T04:46:18.215Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
113492026-05-23T04:46:18.215Z
113502026-05-23T04:46:18.219Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
113512026-05-23T04:46:18.244Z Doc-tests clickhouse_admin_keeper_client
113522026-05-23T04:46:18.244Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-033f92b7d2688a9a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a367aaae4b237a4e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113532026-05-23T04:46:18.628Z
113542026-05-23T04:46:18.628Zrunning 0 tests
113552026-05-23T04:46:18.628Z
113562026-05-23T04:46:18.628Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113572026-05-23T04:46:18.628Z
113582026-05-23T04:46:18.659Z Doc-tests clickhouse_admin_server_client
113592026-05-23T04:46:18.660Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-033f92b7d2688a9a.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-336be7aeea741272.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113602026-05-23T04:46:19.045Z
113612026-05-23T04:46:19.045Zrunning 0 tests
113622026-05-23T04:46:19.045Z
113632026-05-23T04:46:19.045Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113642026-05-23T04:46:19.045Z
113652026-05-23T04:46:19.076Z Doc-tests clickhouse_admin_single_client
113662026-05-23T04:46:19.076Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-033f92b7d2688a9a.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-6498dbd3f195833d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113672026-05-23T04:46:19.277Z
113682026-05-23T04:46:19.277Zrunning 0 tests
113692026-05-23T04:46:19.277Z
113702026-05-23T04:46:19.277Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113712026-05-23T04:46:19.277Z
113722026-05-23T04:46:19.298Z Doc-tests clickhouse_admin_test_utils
113732026-05-23T04:46:19.298Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-14842183da3c6f4a.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3c90b16b5573db1e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4302500041247cf3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113742026-05-23T04:46:19.458Z
113752026-05-23T04:46:19.458Zrunning 0 tests
113762026-05-23T04:46:19.458Z
113772026-05-23T04:46:19.458Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113782026-05-23T04:46:19.458Z
113792026-05-23T04:46:19.479Z Doc-tests clickhouse_admin_types
113802026-05-23T04:46:19.479Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-27023148530dbedb.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-57aa6e1164879fbf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113812026-05-23T04:46:19.634Z
113822026-05-23T04:46:19.634Zrunning 0 tests
113832026-05-23T04:46:19.634Z
113842026-05-23T04:46:19.634Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113852026-05-23T04:46:19.635Z
113862026-05-23T04:46:19.655Z Doc-tests clickhouse_admin_types_versions
113872026-05-23T04:46:19.655Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-57aa6e1164879fbf.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113882026-05-23T04:46:20.400Z
113892026-05-23T04:46:20.400Zrunning 1 test
113902026-05-23T04:46:20.400Ztest clickhouse-admin/types/versions/src/lib.rs - (line 17) ... ignored
113912026-05-23T04:46:20.400Z
113922026-05-23T04:46:20.400Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
113932026-05-23T04:46:20.400Z
113942026-05-23T04:46:20.404Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
113952026-05-23T04:46:20.437Z Doc-tests cockroach_admin_api
113962026-05-23T04:46:20.437Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-046c645cdb3d49dc.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-200414a696957855.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113972026-05-23T04:46:20.946Z
113982026-05-23T04:46:20.946Zrunning 2 tests
113992026-05-23T04:46:20.946Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 49) ... ignored
114002026-05-23T04:46:20.946Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 55) ... ignored
114012026-05-23T04:46:20.946Z
114022026-05-23T04:46:20.946Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
114032026-05-23T04:46:20.946Z
114042026-05-23T04:46:20.949Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
114052026-05-23T04:46:20.970Z Doc-tests cockroach_admin_client
114062026-05-23T04:46:20.970Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-033f92b7d2688a9a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4606ab9f3f0f803a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114072026-05-23T04:46:21.176Z
114082026-05-23T04:46:21.176Zrunning 0 tests
114092026-05-23T04:46:21.176Z
114102026-05-23T04:46:21.176Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114112026-05-23T04:46:21.176Z
114122026-05-23T04:46:21.200Z Doc-tests cockroach_admin_types
114132026-05-23T04:46:21.200Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1847fa40e2df5430.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-200414a696957855.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114142026-05-23T04:46:21.283Z
114152026-05-23T04:46:21.283Zrunning 0 tests
114162026-05-23T04:46:21.283Z
114172026-05-23T04:46:21.283Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114182026-05-23T04:46:21.283Z
114192026-05-23T04:46:21.295Z Doc-tests cockroach_admin_types_versions
114202026-05-23T04:46:21.295Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-033f92b7d2688a9a.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-200414a696957855.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114212026-05-23T04:46:21.812Z
114222026-05-23T04:46:21.812Zrunning 1 test
114232026-05-23T04:46:21.812Ztest cockroach-admin/types/versions/src/lib.rs - (line 17) ... ignored
114242026-05-23T04:46:21.812Z
114252026-05-23T04:46:21.812Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
114262026-05-23T04:46:21.812Z
114272026-05-23T04:46:21.815Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
114282026-05-23T04:46:21.833Z Doc-tests db_macros
114292026-05-23T04:46:21.833Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-209835c1f7326536.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-4b9441892a6da9e6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-59a3b3fa211222c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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`
114302026-05-23T04:46:22.360Z
114312026-05-23T04:46:22.360Zrunning 3 tests
114322026-05-23T04:46:22.360Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
114332026-05-23T04:46:22.360Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
114342026-05-23T04:46:22.360Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
114352026-05-23T04:46:22.360Z
114362026-05-23T04:46:22.360Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
114372026-05-23T04:46:22.360Z
114382026-05-23T04:46:22.363Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
114392026-05-23T04:46:22.381Z Doc-tests dev_tools_common
114402026-05-23T04:46:22.384Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7e36af1ea28bddb2.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114412026-05-23T04:46:22.429Z
114422026-05-23T04:46:22.429Zrunning 0 tests
114432026-05-23T04:46:22.429Z
114442026-05-23T04:46:22.429Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114452026-05-23T04:46:22.429Z
114462026-05-23T04:46:22.438Z Doc-tests dns_server
114472026-05-23T04:46:22.441Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e1dece6187d55c2e.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b57c33bfc55754f6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-9fd52ddc87f75c76.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1217c5f5fc243f1f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-35468b644717f761.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114482026-05-23T04:46:22.655Z
114492026-05-23T04:46:22.655Zrunning 0 tests
114502026-05-23T04:46:22.655Z
114512026-05-23T04:46:22.655Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114522026-05-23T04:46:22.655Z
114532026-05-23T04:46:22.681Z Doc-tests dns_server_api
114542026-05-23T04:46:22.684Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-033f92b7d2688a9a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b57c33bfc55754f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-35468b644717f761.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114552026-05-23T04:46:23.242Z
114562026-05-23T04:46:23.242Zrunning 2 tests
114572026-05-23T04:46:23.242Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 136) ... ignored
114582026-05-23T04:46:23.242Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 142) ... ignored
114592026-05-23T04:46:23.242Z
114602026-05-23T04:46:23.242Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
114612026-05-23T04:46:23.242Z
114622026-05-23T04:46:23.246Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
114632026-05-23T04:46:23.271Z Doc-tests dns_service_client
114642026-05-23T04:46:23.271Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-033f92b7d2688a9a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-35468b644717f761.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/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-05-23T04:46:23.496Z
114662026-05-23T04:46:23.496Zrunning 0 tests
114672026-05-23T04:46:23.496Z
114682026-05-23T04:46:23.496Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114692026-05-23T04:46:23.496Z
114702026-05-23T04:46:23.522Z Doc-tests end_to_end_tests
114712026-05-23T04:46:23.522Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b2bde8d747fc73bb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-3c5c410d401f5832.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-d2bd3c6720f0181f.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d246f09691ba3066.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13ad0e3f0f5054ef.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7099a890bd2849ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5f7403c341615c99.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-23d9be48160147b7.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-119f792b47a4d0fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b929bb79b7ad5e10.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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`
114722026-05-23T04:46:23.948Z
114732026-05-23T04:46:23.948Zrunning 0 tests
114742026-05-23T04:46:23.948Z
114752026-05-23T04:46:23.948Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114762026-05-23T04:46:23.948Z
114772026-05-23T04:46:23.990Z Doc-tests ereport_types
114782026-05-23T04:46:23.990Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib -L dependency=/work/oxidecomputer/omicron/target/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-05-23T04:46:24.141Z
114802026-05-23T04:46:24.141Zrunning 0 tests
114812026-05-23T04:46:24.141Z
114822026-05-23T04:46:24.141Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114832026-05-23T04:46:24.141Z
114842026-05-23T04:46:24.159Z Doc-tests gateway_api
114852026-05-23T04:46:24.159Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-1ff9b22c4e517109.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-38b8186bb5f7a9e6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/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-05-23T04:46:24.713Z
114872026-05-23T04:46:24.713Zrunning 2 tests
114882026-05-23T04:46:24.713Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 59) ... ignored
114892026-05-23T04:46:24.713Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 65) ... ignored
114902026-05-23T04:46:24.713Z
114912026-05-23T04:46:24.713Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
114922026-05-23T04:46:24.713Z
114932026-05-23T04:46:24.716Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
114942026-05-23T04:46:24.739Z Doc-tests gateway_client
114952026-05-23T04:46:24.739Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114962026-05-23T04:46:25.367Z
114972026-05-23T04:46:25.368Zrunning 0 tests
114982026-05-23T04:46:25.368Z
114992026-05-23T04:46:25.368Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115002026-05-23T04:46:25.368Z
115012026-05-23T04:46:25.404Z Doc-tests gateway_test_utils
115022026-05-23T04:46:25.404Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-14842183da3c6f4a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5854f6e6f36d495d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115032026-05-23T04:46:25.868Z
115042026-05-23T04:46:25.868Zrunning 0 tests
115052026-05-23T04:46:25.868Z
115062026-05-23T04:46:25.868Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115072026-05-23T04:46:25.869Z
115082026-05-23T04:46:25.913Z Doc-tests gateway_types
115092026-05-23T04:46:25.913Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7c2c1f7875dd6664.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-38b8186bb5f7a9e6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.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`
115102026-05-23T04:46:26.053Z
115112026-05-23T04:46:26.053Zrunning 0 tests
115122026-05-23T04:46:26.053Z
115132026-05-23T04:46:26.053Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115142026-05-23T04:46:26.053Z
115152026-05-23T04:46:26.071Z Doc-tests gateway_types_versions
115162026-05-23T04:46:26.071Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6001f0b76e0e63c7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-38b8186bb5f7a9e6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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`
115172026-05-23T04:46:26.859Z
115182026-05-23T04:46:26.859Zrunning 1 test
115192026-05-23T04:46:26.859Ztest gateway-types/versions/src/lib.rs - (line 17) ... ignored
115202026-05-23T04:46:26.859Z
115212026-05-23T04:46:26.859Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
115222026-05-23T04:46:26.859Z
115232026-05-23T04:46:26.863Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
115242026-05-23T04:46:26.895Z Doc-tests gfss
115252026-05-23T04:46:26.895Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-53a27ea6ba2abd9c.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-f8af81dd2db60d22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.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`
115262026-05-23T04:46:27.004Z
115272026-05-23T04:46:27.004Zrunning 0 tests
115282026-05-23T04:46:27.004Z
115292026-05-23T04:46:27.004Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115302026-05-23T04:46:27.004Z
115312026-05-23T04:46:27.020Z Doc-tests illumos_utils
115322026-05-23T04:46:27.023Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-5fd61a57c50a19bd.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-9ccc3691c9035196.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-1e474d17660222d7.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-4be5d6558a79b3aa.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fadcb572786b06.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-46b5b0d17dce412f.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-395c2a193315db60.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c37bbd24ee2fea5d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.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`
115332026-05-23T04:46:27.440Z
115342026-05-23T04:46:27.440Zrunning 0 tests
115352026-05-23T04:46:27.440Z
115362026-05-23T04:46:27.440Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115372026-05-23T04:46:27.440Z
115382026-05-23T04:46:27.479Z Doc-tests installinator
115392026-05-23T04:46:27.479Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-43faa4dfb3601d49.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-aaea0e7238aa93b9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a76802aee699c4e8.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-24dbd722bdc12648.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec36b4a879a7f2e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-6440ad616f2fb204.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-54b896c66281c04f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-27e0b513e837638c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.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`
115402026-05-23T04:46:27.871Z
115412026-05-23T04:46:27.871Zrunning 0 tests
115422026-05-23T04:46:27.871Z
115432026-05-23T04:46:27.871Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115442026-05-23T04:46:27.871Z
115452026-05-23T04:46:27.910Z Doc-tests installinator_api
115462026-05-23T04:46:27.910Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a7ab7cbf2ea4dc48.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-623f6ec3909707ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115472026-05-23T04:46:28.438Z
115482026-05-23T04:46:28.438Zrunning 2 tests
115492026-05-23T04:46:28.438Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
115502026-05-23T04:46:28.438Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
115512026-05-23T04:46:28.438Z
115522026-05-23T04:46:28.438Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
115532026-05-23T04:46:28.438Z
115542026-05-23T04:46:28.441Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
115552026-05-23T04:46:28.466Z Doc-tests installinator_client
115562026-05-23T04:46:28.466Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-aaea0e7238aa93b9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115572026-05-23T04:46:28.756Z
115582026-05-23T04:46:28.757Zrunning 0 tests
115592026-05-23T04:46:28.757Z
115602026-05-23T04:46:28.757Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115612026-05-23T04:46:28.757Z
115622026-05-23T04:46:28.781Z Doc-tests installinator_common
115632026-05-23T04:46:28.781Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a76802aee699c4e8.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-623f6ec3909707ff.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115642026-05-23T04:46:29.045Z
115652026-05-23T04:46:29.045Zrunning 0 tests
115662026-05-23T04:46:29.045Z
115672026-05-23T04:46:29.045Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115682026-05-23T04:46:29.045Z
115692026-05-23T04:46:29.073Z Doc-tests installinator_common_versions
115702026-05-23T04:46:29.073Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-623f6ec3909707ff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115712026-05-23T04:46:29.543Z
115722026-05-23T04:46:29.543Zrunning 1 test
115732026-05-23T04:46:29.543Ztest installinator-common/versions/src/lib.rs - (line 17) ... ignored
115742026-05-23T04:46:29.543Z
115752026-05-23T04:46:29.543Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
115762026-05-23T04:46:29.543Z
115772026-05-23T04:46:29.547Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
115782026-05-23T04:46:29.563Z Doc-tests internal_dns_resolver
115792026-05-23T04:46:29.563Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e1dece6187d55c2e.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-b57c33bfc55754f6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-8acd779beeb1face.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115802026-05-23T04:46:29.768Z
115812026-05-23T04:46:29.768Zrunning 0 tests
115822026-05-23T04:46:29.768Z
115832026-05-23T04:46:29.768Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115842026-05-23T04:46:29.768Z
115852026-05-23T04:46:29.793Z Doc-tests internal_dns_types
115862026-05-23T04:46:29.793Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-35468b644717f761.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115872026-05-23T04:46:29.983Z
115882026-05-23T04:46:29.983Zrunning 0 tests
115892026-05-23T04:46:29.983Z
115902026-05-23T04:46:29.984Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115912026-05-23T04:46:29.984Z
115922026-05-23T04:46:30.008Z Doc-tests internal_dns_types_versions
115932026-05-23T04:46:30.008Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-35468b644717f761.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115942026-05-23T04:46:30.608Z
115952026-05-23T04:46:30.609Zrunning 1 test
115962026-05-23T04:46:30.609Ztest internal-dns/types/versions/src/lib.rs - (line 17) ... ignored
115972026-05-23T04:46:30.609Z
115982026-05-23T04:46:30.609Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
115992026-05-23T04:46:30.609Z
116002026-05-23T04:46:30.612Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
116012026-05-23T04:46:30.638Z Doc-tests ipcc
116022026-05-23T04:46:30.638Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1034a81c89142beb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-24dbd722bdc12648.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-3d344358330094a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116032026-05-23T04:46:30.747Z
116042026-05-23T04:46:30.747Zrunning 0 tests
116052026-05-23T04:46:30.747Z
116062026-05-23T04:46:30.747Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116072026-05-23T04:46:30.747Z
116082026-05-23T04:46:30.762Z Doc-tests key_manager
116092026-05-23T04:46:30.763Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3d40f90b1355ed80.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-38ae2446184e874c.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-4be5d6558a79b3aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib -L dependency=/work/oxidecomputer/omicron/target/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-05-23T04:46:30.934Z
116112026-05-23T04:46:30.934Zrunning 0 tests
116122026-05-23T04:46:30.934Z
116132026-05-23T04:46:30.934Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116142026-05-23T04:46:30.934Z
116152026-05-23T04:46:30.955Z Doc-tests key_manager_types
116162026-05-23T04:46:30.955Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4be5d6558a79b3aa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116172026-05-23T04:46:31.006Z
116182026-05-23T04:46:31.006Zrunning 0 tests
116192026-05-23T04:46:31.006Z
116202026-05-23T04:46:31.006Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116212026-05-23T04:46:31.006Z
116222026-05-23T04:46:31.016Z Doc-tests live_tests_macros
116232026-05-23T04:46:31.019Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9051a11d82ef5623.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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`
116242026-05-23T04:46:31.441Z
116252026-05-23T04:46:31.441Zrunning 1 test
116262026-05-23T04:46:31.441Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
116272026-05-23T04:46:31.441Z
116282026-05-23T04:46:31.441Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
116292026-05-23T04:46:31.441Z
116302026-05-23T04:46:31.445Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
116312026-05-23T04:46:31.458Z Doc-tests nexus_auth
116322026-05-23T04:46:31.458Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-cad785b73111cc9c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c631a266d2055e63.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-5db99e239ea3c6b2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ea6d9bc132bfadfa.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d3678eae9ba68c5f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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`
116332026-05-23T04:46:32.144Z
116342026-05-23T04:46:32.144Zrunning 0 tests
116352026-05-23T04:46:32.144Z
116362026-05-23T04:46:32.144Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116372026-05-23T04:46:32.144Z
116382026-05-23T04:46:32.201Z Doc-tests nexus_background_task_interface
116392026-05-23T04:46:32.201Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d6e6e843ae250763.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116402026-05-23T04:46:32.264Z
116412026-05-23T04:46:32.264Zrunning 0 tests
116422026-05-23T04:46:32.265Z
116432026-05-23T04:46:32.265Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116442026-05-23T04:46:32.265Z
116452026-05-23T04:46:32.277Z Doc-tests nexus_client
116462026-05-23T04:46:32.277Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116472026-05-23T04:46:32.926Z
116482026-05-23T04:46:32.926Zrunning 0 tests
116492026-05-23T04:46:32.926Z
116502026-05-23T04:46:32.926Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116512026-05-23T04:46:32.926Z
116522026-05-23T04:46:32.975Z Doc-tests nexus_config
116532026-05-23T04:46:32.975Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116542026-05-23T04:46:33.599Z
116552026-05-23T04:46:33.599Zrunning 0 tests
116562026-05-23T04:46:33.599Z
116572026-05-23T04:46:33.599Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116582026-05-23T04:46:33.599Z
116592026-05-23T04:46:33.650Z Doc-tests nexus_db_errors
116602026-05-23T04:46:33.650Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bfc2b60907f3047d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c631a266d2055e63.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-acc227fa342199bf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116612026-05-23T04:46:34.044Z
116622026-05-23T04:46:34.045Zrunning 0 tests
116632026-05-23T04:46:34.045Z
116642026-05-23T04:46:34.045Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116652026-05-23T04:46:34.045Z
116662026-05-23T04:46:34.086Z Doc-tests nexus_db_fixed_data
116672026-05-23T04:46:34.086Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5db99e239ea3c6b2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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`
116682026-05-23T04:46:34.465Z
116692026-05-23T04:46:34.465Zrunning 0 tests
116702026-05-23T04:46:34.465Z
116712026-05-23T04:46:34.465Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116722026-05-23T04:46:34.465Z
116732026-05-23T04:46:34.507Z Doc-tests nexus_db_lookup
116742026-05-23T04:46:34.507Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-209835c1f7326536.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-0c9c36c08b3ce601.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c631a266d2055e63.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-acc227fa342199bf.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-32770f3ae736f329.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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`
116752026-05-23T04:46:35.063Z
116762026-05-23T04:46:35.063Zrunning 0 tests
116772026-05-23T04:46:35.063Z
116782026-05-23T04:46:35.063Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116792026-05-23T04:46:35.063Z
116802026-05-23T04:46:35.114Z Doc-tests nexus_db_model
116812026-05-23T04:46:35.115Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1847fa40e2df5430.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-209835c1f7326536.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0455ddf1b53cad88.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4f7e61e900d42e80.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3c9d4467753cb2ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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`
116822026-05-23T04:46:54.292Z
116832026-05-23T04:46:54.292Zrunning 4 tests
116842026-05-23T04:46:54.313Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
116852026-05-23T04:46:54.318Ztest nexus/db-model/src/lib.rs - (line 26) ... ok
116862026-05-23T04:46:54.321Ztest nexus/db-model/src/lib.rs - (line 49) ... ok
116872026-05-23T04:46:54.321Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
116882026-05-23T04:46:54.321Z
116892026-05-23T04:46:54.321Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
116902026-05-23T04:46:54.321Z
116912026-05-23T04:46:54.360Zall doctests ran in 16.39s; merged doctests compilation took 16.31s
116922026-05-23T04:46:54.493Z Doc-tests nexus_db_queries
116932026-05-23T04:46:54.493Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1847fa40e2df5430.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85c665bbda1b40ba.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-209835c1f7326536.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-0c9c36c08b3ce601.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-74e103db03a7b92e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c631a266d2055e63.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-acc227fa342199bf.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-5db99e239ea3c6b2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-32770f3ae736f329.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-641f0cbb9f6ed962.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3c9d4467753cb2ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7099a890bd2849ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ea6d9bc132bfadfa.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2f47e298a04381f5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-ae76072ae87a9f09.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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`
116942026-05-23T04:47:01.552Z
116952026-05-23T04:47:01.552Zrunning 3 tests
116962026-05-23T04:47:01.556Ztest nexus/db-queries/src/db/datastore/fm.rs - db::datastore::fm::sitrep_child_tables (line 66) ... ignored
116972026-05-23T04:47:01.556Ztest nexus/db-queries/src/db/datastore/multicast/members.rs - db::datastore::multicast::members::DataStore::multicast_group_member_reconcile_joining (line 432) ... ignored
116982026-05-23T04:47:01.559Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 394) ... ok
116992026-05-23T04:47:01.559Z
117002026-05-23T04:47:01.559Ztest result: ok. 1 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
117012026-05-23T04:47:01.560Z
117022026-05-23T04:47:01.568Zall doctests ran in 5.46s; merged doctests compilation took 5.44s
117032026-05-23T04:47:01.684Z Doc-tests nexus_db_schema
117042026-05-23T04:47:01.684Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-14842183da3c6f4a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-0b76831001ade886.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.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`
117052026-05-23T04:47:06.719Z
117062026-05-23T04:47:06.719Zrunning 0 tests
117072026-05-23T04:47:06.719Z
117082026-05-23T04:47:06.719Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117092026-05-23T04:47:06.719Z
117102026-05-23T04:47:06.942Z Doc-tests nexus_defaults
117112026-05-23T04:47:06.942Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-78d62d6b51f2c19b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0455ddf1b53cad88.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117122026-05-23T04:47:07.103Z
117132026-05-23T04:47:07.103Zrunning 0 tests
117142026-05-23T04:47:07.103Z
117152026-05-23T04:47:07.103Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117162026-05-23T04:47:07.103Z
117172026-05-23T04:47:07.124Z Doc-tests nexus_external_api
117182026-05-23T04:47:07.128Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-19da945bf9ec03eb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-b3e409320a446bde.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d51e53abc57f4663.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-91b9762b24decaca.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bb3b330da0999e02.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-ae76072ae87a9f09.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117192026-05-23T04:47:08.270Z
117202026-05-23T04:47:08.270Zrunning 2 tests
117212026-05-23T04:47:08.270Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 199) ... ignored
117222026-05-23T04:47:08.270Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 205) ... ignored
117232026-05-23T04:47:08.270Z
117242026-05-23T04:47:08.270Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
117252026-05-23T04:47:08.271Z
117262026-05-23T04:47:08.274Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
117272026-05-23T04:47:08.331Z Doc-tests nexus_fm
117282026-05-23T04:47:08.331Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-10703d03f2f79d24.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f6e304ad5c116fb5.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"))' --document-private-items -D warnings --error-format human`
117292026-05-23T04:47:08.734Z
117302026-05-23T04:47:08.734Zrunning 0 tests
117312026-05-23T04:47:08.734Z
117322026-05-23T04:47:08.734Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117332026-05-23T04:47:08.734Z
117342026-05-23T04:47:08.776Z Doc-tests nexus_internal_api
117352026-05-23T04:47:08.779Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2daaa880e402fb61.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117362026-05-23T04:47:09.565Z
117372026-05-23T04:47:09.565Zrunning 2 tests
117382026-05-23T04:47:09.565Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 54) ... ignored
117392026-05-23T04:47:09.566Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 60) ... ignored
117402026-05-23T04:47:09.566Z
117412026-05-23T04:47:09.566Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
117422026-05-23T04:47:09.566Z
117432026-05-23T04:47:09.569Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
117442026-05-23T04:47:09.612Z Doc-tests nexus_inventory
117452026-05-23T04:47:09.615Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a367aaae4b237a4e.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-336be7aeea741272.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1847fa40e2df5430.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f038e62f8dba66c9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-39a6c9a154ec078b.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3c9d4467753cb2ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7099a890bd2849ba.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-dd3fb4084e993cdc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f6e304ad5c116fb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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`
117462026-05-23T04:47:10.012Z
117472026-05-23T04:47:10.012Zrunning 0 tests
117482026-05-23T04:47:10.012Z
117492026-05-23T04:47:10.013Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117502026-05-23T04:47:10.013Z
117512026-05-23T04:47:10.052Z Doc-tests nexus_lockstep_api
117522026-05-23T04:47:10.052Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5eda8250a90bc255.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-b81a8f33212a551d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d51e53abc57f4663.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117532026-05-23T04:47:10.842Z
117542026-05-23T04:47:10.842Zrunning 2 tests
117552026-05-23T04:47:10.842Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::api_description (line 66) ... ignored
117562026-05-23T04:47:10.842Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::stub_api_description (line 72) ... ignored
117572026-05-23T04:47:10.842Z
117582026-05-23T04:47:10.842Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
117592026-05-23T04:47:10.842Z
117602026-05-23T04:47:10.845Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
117612026-05-23T04:47:10.888Z Doc-tests nexus_lockstep_client
117622026-05-23T04:47:10.888Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-45da4579a165e62e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/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-05-23T04:47:12.779Z
117642026-05-23T04:47:12.779Zrunning 0 tests
117652026-05-23T04:47:12.779Z
117662026-05-23T04:47:12.779Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117672026-05-23T04:47:12.779Z
117682026-05-23T04:47:12.857Z Doc-tests nexus_macros_common
117692026-05-23T04:47:12.857Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4b9441892a6da9e6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117702026-05-23T04:47:12.906Z
117712026-05-23T04:47:12.906Zrunning 0 tests
117722026-05-23T04:47:12.906Z
117732026-05-23T04:47:12.906Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117742026-05-23T04:47:12.906Z
117752026-05-23T04:47:12.915Z Doc-tests nexus_metrics_producer_gc
117762026-05-23T04:47:12.915Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c6da6d562eb4080b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d03f5ce545e52596.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-ab8fcc995bed8d7d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0a0564e6a5952b4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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`
117772026-05-23T04:47:13.359Z
117782026-05-23T04:47:13.359Zrunning 0 tests
117792026-05-23T04:47:13.359Z
117802026-05-23T04:47:13.359Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117812026-05-23T04:47:13.359Z
117822026-05-23T04:47:13.405Z Doc-tests nexus_mgs_updates
117832026-05-23T04:47:13.405Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-35cb00c959fe46fe.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-9b666b73e32a735e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-979ea76799168b7a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8faf11dce722cf26.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dec4a5ea1b99e00a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3ca15910c05dabb1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117842026-05-23T04:47:13.824Z
117852026-05-23T04:47:13.824Zrunning 0 tests
117862026-05-23T04:47:13.824Z
117872026-05-23T04:47:13.824Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117882026-05-23T04:47:13.824Z
117892026-05-23T04:47:13.864Z Doc-tests nexus_networking
117902026-05-23T04:47:13.864Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-32770f3ae736f329.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d5d970d66d830ef7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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`
117912026-05-23T04:47:14.320Z
117922026-05-23T04:47:14.320Zrunning 0 tests
117932026-05-23T04:47:14.320Z
117942026-05-23T04:47:14.320Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117952026-05-23T04:47:14.320Z
117962026-05-23T04:47:14.366Z Doc-tests nexus_reconfigurator_blippy
117972026-05-23T04:47:14.366Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a2842e0873418566.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-fa4a14f4cb585413.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117982026-05-23T04:47:14.737Z
117992026-05-23T04:47:14.737Zrunning 0 tests
118002026-05-23T04:47:14.737Z
118012026-05-23T04:47:14.737Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118022026-05-23T04:47:14.737Z
118032026-05-23T04:47:14.775Z Doc-tests nexus_reconfigurator_execution
118042026-05-23T04:47:14.775Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a367aaae4b237a4e.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-336be7aeea741272.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-6498dbd3f195833d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4606ab9f3f0f803a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d03f5ce545e52596.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-32770f3ae736f329.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-9b666b73e32a735e.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d5d970d66d830ef7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-4b5919146e8c15fe.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4a19344300438491.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-54885cc3b2a80693.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3c784933ea765f4b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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`
118052026-05-23T04:47:15.254Z
118062026-05-23T04:47:15.254Zrunning 0 tests
118072026-05-23T04:47:15.254Z
118082026-05-23T04:47:15.254Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118092026-05-23T04:47:15.254Z
118102026-05-23T04:47:15.304Z Doc-tests nexus_reconfigurator_planning
118112026-05-23T04:47:15.308Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1847fa40e2df5430.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-fa4a14f4cb585413.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-27acc2eb6f098224.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-5956a27b27ac1f3b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-b88f55d3e6659ecb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-b215c601849d493e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-e79fbcf5d5ff5694.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-27e0b513e837638c.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f6e304ad5c116fb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-eec0b80df66956df.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118122026-05-23T04:47:15.848Z
118132026-05-23T04:47:15.848Zrunning 0 tests
118142026-05-23T04:47:15.848Z
118152026-05-23T04:47:15.848Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118162026-05-23T04:47:15.848Z
118172026-05-23T04:47:15.896Z Doc-tests nexus_reconfigurator_preparation
118182026-05-23T04:47:15.896Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4a19344300438491.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.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`
118192026-05-23T04:47:16.343Z
118202026-05-23T04:47:16.343Zrunning 0 tests
118212026-05-23T04:47:16.343Z
118222026-05-23T04:47:16.343Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118232026-05-23T04:47:16.343Z
118242026-05-23T04:47:16.389Z Doc-tests nexus_reconfigurator_rendezvous
118252026-05-23T04:47:16.389Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c825208a92035f16.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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`
118262026-05-23T04:47:16.833Z
118272026-05-23T04:47:16.833Zrunning 0 tests
118282026-05-23T04:47:16.833Z
118292026-05-23T04:47:16.833Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118302026-05-23T04:47:16.833Z
118312026-05-23T04:47:16.878Z Doc-tests nexus_reconfigurator_simulation
118322026-05-23T04:47:16.878Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-27acc2eb6f098224.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-1742c399fba28143.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-c2f2141c6783f627.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-0e7bc15c43fcc926.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f6e304ad5c116fb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118332026-05-23T04:47:17.299Z
118342026-05-23T04:47:17.299Zrunning 0 tests
118352026-05-23T04:47:17.299Z
118362026-05-23T04:47:17.299Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118372026-05-23T04:47:17.299Z
118382026-05-23T04:47:17.340Z Doc-tests nexus_saga_recovery
118392026-05-23T04:47:17.340Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-033f92b7d2688a9a.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c631a266d2055e63.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2af8360ec0abfee.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-54885cc3b2a80693.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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`
118402026-05-23T04:47:17.736Z
118412026-05-23T04:47:17.737Zrunning 0 tests
118422026-05-23T04:47:17.737Z
118432026-05-23T04:47:17.737Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118442026-05-23T04:47:17.737Z
118452026-05-23T04:47:17.777Z Doc-tests nexus_test_interface
118462026-05-23T04:47:17.777Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3d40f90b1355ed80.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1dfcdb7cec31671b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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`
118472026-05-23T04:47:18.213Z
118482026-05-23T04:47:18.213Zrunning 0 tests
118492026-05-23T04:47:18.213Z
118502026-05-23T04:47:18.213Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118512026-05-23T04:47:18.213Z
118522026-05-23T04:47:18.262Z Doc-tests nexus_test_utils
118532026-05-23T04:47:18.262Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6161d0b82d613780.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0d8f888a5d802a38.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1dfcdb7cec31671b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-ead28e648c071d07.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7099a890bd2849ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4354d5f2c9b7f735.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b40379780a06e67.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-b215c601849d493e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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`
118542026-05-23T04:47:18.875Z
118552026-05-23T04:47:18.875Zrunning 0 tests
118562026-05-23T04:47:18.875Z
118572026-05-23T04:47:18.875Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118582026-05-23T04:47:18.875Z
118592026-05-23T04:47:18.931Z Doc-tests nexus_test_utils_macros
118602026-05-23T04:47:18.931Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-54885cc3b2a80693.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118612026-05-23T04:47:18.983Z
118622026-05-23T04:47:18.983Zrunning 1 test
118632026-05-23T04:47:18.986Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
118642026-05-23T04:47:18.986Z
118652026-05-23T04:47:18.986Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
118662026-05-23T04:47:18.986Z
118672026-05-23T04:47:18.992Z Doc-tests nexus_types
118682026-05-23T04:47:18.996Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-19da945bf9ec03eb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1847fa40e2df5430.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d51e53abc57f4663.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bb3b330da0999e02.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa34a231e3f3e7fe.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118692026-05-23T04:47:33.648Z
118702026-05-23T04:47:33.649Zrunning 4 tests
118712026-05-23T04:47:33.652Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 3217) ... ignored
118722026-05-23T04:47:33.652Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 3089) ... ignored
118732026-05-23T04:47:33.652Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 1958) ... ignored
118742026-05-23T04:47:33.659Ztest nexus/types/src/fm/ereport.rs - fm::ereport::EreportFilters (line 233) ... ok
118752026-05-23T04:47:33.659Z
118762026-05-23T04:47:33.659Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
118772026-05-23T04:47:33.659Z
118782026-05-23T04:47:33.690Zall doctests ran in 12.78s; merged doctests compilation took 12.73s
118792026-05-23T04:47:33.799Z Doc-tests nexus_types_versions
118802026-05-23T04:47:33.799Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-19da945bf9ec03eb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b0f26c04d8d708f3.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-eb2e3caaff490c51.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d51e53abc57f4663.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bb3b330da0999e02.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa34a231e3f3e7fe.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118812026-05-23T04:47:36.764Z
118822026-05-23T04:47:36.764Zrunning 1 test
118832026-05-23T04:47:36.764Ztest nexus/types/versions/src/lib.rs - (line 17) ... ignored
118842026-05-23T04:47:36.764Z
118852026-05-23T04:47:36.764Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
118862026-05-23T04:47:36.765Z
118872026-05-23T04:47:36.768Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
118882026-05-23T04:47:36.881Z Doc-tests ntp_admin_api
118892026-05-23T04:47:36.881Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-fc4d29ad5c888343.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-c9ac627543e55d42.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118902026-05-23T04:47:37.385Z
118912026-05-23T04:47:37.385Zrunning 2 tests
118922026-05-23T04:47:37.385Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 31) ... ignored
118932026-05-23T04:47:37.385Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 37) ... ignored
118942026-05-23T04:47:37.386Z
118952026-05-23T04:47:37.386Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
118962026-05-23T04:47:37.386Z
118972026-05-23T04:47:37.389Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
118982026-05-23T04:47:37.409Z Doc-tests ntp_admin_client
118992026-05-23T04:47:37.409Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-033f92b7d2688a9a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-39a6c9a154ec078b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119002026-05-23T04:47:37.561Z
119012026-05-23T04:47:37.561Zrunning 0 tests
119022026-05-23T04:47:37.561Z
119032026-05-23T04:47:37.561Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119042026-05-23T04:47:37.561Z
119052026-05-23T04:47:37.579Z Doc-tests ntp_admin_types
119062026-05-23T04:47:37.579Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d248144e98cedc5e.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-c9ac627543e55d42.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119072026-05-23T04:47:37.643Z
119082026-05-23T04:47:37.643Zrunning 0 tests
119092026-05-23T04:47:37.643Z
119102026-05-23T04:47:37.643Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119112026-05-23T04:47:37.643Z
119122026-05-23T04:47:37.654Z Doc-tests ntp_admin_types_versions
119132026-05-23T04:47:37.654Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c9ac627543e55d42.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119142026-05-23T04:47:38.118Z
119152026-05-23T04:47:38.118Zrunning 1 test
119162026-05-23T04:47:38.118Ztest ntp-admin/types/versions/src/lib.rs - (line 17) ... ignored
119172026-05-23T04:47:38.118Z
119182026-05-23T04:47:38.118Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
119192026-05-23T04:47:38.118Z
119202026-05-23T04:47:38.121Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
119212026-05-23T04:47:38.137Z Doc-tests ntp_admin_v1_client
119222026-05-23T04:47:38.138Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-033f92b7d2688a9a.rlib --extern ntp_admin_v1_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_v1_client-a36a0aff6a7f0957.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119232026-05-23T04:47:38.285Z
119242026-05-23T04:47:38.285Zrunning 0 tests
119252026-05-23T04:47:38.285Z
119262026-05-23T04:47:38.285Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119272026-05-23T04:47:38.285Z
119282026-05-23T04:47:38.306Z Doc-tests omicron_certificates
119292026-05-23T04:47:38.306Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-25bb92595f18c8f0.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-14f100f5295f5d28.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4f7e61e900d42e80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-76075c4761c46f7c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119302026-05-23T04:47:38.482Z
119312026-05-23T04:47:38.482Zrunning 0 tests
119322026-05-23T04:47:38.482Z
119332026-05-23T04:47:38.482Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119342026-05-23T04:47:38.482Z
119352026-05-23T04:47:38.505Z Doc-tests omicron_clickhouse_admin
119362026-05-23T04:47:38.505Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c53fb97baf0dbec7.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3c90b16b5573db1e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4302500041247cf3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-e869b8d24c5e5b3d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-24fb75f4dcfd9c89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119372026-05-23T04:47:38.831Z
119382026-05-23T04:47:38.831Zrunning 0 tests
119392026-05-23T04:47:38.831Z
119402026-05-23T04:47:38.831Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119412026-05-23T04:47:38.831Z
119422026-05-23T04:47:38.866Z Doc-tests omicron_cockroach_admin
119432026-05-23T04:47:38.866Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-046c645cdb3d49dc.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1847fa40e2df5430.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-200414a696957855.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-ead28e648c071d07.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.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`
119442026-05-23T04:47:39.113Z
119452026-05-23T04:47:39.113Zrunning 0 tests
119462026-05-23T04:47:39.113Z
119472026-05-23T04:47:39.113Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119482026-05-23T04:47:39.113Z
119492026-05-23T04:47:39.141Z Doc-tests omicron_cockroach_metrics
119502026-05-23T04:47:39.142Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4606ab9f3f0f803a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1847fa40e2df5430.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3c9d4467753cb2ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-904b5786732b2b10.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119512026-05-23T04:47:41.239Z
119522026-05-23T04:47:41.239Zrunning 1 test
119532026-05-23T04:47:41.242Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 123) - compile ... ok
119542026-05-23T04:47:41.242Z
119552026-05-23T04:47:41.242Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119562026-05-23T04:47:41.242Z
119572026-05-23T04:47:41.245Zall doctests ran in 1.94s; merged doctests compilation took 1.93s
119582026-05-23T04:47:41.275Z Doc-tests omicron_common
119592026-05-23T04:47:41.275Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-19da945bf9ec03eb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9e96caab0b7280d5.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-ee97001c3cfca795.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern progenitor_client013=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cdd50db3d2bc0d46.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0a0dea326cf2a884.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-1939807e6be6156e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-274fe36f6206b987.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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`
119602026-05-23T04:47:46.168Z
119612026-05-23T04:47:46.168Zrunning 3 tests
119622026-05-23T04:47:46.171Ztest common/src/lib.rs - FileKv (line 37) ... ignored
119632026-05-23T04:47:46.175Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 651) ... ok
119642026-05-23T04:47:46.175Ztest common/src/lib.rs - BytesToHexDebug (line 138) ... ok
119652026-05-23T04:47:46.175Z
119662026-05-23T04:47:46.175Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
119672026-05-23T04:47:46.175Z
119682026-05-23T04:47:46.186Zall doctests ran in 3.96s; merged doctests compilation took 3.94s
119692026-05-23T04:47:46.245Z Doc-tests omicron_ddm_admin_client
119702026-05-23T04:47:46.245Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5834d56f5d5450c8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec36b4a879a7f2e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0a0dea326cf2a884.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119712026-05-23T04:47:46.443Z
119722026-05-23T04:47:46.443Zrunning 0 tests
119732026-05-23T04:47:46.443Z
119742026-05-23T04:47:46.443Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119752026-05-23T04:47:46.443Z
119762026-05-23T04:47:46.466Z Doc-tests omicron_deployment_graph
119772026-05-23T04:47:46.466Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-13e665606f435ce9.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-5956a27b27ac1f3b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119782026-05-23T04:47:46.523Z
119792026-05-23T04:47:46.523Zrunning 0 tests
119802026-05-23T04:47:46.523Z
119812026-05-23T04:47:46.523Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119822026-05-23T04:47:46.523Z
119832026-05-23T04:47:46.532Z Doc-tests omicron_dev_lib
119842026-05-23T04:47:46.532Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-01e0def4c6020b1d.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-70a2ffa4e221e66b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119852026-05-23T04:47:46.878Z
119862026-05-23T04:47:46.878Zrunning 0 tests
119872026-05-23T04:47:46.878Z
119882026-05-23T04:47:46.878Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119892026-05-23T04:47:46.878Z
119902026-05-23T04:47:46.915Z Doc-tests omicron_gateway
119912026-05-23T04:47:46.916Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-1ff9b22c4e517109.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-89f3c21a8a97431e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-38b8186bb5f7a9e6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-24dbd722bdc12648.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5854f6e6f36d495d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-52d21944751f5ead.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b40379780a06e67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-10c920bdeb10a557.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4a3eb8f33cf00e98.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119922026-05-23T04:47:47.503Z
119932026-05-23T04:47:47.503Zrunning 0 tests
119942026-05-23T04:47:47.503Z
119952026-05-23T04:47:47.503Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119962026-05-23T04:47:47.503Z
119972026-05-23T04:47:47.554Z Doc-tests omicron_ledger
119982026-05-23T04:47:47.557Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119992026-05-23T04:47:47.635Z
120002026-05-23T04:47:47.635Zrunning 0 tests
120012026-05-23T04:47:47.635Z
120022026-05-23T04:47:47.635Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120032026-05-23T04:47:47.635Z
120042026-05-23T04:47:47.647Z Doc-tests omicron_ls_apis
120052026-05-23T04:47:47.650Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0315e6aa71703e60.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-13e665606f435ce9.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-5956a27b27ac1f3b.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-d113f0276fd0a372.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120062026-05-23T04:47:47.804Z
120072026-05-23T04:47:47.805Zrunning 1 test
120082026-05-23T04:47:47.811Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
120092026-05-23T04:47:47.811Z
120102026-05-23T04:47:47.811Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
120112026-05-23T04:47:47.811Z
120122026-05-23T04:47:47.823Z Doc-tests omicron_nexus
120132026-05-23T04:47:47.827Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c6da6d562eb4080b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-a367aaae4b237a4e.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-336be7aeea741272.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-6498dbd3f195833d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4606ab9f3f0f803a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85c665bbda1b40ba.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6161d0b82d613780.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-87ea2d0650c1498a.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-62c80b8fe1be1e5a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e1dece6187d55c2e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0d8f888a5d802a38.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-21d04d0008ec5099.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f038e62f8dba66c9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d03f5ce545e52596.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-35cb00c959fe46fe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-74e103db03a7b92e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-d0f2a744489819b2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b0f26c04d8d708f3.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-eb2e3caaff490c51.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c631a266d2055e63.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d6e6e843ae250763.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-32770f3ae736f329.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-be649201dffde56c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0455ddf1b53cad88.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-b3e409320a446bde.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-10703d03f2f79d24.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2daaa880e402fb61.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-b81a8f33212a551d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-ab8fcc995bed8d7d.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-9b666b73e32a735e.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d5d970d66d830ef7.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-4b5919146e8c15fe.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4a19344300438491.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c825208a92035f16.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d2af8360ec0abfee.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1dfcdb7cec31671b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-54885cc3b2a80693.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-d51e53abc57f4663.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-39a6c9a154ec078b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-3c9d4467753cb2ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3c784933ea765f4b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7099a890bd2849ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9c457c413d0626e8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5f7403c341615c99.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0a0564e6a5952b4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4354d5f2c9b7f735.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-52d21944751f5ead.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b40379780a06e67.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bb3b330da0999e02.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-904b5786732b2b10.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0a0dea326cf2a884.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-1939807e6be6156e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6de895597b074294.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-f2b54bac2d015923.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f0b843b9d400c4d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cc2470ba04a918de.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d3678eae9ba68c5f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-ae76072ae87a9f09.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-9c8fa79bd8ef9ea7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-7c1a316b965e4453.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-aee1b3efea10daf0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44ced2dc62887ebc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-897f70ed92fda8f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-a653a7a4fcc39c12.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-4b62239cf4d8d529.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-997b12e471dc74a3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa34a231e3f3e7fe.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-e79fbcf5d5ff5694.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-27e0b513e837638c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-eec0b80df66956df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "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`
120142026-05-23T04:47:56.791Z
120152026-05-23T04:47:56.791Zrunning 6 tests
120162026-05-23T04:47:56.794Ztest nexus/src/app/background/tasks/multicast/members.rs - app::background::tasks::multicast::members::MulticastGroupReconciler::refresh_sled_mapping_cache (line 2507) ... ignored
120172026-05-23T04:47:56.794Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 260) ... ignored
120182026-05-23T04:47:56.797Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 984) ... ok
120192026-05-23T04:47:56.797Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 962) ... ok
120202026-05-23T04:47:56.800Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1056) ... ok
120212026-05-23T04:47:56.800Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1026) ... ok
120222026-05-23T04:47:56.800Z
120232026-05-23T04:47:56.800Ztest result: ok. 4 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
120242026-05-23T04:47:56.800Z
120252026-05-23T04:47:56.809Zall doctests ran in 6.86s; merged doctests compilation took 6.83s
120262026-05-23T04:47:56.941Z Doc-tests omicron_ntp_admin
120272026-05-23T04:47:56.941Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9431ec05f9b6974f.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-fc4d29ad5c888343.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-d248144e98cedc5e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-2ee3dfd3b9b58dd3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.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`
120282026-05-23T04:47:57.144Z
120292026-05-23T04:47:57.144Zrunning 1 test
120302026-05-23T04:47:57.144Ztest ntp-admin/src/http_entrypoints.rs - http_entrypoints::compute_max_error (line 152) ... ignored
120312026-05-23T04:47:57.144Z
120322026-05-23T04:47:57.144Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
120332026-05-23T04:47:57.144Z
120342026-05-23T04:47:57.168Z Doc-tests omicron_package
120352026-05-23T04:47:57.168Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0315e6aa71703e60.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-7e36af1ea28bddb2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-0463e0d7fae452d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-4d2f29745438c1d2.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-54b896c66281c04f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90204900ec0045f3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120362026-05-23T04:47:57.334Z
120372026-05-23T04:47:57.334Zrunning 0 tests
120382026-05-23T04:47:57.334Z
120392026-05-23T04:47:57.334Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120402026-05-23T04:47:57.334Z
120412026-05-23T04:47:57.353Z Doc-tests omicron_passwords
120422026-05-23T04:47:57.353Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-2056a469241411d0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85c665bbda1b40ba.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-585356b8a260a2cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120432026-05-23T04:47:57.448Z
120442026-05-23T04:47:57.448Zrunning 0 tests
120452026-05-23T04:47:57.448Z
120462026-05-23T04:47:57.448Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120472026-05-23T04:47:57.448Z
120482026-05-23T04:47:57.463Z Doc-tests omicron_pins
120492026-05-23T04:47:57.463Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0315e6aa71703e60.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-7d3d4dd52b66e723.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120502026-05-23T04:47:57.541Z
120512026-05-23T04:47:57.541Zrunning 0 tests
120522026-05-23T04:47:57.541Z
120532026-05-23T04:47:57.541Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120542026-05-23T04:47:57.541Z
120552026-05-23T04:47:57.554Z Doc-tests omicron_repl_utils
120562026-05-23T04:47:57.557Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-4b7f629d05364f2b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120572026-05-23T04:47:57.620Z
120582026-05-23T04:47:57.620Zrunning 0 tests
120592026-05-23T04:47:57.620Z
120602026-05-23T04:47:57.620Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120612026-05-23T04:47:57.620Z
120622026-05-23T04:47:57.631Z Doc-tests omicron_rpaths
120632026-05-23T04:47:57.631Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d3890b2a4b8a7b2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120642026-05-23T04:47:57.676Z
120652026-05-23T04:47:57.676Zrunning 0 tests
120662026-05-23T04:47:57.676Z
120672026-05-23T04:47:57.676Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120682026-05-23T04:47:57.676Z
120692026-05-23T04:47:57.684Z Doc-tests omicron_sled_agent
120702026-05-23T04:47:57.688Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cb2d476cd63e80af.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-abd38eb553931a29.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53921b7d712dfd4c.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-37302c1e7ec7e70c.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6161d0b82d613780.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-62c80b8fe1be1e5a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-3cb0d68ccbef8cb7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3b993bc2e82919b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4ce1784a6670809f.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-6c431d054ca2b0eb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3a7174b5570e438e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b5165e8cf40f6df7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c6da9003b115e512.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a76802aee699c4e8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-38ae2446184e874c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec36b4a879a7f2e9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7099a890bd2849ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fadcb572786b06.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-52d21944751f5ead.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b40379780a06e67.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6de895597b074294.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e78abffc16007a55.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0343af94318f702a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-f2b54bac2d015923.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-979ea76799168b7a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8faf11dce722cf26.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-d664f58d04c64926.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dec4a5ea1b99e00a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9ca5ebe4373e6f53.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-b8185327191eb7e3.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-8d233d2ba8b160fb.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2a0a2fa200511871.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-5c93df4e7ae6d656.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5d18dee2c674f09.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3ca15910c05dabb1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-54b896c66281c04f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-4501c4dfab6bc7eb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-5701a4d928e7499d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-b215c601849d493e.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-81795608701f9ef8.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ccfa7aa365f18a5c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-3bd3d2616227043d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.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`
120712026-05-23T04:47:58.807Z
120722026-05-23T04:47:58.808Zrunning 0 tests
120732026-05-23T04:47:58.808Z
120742026-05-23T04:47:58.808Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120752026-05-23T04:47:58.808Z
120762026-05-23T04:47:58.885Z Doc-tests omicron_test_utils
120772026-05-23T04:47:58.885Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3d27c33688bca414.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-42ab93db90545655.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1d17b933e10e833d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae8827a65b324b76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-a66b21d7e85e0d3c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7c1963df26100967.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-41914f5dc4fde0ca.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d90d9ddae0a31d49.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`
120782026-05-23T04:48:11.577Z
120792026-05-23T04:48:11.577Zrunning 2 tests
120802026-05-23T04:48:11.594Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 267) ... ok
120812026-05-23T04:48:11.597Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 223) ... ok
120822026-05-23T04:48:11.597Z
120832026-05-23T04:48:11.597Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
120842026-05-23T04:48:11.597Z
120852026-05-23T04:48:11.629Z
120862026-05-23T04:48:11.629Zrunning 1 test
120872026-05-23T04:48:11.629Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 255) ... ignored
120882026-05-23T04:48:11.629Z
120892026-05-23T04:48:11.632Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
120902026-05-23T04:48:11.632Z
120912026-05-23T04:48:11.632Zall doctests ran in 12.32s; merged doctests compilation took 12.26s
120922026-05-23T04:48:11.688Z Doc-tests omicron_uuid_kinds
120932026-05-23T04:48:11.688Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6001f0b76e0e63c7.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-7444b9fdcde38245.so --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-227ba1285ee48ac7.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.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`
120942026-05-23T04:48:11.824Z
120952026-05-23T04:48:11.824Zrunning 0 tests
120962026-05-23T04:48:11.825Z
120972026-05-23T04:48:11.825Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120982026-05-23T04:48:11.825Z
120992026-05-23T04:48:11.840Z Doc-tests omicron_workspace_hack
121002026-05-23T04:48:11.844Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1efa74adc08c6063.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-2b3e0a333636a188.rlib --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-31b8b798a759197d.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9f652f089a5c8555.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a1fee2dec1666ec.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-8703aae8b2f9644d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d567866028523e0c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-10536750ba824ae2.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-69486b200cd4237f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-05ae4e093b7516a8.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-1187af0aead528db.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-81b267cc7138b84d.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-37faa1f68eac4450.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-faad5fa6f4ba4a5e.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b1a2d0ece26f531c.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-78d4bbafc7faaf08.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-afe6ed1398c542c7.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f5c453b671eb81b.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-53a27ea6ba2abd9c.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-c3b0ab18196b7f56.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-430384416dcc468a.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49e819e9bc7c00a1.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-049a193beba92f2c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ae11fbee9e1da3a9.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-98fd6867a764390a.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a898c7cc874d883a.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5bdddceadc240b18.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-563d05d7861c894f.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-d3864d76002543d1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2694af6e2949e11f.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-d2281c904bfe50c1.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ab8db966f19237e8.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-f90e97ec9fd53070.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-36174b688f91e133.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-eaa0a13843f60114.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e1b5a28ffe36276c.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9ef7dfa7d7bb714e.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4043be771473f5c2.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-7cd91c71ab4e74b0.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-74cdada1b096953c.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ce25e48eebfce10.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d0108bbd090b4caf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-74e103db03a7b92e.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d86354d4394907f1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9d6fefae13e74922.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5bc8a8fdb2d028e8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2842e0873418566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e4c83b89c41d405d.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8e87eb6c026a0ee2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dd9102c781fc5d0d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-153496f33718ff11.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-fb54e068726995e7.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9d0bb49b988bc1dc.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-6ae901cd3497a02c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b0d5beb18e29a641.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b8b4079daab0ed4.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5123d94d29602b7b.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6933dc604de72165.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f656ff4875bc8de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6ea17d19d7865e8f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-158ee63d9a68ba9b.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-74c31174be3833a9.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ccf6faf54f4a34d3.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ba2f2a820e01dede.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cda54deeadff7a53.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-a5327e4ac3908c74.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3e12d9698381657b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2f47e298a04381f5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-787abba1b2963ab2.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-802db6b9faa97ef0.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1b8abf09d7a0e388.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-27e48c156d319f55.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-99f20a04b8966635.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b163db9e614b168.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-022452df65051dc0.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-9a82faff30e4a240.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-cf300be829fa3186.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-67f73645eb23c367.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-5ec4b1d1a79aba91.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-9741ffcf9f049a12.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d88915ff1b92f70d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fa1b9b86a59e162f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-e759b52ab3fc81c8.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-76115cfbe65924e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-fd6ba8a01932ff99.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-498226a3d878704f.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-74bfc16b099d95fe.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4dd8f72c85e6b2bf.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-12c33739b94d4993.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-f1529167c9667213.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-2e7ecba64d490800.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-19cdcf99954fd9c8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8cb3de09cc01b79f.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9d99588b1a787199.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-eddac49d652135bc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa34a231e3f3e7fe.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-68ed9a55b1a4dec5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-65099d3ce8e9d5ec.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a72d82bb6c35c4b0.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1f4c7a2c0e97718e.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-582b8bfcbfeb32b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f7fee5e86f2f2b09.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-33e28f4acfa34e04.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121012026-05-23T04:48:11.885Z
121022026-05-23T04:48:11.885Zrunning 0 tests
121032026-05-23T04:48:11.885Z
121042026-05-23T04:48:11.885Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121052026-05-23T04:48:11.885Z
121062026-05-23T04:48:11.894Z Doc-tests oxide_client
121072026-05-23T04:48:11.894Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5f7403c341615c99.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0a0dea326cf2a884.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121082026-05-23T04:48:16.662Z
121092026-05-23T04:48:16.662Zrunning 315 tests
121102026-05-23T04:48:16.662Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
121112026-05-23T04:48:16.662Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
121122026-05-23T04:48:16.662Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
121132026-05-23T04:48:16.662Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
121142026-05-23T04:48:16.662Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
121152026-05-23T04:48:16.662Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
121162026-05-23T04:48:16.662Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
121172026-05-23T04:48:16.662Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
121182026-05-23T04:48:16.662Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
121192026-05-23T04:48:16.662Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
121202026-05-23T04:48:16.662Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 27) ... ignored
121212026-05-23T04:48:16.662Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
121222026-05-23T04:48:16.662Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
121232026-05-23T04:48:16.662Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
121242026-05-23T04:48:16.662Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
121252026-05-23T04:48:16.662Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
121262026-05-23T04:48:16.662Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
121272026-05-23T04:48:16.662Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
121282026-05-23T04:48:16.662Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
121292026-05-23T04:48:16.662Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
121302026-05-23T04:48:16.662Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
121312026-05-23T04:48:16.668Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
121322026-05-23T04:48:16.668Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
121332026-05-23T04:48:16.668Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
121342026-05-23T04:48:16.668Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
121352026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
121362026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
121372026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
121382026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
121392026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
121402026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
121412026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
121422026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
121432026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
121442026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
121452026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
121462026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
121472026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_join (line 32) ... ignored
121482026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_leave (line 27) ... ignored
121492026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_list (line 29) ... ignored
121502026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_list (line 27) ... ignored
121512026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_member_list (line 30) ... ignored
121522026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_view (line 27) ... ignored
121532026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
121542026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
121552026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
121562026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
121572026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_abort (line 27) ... ignored
121582026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_add_sleds (line 26) ... ignored
121592026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_status (line 25) ... ignored
121602026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_create (line 23) ... ignored
121612026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_delete (line 27) ... ignored
121622026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download (line 28) ... ignored
121632026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download_file (line 29) ... ignored
121642026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head (line 28) ... ignored
121652026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head_file (line 29) ... ignored
121662026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_index (line 28) ... ignored
121672026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_list (line 27) ... ignored
121682026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_update (line 26) ... ignored
121692026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_view (line 25) ... ignored
121702026-05-23T04:48:16.669Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
121712026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_attach (line 27) ... ignored
121722026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_create (line 26) ... ignored
121732026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_delete (line 26) ... ignored
121742026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_detach (line 26) ... ignored
121752026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_list (line 28) ... ignored
121762026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_update (line 27) ... ignored
121772026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_view (line 26) ... ignored
121782026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
121792026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 28) ... ignored
121802026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
121812026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
121822026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
121832026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
121842026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
121852026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
121862026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
121872026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
121882026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
121892026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
121902026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
121912026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
121922026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
121932026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
121942026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
121952026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
121962026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
121972026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
121982026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 31) ... ignored
121992026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
122002026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_subnet_list (line 26) ... ignored
122012026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
122022026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
122032026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
122042026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
122052026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
122062026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
122072026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
122082026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
122092026-05-23T04:48:16.670Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
122102026-05-23T04:48:16.671Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
122112026-05-23T04:48:16.671Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
122122026-05-23T04:48:16.671Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
122132026-05-23T04:48:16.671Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
122142026-05-23T04:48:16.671Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
122152026-05-23T04:48:16.671Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_list (line 27) ... ignored
122162026-05-23T04:48:16.671Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_view (line 25) ... ignored
122172026-05-23T04:48:16.671Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
122182026-05-23T04:48:16.671Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
122192026-05-23T04:48:16.671Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
122202026-05-23T04:48:16.671Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
122212026-05-23T04:48:16.671Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
122222026-05-23T04:48:16.671Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
122232026-05-23T04:48:16.671Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
122242026-05-23T04:48:16.671Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
122252026-05-23T04:48:16.671Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
122262026-05-23T04:48:16.671Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
122272026-05-23T04:48:16.671Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
122282026-05-23T04:48:16.671Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
122292026-05-23T04:48:16.671Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
122302026-05-23T04:48:16.671Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
122312026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
122322026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
122332026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
122342026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
122352026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
122362026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
122372026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
122382026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
122392026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
122402026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
122412026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
122422026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
122432026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
122442026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
122452026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
122462026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
122472026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
122482026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
122492026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_list (line 27) ... ignored
122502026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_view (line 25) ... ignored
122512026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
122522026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
122532026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
122542026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
122552026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
122562026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
122572026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
122582026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
122592026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
122602026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
122612026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
122622026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
122632026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
122642026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
122652026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSystemAuditLogExt::audit_log_list (line 33) ... ignored
122662026-05-23T04:48:16.676Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
122672026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
122682026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
122692026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
122702026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_disable_adoption (line 25) ... ignored
122712026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_enable_adoption (line 23) ... ignored
122722026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
122732026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list_adoption_requests (line 27) ... ignored
122742026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list_unadopted (line 26) ... ignored
122752026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
122762026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
122772026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
122782026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
122792026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
122802026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
122812026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
122822026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
122832026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
122842026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
122852026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
122862026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_create (line 23) ... ignored
122872026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_delete (line 25) ... ignored
122882026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_list (line 27) ... ignored
122892026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_add (line 30) ... ignored
122902026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_list (line 29) ... ignored
122912026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_remove (line 26) ... ignored
122922026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_add (line 25) ... ignored
122932026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_list (line 28) ... ignored
122942026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_remove (line 23) ... ignored
122952026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_view (line 23) ... ignored
122962026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_link (line 28) ... ignored
122972026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_list (line 28) ... ignored
122982026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_unlink (line 25) ... ignored
122992026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_update (line 25) ... ignored
123002026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_update (line 26) ... ignored
123012026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_utilization_view (line 25) ... ignored
123022026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_view (line 25) ... ignored
123032026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
123042026-05-23T04:48:16.677Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
123052026-05-23T04:48:16.678Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
123062026-05-23T04:48:16.678Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
123072026-05-23T04:48:16.678Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
123082026-05-23T04:48:16.678Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
123092026-05-23T04:48:16.678Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
123102026-05-23T04:48:16.678Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_view (line 25) ... ignored
123112026-05-23T04:48:16.678Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
123122026-05-23T04:48:16.678Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
123132026-05-23T04:48:16.678Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
123142026-05-23T04:48:16.678Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
123152026-05-23T04:48:16.678Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
123162026-05-23T04:48:16.678Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
123172026-05-23T04:48:16.678Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
123182026-05-23T04:48:16.678Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
123192026-05-23T04:48:16.678Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
123202026-05-23T04:48:16.678Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
123212026-05-23T04:48:16.678Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
123222026-05-23T04:48:16.678Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
123232026-05-23T04:48:16.678Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
123242026-05-23T04:48:16.678Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported (line 25) ... ignored
123252026-05-23T04:48:16.678Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
123262026-05-23T04:48:16.678Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
123272026-05-23T04:48:16.678Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
123282026-05-23T04:48:16.678Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
123292026-05-23T04:48:16.678Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
123302026-05-23T04:48:16.678Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
123312026-05-23T04:48:16.682Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
123322026-05-23T04:48:16.682Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
123332026-05-23T04:48:16.682Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
123342026-05-23T04:48:16.682Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
123352026-05-23T04:48:16.682Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
123362026-05-23T04:48:16.682Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
123372026-05-23T04:48:16.682Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
123382026-05-23T04:48:16.682Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
123392026-05-23T04:48:16.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
123402026-05-23T04:48:16.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
123412026-05-23T04:48:16.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
123422026-05-23T04:48:16.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
123432026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
123442026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_create (line 27) ... ignored
123452026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_delete (line 28) ... ignored
123462026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_list (line 27) ... ignored
123472026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_view (line 28) ... ignored
123482026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
123492026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
123502026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
123512026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
123522026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
123532026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
123542026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
123552026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
123562026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
123572026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_subnet_pool_list (line 28) ... ignored
123582026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
123592026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
123602026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
123612026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
123622026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
123632026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
123642026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
123652026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
123662026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
123672026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_create (line 23) ... ignored
123682026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_delete (line 25) ... ignored
123692026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_list (line 27) ... ignored
123702026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_add (line 26) ... ignored
123712026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_list (line 27) ... ignored
123722026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_remove (line 26) ... ignored
123732026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_link (line 26) ... ignored
123742026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_list (line 28) ... ignored
123752026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_unlink (line 26) ... ignored
123762026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_update (line 27) ... ignored
123772026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_update (line 26) ... ignored
123782026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_utilization_view (line 25) ... ignored
123792026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_view (line 25) ... ignored
123802026-05-23T04:48:16.683Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_recovery_finish (line 31) ... ignored
123812026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_list (line 29) ... ignored
123822026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_upload (line 28) ... ignored
123832026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_view (line 25) ... ignored
123842026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_status (line 25) ... ignored
123852026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_create (line 23) ... ignored
123862026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_delete (line 27) ... ignored
123872026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_list (line 29) ... ignored
123882026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_view (line 25) ... ignored
123892026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_update (line 25) ... ignored
123902026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
123912026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
123922026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
123932026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
123942026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
123952026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
123962026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
123972026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
123982026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
123992026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
124002026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
124012026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
124022026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
124032026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
124042026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
124052026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
124062026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
124072026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
124082026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
124092026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
124102026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
124112026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
124122026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
124132026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
124142026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
124152026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
124162026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
124172026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
124182026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
124192026-05-23T04:48:16.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
124202026-05-23T04:48:16.685Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
124212026-05-23T04:48:16.685Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
124222026-05-23T04:48:16.685Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
124232026-05-23T04:48:16.685Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
124242026-05-23T04:48:16.685Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
124252026-05-23T04:48:16.685Z
124262026-05-23T04:48:16.685Ztest result: ok. 0 passed; 0 failed; 315 ignored; 0 measured; 0 filtered out; finished in 0.00s
124272026-05-23T04:48:16.685Z
124282026-05-23T04:48:16.685Zall doctests ran in 0.62s; merged doctests compilation took 0.62s
124292026-05-23T04:48:16.791Z Doc-tests oximeter
124302026-05-23T04:48:16.791Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e6f156c9677ec022.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8555c8846ae6df21.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-1643c28cda7e1a55.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a647a207b6db0fd5.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124312026-05-23T04:48:21.165Z
124322026-05-23T04:48:21.165Zrunning 2 tests
124332026-05-23T04:48:21.168Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
124342026-05-23T04:48:21.172Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
124352026-05-23T04:48:21.172Z
124362026-05-23T04:48:21.172Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
124372026-05-23T04:48:21.172Z
124382026-05-23T04:48:21.182Zall doctests ran in 4.19s; merged doctests compilation took 4.17s
124392026-05-23T04:48:21.220Z Doc-tests oximeter_api
124402026-05-23T04:48:21.220Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-345b2c5a6212cde8.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-91b9762b24decaca.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124412026-05-23T04:48:21.767Z
124422026-05-23T04:48:21.767Zrunning 2 tests
124432026-05-23T04:48:21.767Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 49) ... ignored
124442026-05-23T04:48:21.767Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 55) ... ignored
124452026-05-23T04:48:21.767Z
124462026-05-23T04:48:21.767Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
124472026-05-23T04:48:21.767Z
124482026-05-23T04:48:21.771Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
124492026-05-23T04:48:21.795Z Doc-tests oximeter_client
124502026-05-23T04:48:21.798Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-033f92b7d2688a9a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0a0564e6a5952b4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124512026-05-23T04:48:22.058Z
124522026-05-23T04:48:22.058Zrunning 0 tests
124532026-05-23T04:48:22.058Z
124542026-05-23T04:48:22.058Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124552026-05-23T04:48:22.059Z
124562026-05-23T04:48:22.086Z Doc-tests oximeter_collector
124572026-05-23T04:48:22.087Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f038e62f8dba66c9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-345b2c5a6212cde8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b0a0564e6a5952b4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4354d5f2c9b7f735.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a647a207b6db0fd5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124582026-05-23T04:48:22.610Z
124592026-05-23T04:48:22.610Zrunning 0 tests
124602026-05-23T04:48:22.611Z
124612026-05-23T04:48:22.611Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124622026-05-23T04:48:22.611Z
124632026-05-23T04:48:22.663Z Doc-tests oximeter_db
124642026-05-23T04:48:22.668Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-479f88a506a2bc92.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9a21c600f3fe06a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27023148530dbedb.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4302500041247cf3.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85c665bbda1b40ba.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-9e1cf3ccd5b53459.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-642be4af1a5a9ef4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-24fb75f4dcfd9c89.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bb3b330da0999e02.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-65c9103bed1e9b17.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-08c6f270fc9aa1c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f7fb554c399c395e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-2352b96d30be233f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-87c37d8cc338976d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dcf72cabde794545.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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`
124652026-05-23T04:48:23.737Z
124662026-05-23T04:48:23.737Zrunning 3 tests
124672026-05-23T04:48:23.737Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
124682026-05-23T04:48:23.737Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
124692026-05-23T04:48:23.737Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
124702026-05-23T04:48:23.737Z
124712026-05-23T04:48:23.737Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
124722026-05-23T04:48:23.737Z
124732026-05-23T04:48:23.740Z
124742026-05-23T04:48:23.740Zrunning 2 tests
124752026-05-23T04:48:23.740Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
124762026-05-23T04:48:23.740Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
124772026-05-23T04:48:23.740Z
124782026-05-23T04:48:23.740Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
124792026-05-23T04:48:23.740Z
124802026-05-23T04:48:23.740Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
124812026-05-23T04:48:23.790Z Doc-tests oximeter_instruments
124822026-05-23T04:48:23.790Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-a04602486a2c081a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-52d21944751f5ead.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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`
124832026-05-23T04:48:24.148Z
124842026-05-23T04:48:24.148Zrunning 0 tests
124852026-05-23T04:48:24.148Z
124862026-05-23T04:48:24.148Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124872026-05-23T04:48:24.148Z
124882026-05-23T04:48:24.185Z Doc-tests oximeter_macro_impl
124892026-05-23T04:48:24.185Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ed3c0d9776564c53.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e6f156c9677ec022.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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`
124902026-05-23T04:48:24.246Z
124912026-05-23T04:48:24.246Zrunning 0 tests
124922026-05-23T04:48:24.246Z
124932026-05-23T04:48:24.246Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124942026-05-23T04:48:24.246Z
124952026-05-23T04:48:24.256Z Doc-tests oximeter_producer
124962026-05-23T04:48:24.256Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c10078c3f721ed1c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-7ee6d68f262b7ce8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3b40379780a06e67.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-6117824bf88059b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124972026-05-23T04:48:24.659Z
124982026-05-23T04:48:24.659Zrunning 0 tests
124992026-05-23T04:48:24.659Z
125002026-05-23T04:48:24.659Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125012026-05-23T04:48:24.659Z
125022026-05-23T04:48:24.703Z Doc-tests oximeter_producer_api
125032026-05-23T04:48:24.703Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5eda8250a90bc255.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-6117824bf88059b7.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-91b9762b24decaca.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
125042026-05-23T04:48:25.252Z
125052026-05-23T04:48:25.252Zrunning 2 tests
125062026-05-23T04:48:25.252Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::api_description (line 25) ... ignored
125072026-05-23T04:48:25.252Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::stub_api_description (line 31) ... ignored
125082026-05-23T04:48:25.252Z
125092026-05-23T04:48:25.252Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
125102026-05-23T04:48:25.252Z
125112026-05-23T04:48:25.256Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
125122026-05-23T04:48:25.280Z Doc-tests oximeter_schema
125132026-05-23T04:48:25.280Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-5370b6ab3a93e0f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8555c8846ae6df21.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a647a207b6db0fd5.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-6a80c8115af3928c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
125142026-05-23T04:48:25.491Z
125152026-05-23T04:48:25.491Zrunning 0 tests
125162026-05-23T04:48:25.491Z
125172026-05-23T04:48:25.491Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125182026-05-23T04:48:25.491Z
125192026-05-23T04:48:25.515Z Doc-tests oximeter_test_utils
125202026-05-23T04:48:25.515Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4302500041247cf3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-49665404c5604a4d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e6f156c9677ec022.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-24fb75f4dcfd9c89.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a647a207b6db0fd5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
125212026-05-23T04:48:25.935Z
125222026-05-23T04:48:25.935Zrunning 0 tests
125232026-05-23T04:48:25.935Z
125242026-05-23T04:48:25.935Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125252026-05-23T04:48:25.935Z
125262026-05-23T04:48:25.980Z Doc-tests oximeter_timeseries_macro
125272026-05-23T04:48:25.980Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ed3c0d9776564c53.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-12901153ea148eb3.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-1643c28cda7e1a55.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6c86e99d453b34d0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-99360ac57d065395.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b015ce3ea8343151.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-5cdbebf864c5da83.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`
125282026-05-23T04:48:26.147Z
125292026-05-23T04:48:26.147Zrunning 0 tests
125302026-05-23T04:48:26.147Z
125312026-05-23T04:48:26.147Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125322026-05-23T04:48:26.147Z
125332026-05-23T04:48:26.168Z Doc-tests oximeter_types
125342026-05-23T04:48:26.168Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-883c3d25adb1e1a3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85c665bbda1b40ba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e6f156c9677ec022.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a647a207b6db0fd5.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-91b9762b24decaca.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-51baf9810e5e1a2b.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-802f824273970342.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
125352026-05-23T04:48:26.787Z
125362026-05-23T04:48:26.787Zrunning 11 tests
125372026-05-23T04:48:27.177Ztest oximeter/types/src/traits.rs - traits (line 37) - compile fail ... ok
125382026-05-23T04:48:27.177Ztest oximeter/types/src/traits.rs - traits (line 81) - compile fail ... ok
125392026-05-23T04:48:31.325Ztest oximeter/types/src/quantile.rs - quantile (line 18) ... ok
125402026-05-23T04:48:31.676Ztest oximeter/types/src/traits.rs - traits (line 56) ... ok
125412026-05-23T04:48:31.756Ztest oximeter/types/src/quantile.rs - quantile (line 43) ... ok
125422026-05-23T04:48:31.756Ztest oximeter/types/src/histogram.rs - histogram (line 7) ... ok
125432026-05-23T04:48:31.756Ztest oximeter/types/src/quantile.rs - quantile (line 7) ... ok
125442026-05-23T04:48:31.843Ztest oximeter/types/src/quantile.rs - quantile (line 31) ... ok
125452026-05-23T04:48:31.843Ztest oximeter/types/src/traits.rs - traits (line 7) ... ok
125462026-05-23T04:48:31.843Ztest oximeter/types/src/histogram.rs - histogram (line 19) ... ok
125472026-05-23T04:48:35.902Ztest oximeter/types/src/traits.rs - traits (line 94) ... ok
125482026-05-23T04:48:35.902Z
125492026-05-23T04:48:35.902Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.11s
125502026-05-23T04:48:35.902Z
125512026-05-23T04:48:35.905Zall doctests ran in 9.57s; merged doctests compilation took 0.46s
125522026-05-23T04:48:35.931Z Doc-tests oximeter_types_versions
125532026-05-23T04:48:35.931Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-883c3d25adb1e1a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c2a575e03cd92687.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-91b9762b24decaca.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-727f636edaff5f68.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
125542026-05-23T04:48:36.728Z
125552026-05-23T04:48:36.728Zrunning 1 test
125562026-05-23T04:48:36.728Ztest oximeter/types/versions/src/lib.rs - (line 17) ... ignored
125572026-05-23T04:48:36.728Z
125582026-05-23T04:48:36.728Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
125592026-05-23T04:48:36.728Z
125602026-05-23T04:48:36.732Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
125612026-05-23T04:48:36.766Z Doc-tests oxlog
125622026-05-23T04:48:36.766Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-395c2a193315db60.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-08821fb7089c8154.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
125632026-05-23T04:48:36.820Z
125642026-05-23T04:48:36.820Zrunning 0 tests
125652026-05-23T04:48:36.820Z
125662026-05-23T04:48:36.820Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125672026-05-23T04:48:36.820Z
125682026-05-23T04:48:36.830Z Doc-tests oxql_types
125692026-05-23T04:48:36.830Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-3f48b8540bd04fa0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-7edb1e71e79184a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a647a207b6db0fd5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bb3b330da0999e02.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
125702026-05-23T04:48:37.077Z
125712026-05-23T04:48:37.077Zrunning 0 tests
125722026-05-23T04:48:37.077Z
125732026-05-23T04:48:37.077Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125742026-05-23T04:48:37.077Z
125752026-05-23T04:48:37.104Z Doc-tests parallel_task_set
125762026-05-23T04:48:37.104Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ed3c0d9776564c53.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-904b5786732b2b10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
125772026-05-23T04:48:37.156Z
125782026-05-23T04:48:37.156Zrunning 0 tests
125792026-05-23T04:48:37.156Z
125802026-05-23T04:48:37.156Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125812026-05-23T04:48:37.156Z
125822026-05-23T04:48:37.166Z Doc-tests range_requests
125832026-05-23T04:48:37.166Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-63b95c6de5767e6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-c7444e112283e6e5.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-7fb963e4479516a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-f2b54bac2d015923.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
125842026-05-23T04:48:37.288Z
125852026-05-23T04:48:37.288Zrunning 0 tests
125862026-05-23T04:48:37.288Z
125872026-05-23T04:48:37.288Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125882026-05-23T04:48:37.288Z
125892026-05-23T04:48:37.304Z Doc-tests reconfigurator_cli
125902026-05-23T04:48:37.307Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ff648e9c92f8b9da.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-66efc0e18538e236.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-fa4a14f4cb585413.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-39bb858b9b077130.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-27acc2eb6f098224.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-4b7f629d05364f2b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-b88f55d3e6659ecb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-e79fbcf5d5ff5694.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-27e0b513e837638c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-eec0b80df66956df.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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`
125912026-05-23T04:48:37.864Z
125922026-05-23T04:48:37.864Zrunning 0 tests
125932026-05-23T04:48:37.864Z
125942026-05-23T04:48:37.868Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125952026-05-23T04:48:37.868Z
125962026-05-23T04:48:37.913Z Doc-tests repo_depot_api
125972026-05-23T04:48:37.913Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-979ea76799168b7a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
125982026-05-23T04:48:38.439Z
125992026-05-23T04:48:38.440Zrunning 2 tests
126002026-05-23T04:48:38.440Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 26) ... ignored
126012026-05-23T04:48:38.440Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 32) ... ignored
126022026-05-23T04:48:38.440Z
126032026-05-23T04:48:38.440Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
126042026-05-23T04:48:38.440Z
126052026-05-23T04:48:38.444Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
126062026-05-23T04:48:38.466Z Doc-tests repo_depot_client
126072026-05-23T04:48:38.466Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ed3c0d9776564c53.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8faf11dce722cf26.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126082026-05-23T04:48:38.606Z
126092026-05-23T04:48:38.607Zrunning 0 tests
126102026-05-23T04:48:38.607Z
126112026-05-23T04:48:38.607Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
126122026-05-23T04:48:38.607Z
126132026-05-23T04:48:38.624Z Doc-tests sled_agent_api
126142026-05-23T04:48:38.624Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-3808b7c2dba389df.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dec4a5ea1b99e00a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3ca15910c05dabb1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-44bf1211325e0ecb.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126152026-05-23T04:48:39.277Z
126162026-05-23T04:48:39.277Zrunning 2 tests
126172026-05-23T04:48:39.277Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 115) ... ignored
126182026-05-23T04:48:39.277Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 121) ... ignored
126192026-05-23T04:48:39.277Z
126202026-05-23T04:48:39.277Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
126212026-05-23T04:48:39.277Z
126222026-05-23T04:48:39.281Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
126232026-05-23T04:48:39.312Z Doc-tests sled_agent_client
126242026-05-23T04:48:39.312Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6de895597b074294.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126252026-05-23T04:48:40.897Z
126262026-05-23T04:48:40.897Zrunning 0 tests
126272026-05-23T04:48:40.898Z
126282026-05-23T04:48:40.898Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
126292026-05-23T04:48:40.898Z
126302026-05-23T04:48:40.958Z Doc-tests sled_agent_config_reconciler
126312026-05-23T04:48:40.958Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff1c45b7cc8f4b6e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-9e811ee2e4e07863.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a76802aee699c4e8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-38ae2446184e874c.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-4be5d6558a79b3aa.rlib --extern ntp_admin_v1_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_v1_client-a36a0aff6a7f0957.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-2ebd9f00f171696f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dec4a5ea1b99e00a.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9ca5ebe4373e6f53.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-dd3fb4084e993cdc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-54b896c66281c04f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.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`
126322026-05-23T04:48:41.415Z
126332026-05-23T04:48:41.415Zrunning 0 tests
126342026-05-23T04:48:41.415Z
126352026-05-23T04:48:41.415Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
126362026-05-23T04:48:41.415Z
126372026-05-23T04:48:41.457Z Doc-tests sled_agent_early_networking
126382026-05-23T04:48:41.458Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3b993bc2e82919b1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-b0f26c04d8d708f3.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-eb2e3caaff490c51.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec36b4a879a7f2e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-b8185327191eb7e3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126392026-05-23T04:48:41.857Z
126402026-05-23T04:48:41.857Zrunning 0 tests
126412026-05-23T04:48:41.857Z
126422026-05-23T04:48:41.857Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
126432026-05-23T04:48:41.857Z
126442026-05-23T04:48:41.901Z Doc-tests sled_agent_health_monitor
126452026-05-23T04:48:41.901Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dec4a5ea1b99e00a.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-8d233d2ba8b160fb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126462026-05-23T04:48:42.105Z
126472026-05-23T04:48:42.105Zrunning 0 tests
126482026-05-23T04:48:42.105Z
126492026-05-23T04:48:42.105Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
126502026-05-23T04:48:42.105Z
126512026-05-23T04:48:42.131Z Doc-tests sled_agent_measurements
126522026-05-23T04:48:42.131Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-38ae2446184e874c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9ca5ebe4373e6f53.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2a0a2fa200511871.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5d18dee2c674f09.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.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`
126532026-05-23T04:48:42.388Z
126542026-05-23T04:48:42.388Zrunning 0 tests
126552026-05-23T04:48:42.388Z
126562026-05-23T04:48:42.388Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
126572026-05-23T04:48:42.388Z
126582026-05-23T04:48:42.421Z Doc-tests sled_agent_rack_setup
126592026-05-23T04:48:42.421Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cb2d476cd63e80af.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-45da4579a165e62e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4606ab9f3f0f803a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-54dba6e446e6bb77.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-fa4a14f4cb585413.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-39a6c9a154ec078b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec36b4a879a7f2e9.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9ca5ebe4373e6f53.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-5c93df4e7ae6d656.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-81795608701f9ef8.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126602026-05-23T04:48:42.873Z
126612026-05-23T04:48:42.873Zrunning 0 tests
126622026-05-23T04:48:42.873Z
126632026-05-23T04:48:42.873Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
126642026-05-23T04:48:42.873Z
126652026-05-23T04:48:42.918Z Doc-tests sled_agent_resolvable_files
126662026-05-23T04:48:42.918Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-14842183da3c6f4a.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-9e811ee2e4e07863.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-dd3ee3dffdc4c25c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9ca5ebe4373e6f53.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5d18dee2c674f09.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-dd3fb4084e993cdc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126672026-05-23T04:48:43.182Z
126682026-05-23T04:48:43.182Zrunning 0 tests
126692026-05-23T04:48:43.182Z
126702026-05-23T04:48:43.182Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
126712026-05-23T04:48:43.182Z
126722026-05-23T04:48:43.214Z Doc-tests sled_agent_resolvable_files_examples
126732026-05-23T04:48:43.214Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-14842183da3c6f4a.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-9e811ee2e4e07863.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-dd3fb4084e993cdc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126742026-05-23T04:48:43.398Z
126752026-05-23T04:48:43.398Zrunning 0 tests
126762026-05-23T04:48:43.398Z
126772026-05-23T04:48:43.398Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
126782026-05-23T04:48:43.398Z
126792026-05-23T04:48:43.421Z Doc-tests sled_agent_types
126802026-05-23T04:48:43.421Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cb2d476cd63e80af.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-8664d818eaf5ace4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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`
126812026-05-23T04:48:43.672Z
126822026-05-23T04:48:43.673Zrunning 0 tests
126832026-05-23T04:48:43.673Z
126842026-05-23T04:48:43.673Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
126852026-05-23T04:48:43.673Z
126862026-05-23T04:48:43.700Z Doc-tests sled_agent_types_versions
126872026-05-23T04:48:43.700Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cb2d476cd63e80af.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-8664d818eaf5ace4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-78d62d6b51f2c19b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-ea02b1fe4a1bfc83.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0343af94318f702a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c6f04e978ab28de6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-9f69239dd5562c72.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.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`
126882026-05-23T04:48:45.850Z
126892026-05-23T04:48:45.850Zrunning 1 test
126902026-05-23T04:48:45.851Ztest sled-agent/types/versions/src/lib.rs - (line 17) ... ignored
126912026-05-23T04:48:45.851Z
126922026-05-23T04:48:45.851Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
126932026-05-23T04:48:45.851Z
126942026-05-23T04:48:45.854Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
126952026-05-23T04:48:45.931Z Doc-tests sled_diagnostics
126962026-05-23T04:48:45.931Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-395c2a193315db60.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-904b5786732b2b10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3ca15910c05dabb1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-3bd3d2616227043d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126972026-05-23T04:48:46.177Z
126982026-05-23T04:48:46.177Zrunning 0 tests
126992026-05-23T04:48:46.177Z
127002026-05-23T04:48:46.177Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
127012026-05-23T04:48:46.177Z
127022026-05-23T04:48:46.207Z Doc-tests sled_hardware
127032026-05-23T04:48:46.211Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-fadc287d5286e722.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-903719c48c111732.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-76018aa215a101e8.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-bbf7a32a49279c54.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc5cf79ceb6dd7e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-54b896c66281c04f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-bfd99b082f12c987.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.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`
127042026-05-23T04:48:46.488Z
127052026-05-23T04:48:46.488Zrunning 0 tests
127062026-05-23T04:48:46.488Z
127072026-05-23T04:48:46.488Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
127082026-05-23T04:48:46.488Z
127092026-05-23T04:48:46.518Z Doc-tests sled_hardware_types
127102026-05-23T04:48:46.518Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6001f0b76e0e63c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.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`
127112026-05-23T04:48:46.632Z
127122026-05-23T04:48:46.632Zrunning 0 tests
127132026-05-23T04:48:46.632Z
127142026-05-23T04:48:46.632Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
127152026-05-23T04:48:46.632Z
127162026-05-23T04:48:46.648Z Doc-tests sled_storage
127172026-05-23T04:48:46.648Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-aa8953624d325365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d7e788ba801484ae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-38ae2446184e874c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-54b896c66281c04f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-ca11d65f21dc5cf6.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`
127182026-05-23T04:48:46.893Z
127192026-05-23T04:48:46.893Zrunning 0 tests
127202026-05-23T04:48:46.893Z
127212026-05-23T04:48:46.893Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
127222026-05-23T04:48:46.893Z
127232026-05-23T04:48:46.920Z Doc-tests sp_sim
127242026-05-23T04:48:46.921Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-eaa0a13843f60114.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-35cb00c959fe46fe.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2fd7b1015061e60b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d3533f7d368cf1c2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6a51b835938833a9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4be48bb955f8ad55.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
127252026-05-23T04:48:47.450Z
127262026-05-23T04:48:47.450Zrunning 0 tests
127272026-05-23T04:48:47.451Z
127282026-05-23T04:48:47.451Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
127292026-05-23T04:48:47.451Z
127302026-05-23T04:48:47.499Z Doc-tests support_bundle_collection
127312026-05-23T04:48:47.503Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6b6fe6e597f528f4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-991229cc6f5a5aee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-745cd5604b8c353a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d5d970d66d830ef7.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4a19344300438491.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-04eae95be9d7f9b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-904b5786732b2b10.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-34b0f842b1f154c2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-a653a7a4fcc39c12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-254fbd074447178b.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`
127322026-05-23T04:48:48.000Z
127332026-05-23T04:48:48.000Zrunning 0 tests
127342026-05-23T04:48:48.001Z
127352026-05-23T04:48:48.001Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
127362026-05-23T04:48:48.001Z
127372026-05-23T04:48:48.048Z Doc-tests transient_dns_server
127382026-05-23T04:48:48.048Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e1dece6187d55c2e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-21e112ae51e1b48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-15eba77f93d37711.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-b215c601849d493e.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
127392026-05-23T04:48:48.238Z
127402026-05-23T04:48:48.238Zrunning 0 tests
127412026-05-23T04:48:48.238Z
127422026-05-23T04:48:48.238Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
127432026-05-23T04:48:48.238Z
127442026-05-23T04:48:48.261Z Doc-tests trust_quorum
127452026-05-23T04:48:48.264Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-b146f4d917ffff0b.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-236ca9717a706c1c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cb2d476cd63e80af.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-f8af81dd2db60d22.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-a4527300e1a17644.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-2a0a2fa200511871.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-5701a4d928e7499d.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-a8fcbd7d5a03eca8.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-81795608701f9ef8.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-7dda9be1ef149d02.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
127462026-05-23T04:48:48.597Z
127472026-05-23T04:48:48.597Zrunning 0 tests
127482026-05-23T04:48:48.597Z
127492026-05-23T04:48:48.597Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
127502026-05-23T04:48:48.597Z
127512026-05-23T04:48:48.631Z Doc-tests trust_quorum_protocol
127522026-05-23T04:48:48.631Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b146f4d917ffff0b.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-236ca9717a706c1c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-cb2d476cd63e80af.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-331a0dd8e7f1a906.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-f8af81dd2db60d22.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c3485f4811c60e6d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-bfc127cf7344eefe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8b5e68fb1f722bd6.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a5667cf336dacb0a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ea073ca951844ce6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-7dda9be1ef149d02.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.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`
127532026-05-23T04:48:48.869Z
127542026-05-23T04:48:48.869Zrunning 0 tests
127552026-05-23T04:48:48.869Z
127562026-05-23T04:48:48.869Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
127572026-05-23T04:48:48.869Z
127582026-05-23T04:48:48.891Z Doc-tests trust_quorum_test_utils
127592026-05-23T04:48:48.891Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-cb2d476cd63e80af.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-f8af81dd2db60d22.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-71e0eba80cf85928.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-750f2bd5cc7123ff.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-7dda9be1ef149d02.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
127602026-05-23T04:48:49.055Z
127612026-05-23T04:48:49.055Zrunning 0 tests
127622026-05-23T04:48:49.055Z
127632026-05-23T04:48:49.055Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
127642026-05-23T04:48:49.055Z
127652026-05-23T04:48:49.073Z Doc-tests trust_quorum_types
127662026-05-23T04:48:49.073Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ed3c0d9776564c53.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-51d2da6d7bf664cb.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-9f69239dd5562c72.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
127672026-05-23T04:48:49.165Z
127682026-05-23T04:48:49.165Zrunning 0 tests
127692026-05-23T04:48:49.165Z
127702026-05-23T04:48:49.166Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
127712026-05-23T04:48:49.166Z
127722026-05-23T04:48:49.184Z Doc-tests trust_quorum_types_versions
127732026-05-23T04:48:49.184Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8664d818eaf5ace4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6001f0b76e0e63c7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-f8af81dd2db60d22.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-2c16346e629c4252.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-9f69239dd5562c72.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`
127742026-05-23T04:48:49.784Z
127752026-05-23T04:48:49.784Zrunning 1 test
127762026-05-23T04:48:49.784Ztest trust-quorum/types/versions/src/lib.rs - (line 16) ... ignored
127772026-05-23T04:48:49.784Z
127782026-05-23T04:48:49.784Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
127792026-05-23T04:48:49.784Z
127802026-05-23T04:48:49.787Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
127812026-05-23T04:48:49.810Z Doc-tests typed_rng
127822026-05-23T04:48:49.810Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-32d2e3aba47f6c00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3159a94201069dd2.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-1afc9ac3053176b1.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f6e304ad5c116fb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
127832026-05-23T04:48:49.883Z
127842026-05-23T04:48:49.883Zrunning 0 tests
127852026-05-23T04:48:49.883Z
127862026-05-23T04:48:49.883Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
127872026-05-23T04:48:49.883Z
127882026-05-23T04:48:49.895Z Doc-tests update_common
127892026-05-23T04:48:49.898Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-35cb00c959fe46fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa34a231e3f3e7fe.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-e79fbcf5d5ff5694.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ccfa7aa365f18a5c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-27e0b513e837638c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-eec0b80df66956df.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
127902026-05-23T04:48:50.119Z
127912026-05-23T04:48:50.119Zrunning 0 tests
127922026-05-23T04:48:50.119Z
127932026-05-23T04:48:50.119Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
127942026-05-23T04:48:50.119Z
127952026-05-23T04:48:50.146Z Doc-tests update_engine
127962026-05-23T04:48:50.149Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b11205e8f259c31.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c1df797aaed6813.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-1e56b698c6a22bdf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-0ba76edb0334224c.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-aff3a9f0b77ba266.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-a5393bade2e03a8a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-100d221d12db391c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f66d8ce6eb11dd9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-b3758e5b4f760a6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
127972026-05-23T04:48:51.474Z
127982026-05-23T04:48:51.474Zrunning 4 tests
127992026-05-23T04:48:51.477Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
128002026-05-23T04:48:51.477Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
128012026-05-23T04:48:51.477Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
128022026-05-23T04:48:51.477Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
128032026-05-23T04:48:51.477Z
128042026-05-23T04:48:51.477Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
128052026-05-23T04:48:51.477Z
128062026-05-23T04:48:51.481Zall doctests ran in 1.06s; merged doctests compilation took 1.04s
128072026-05-23T04:48:51.512Z Doc-tests wicket
128082026-05-23T04:48:51.512Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-34e27a8221220f64.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e4d505d3eeb92d26.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ceac3ed82a681911.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4331bb2d1fd57d73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-705712b8e3d16c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-8f8d3c65f5d982ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-a77efd49990fac37.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a626aa947a5d01c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5519d6c27e4bdc59.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d31393115c3cc88.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6050fb9e4c0e13f1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-bb5e5dd21baec1db.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-498165c747409775.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4368b253114b35c5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-dbe0230121957f96.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-99c1184773f2c0d3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5cce899ff50c2399.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
128092026-05-23T04:48:52.044Z
128102026-05-23T04:48:52.044Zrunning 0 tests
128112026-05-23T04:48:52.044Z
128122026-05-23T04:48:52.044Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
128132026-05-23T04:48:52.044Z
128142026-05-23T04:48:52.090Z Doc-tests wicket_common
128152026-05-23T04:48:52.090Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0d8f888a5d802a38.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6050fb9e4c0e13f1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-dbe0230121957f96.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
128162026-05-23T04:48:52.521Z
128172026-05-23T04:48:52.521Zrunning 0 tests
128182026-05-23T04:48:52.521Z
128192026-05-23T04:48:52.521Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
128202026-05-23T04:48:52.521Z
128212026-05-23T04:48:52.560Z Doc-tests wicket_dbg
128222026-05-23T04:48:52.560Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-1034a81c89142beb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a08c36d7d15a113d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-25805d5433221715.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6874541e8b31c114.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4368b253114b35c5.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-8e7c0db56ec5367e.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
128232026-05-23T04:48:52.841Z
128242026-05-23T04:48:52.841Zrunning 0 tests
128252026-05-23T04:48:52.841Z
128262026-05-23T04:48:52.841Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
128272026-05-23T04:48:52.841Z
128282026-05-23T04:48:52.872Z Doc-tests wicketd
128292026-05-23T04:48:52.876Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ce299ebbb1d61b46.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53921b7d712dfd4c.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-16a59e955c9cb203.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e4c46e532ffde43c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-63b95c6de5767e6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-25bb92595f18c8f0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-0d8f888a5d802a38.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2d74b937c2014210.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-05faf23a04acc511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-9edb556ab3af3f78.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8ff66d1070303d24.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-7c2c1f7875dd6664.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2f634437a101627f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ff8b240000f432b2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-35cb00c959fe46fe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-43faa4dfb3601d49.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a7ab7cbf2ea4dc48.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-aaea0e7238aa93b9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a76802aee699c4e8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-19965779fb64cadd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8477d1577a2f4327.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4f7e61e900d42e80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-ec36b4a879a7f2e9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0385d9eeddb53a7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-a5d6d9d7d142ca7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-09da23b035805750.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9ca5ebe4373e6f53.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5d18dee2c674f09.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-dd3fb4084e993cdc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f96c12586c1889bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-de8b45ee1d4a05f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-058ac0b0db441f60.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-2a0f1ef8932083b2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fac64d8ed24f5a33.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4b5104741c9c932d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa34a231e3f3e7fe.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6050fb9e4c0e13f1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-e79fbcf5d5ff5694.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-27e0b513e837638c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-eec0b80df66956df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4368b253114b35c5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-dbe0230121957f96.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-ab573eb3bdaa3093.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-100d1c68f25f3e82.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-99c1184773f2c0d3.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
128302026-05-23T04:48:53.347Z
128312026-05-23T04:48:53.347Zrunning 0 tests
128322026-05-23T04:48:53.347Z
128332026-05-23T04:48:53.347Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
128342026-05-23T04:48:53.347Z
128352026-05-23T04:48:53.393Z Doc-tests wicketd_api
128362026-05-23T04:48:53.393Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-16a59e955c9cb203.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4c952c57ddba976.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-00730850ea809334.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-42fbb5057ee8ab6f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-dbe0230121957f96.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-100d1c68f25f3e82.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
128372026-05-23T04:48:54.088Z
128382026-05-23T04:48:54.088Zrunning 2 tests
128392026-05-23T04:48:54.088Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 54) ... ignored
128402026-05-23T04:48:54.088Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 60) ... ignored
128412026-05-23T04:48:54.089Z
128422026-05-23T04:48:54.089Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
128432026-05-23T04:48:54.089Z
128442026-05-23T04:48:54.092Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
128452026-05-23T04:48:54.126Z Doc-tests wicketd_client
128462026-05-23T04:48:54.126Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-45da4579a165e62e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a76802aee699c4e8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e3d89e712686cfca.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9a2525d8b569a190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e2d769cd5cabec2d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-44598357a4953364.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-dbe0230121957f96.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-99c1184773f2c0d3.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
128472026-05-23T04:48:55.358Z
128482026-05-23T04:48:55.359Zrunning 0 tests
128492026-05-23T04:48:55.359Z
128502026-05-23T04:48:55.359Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
128512026-05-23T04:48:55.359Z
128522026-05-23T04:48:55.413Z Doc-tests xtask_downloader
128532026-05-23T04:48:55.413Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1643abf9e1a342b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9a1ef1aff94e4e2c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-860d1d37d8c50660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-245a7a9e65482f7c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ee85427c09a5e0c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-fca7c1891a1a6de7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9e5d1d8037063043.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-032d8d4d9e498d64.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-cff2b36163471820.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
128542026-05-23T04:48:55.539Z
128552026-05-23T04:48:55.539Zrunning 1 test
128562026-05-23T04:48:55.543Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 335) ... ignored
128572026-05-23T04:48:55.543Z
128582026-05-23T04:48:55.543Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
128592026-05-23T04:48:55.543Z
128602026-05-23T04:48:55.556Z Doc-tests zfs_test_harness
128612026-05-23T04:48:55.556Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-3d40f90b1355ed80.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-2cfb252a9919bb49.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-38ae2446184e874c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-db0ac225a013608f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-0be390ba24943cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-ec4425f83716125c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-3bd3d2616227043d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
128622026-05-23T04:48:55.779Z
128632026-05-23T04:48:55.779Zrunning 0 tests
128642026-05-23T04:48:55.779Z
128652026-05-23T04:48:55.779Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
128662026-05-23T04:48:55.779Z
128672026-05-23T04:48:55.808Z Doc-tests zone_setup
128682026-05-23T04:48:55.808Z Running `/home/build/.rustup/toolchains/1.94.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-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f02198cbc3604091/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8d5ec0b3ef58e788/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c0841d6fb37ee677/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-864157730925f2ec/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-d1f5c5e62c5186d2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eff88127f6082d9/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-1c5dc4b799a94734.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e04865c259ccf8e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-098efb8e5079dc52.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-46b59588a31f760f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ed3c0d9776564c53.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f4c6c157c938b08a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-51942bd86105ab8d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c87d064435728b66.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9da961dc9a209e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bd991c1e02285851.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb982bf2482e3c85.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-72bc6e03324ec0ab.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-512e58daf654ff03.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-ee7933d5a8204cd8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
128692026-05-23T04:48:56.009Z
128702026-05-23T04:48:56.009Zrunning 0 tests
128712026-05-23T04:48:56.009Z
128722026-05-23T04:48:56.009Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
128732026-05-23T04:48:56.009Z
128742026-05-23T04:48:56.118Z
128752026-05-23T04:48:56.118Zreal 2:43.121200599
128762026-05-23T04:48:56.118Zuser 2:05.353986335
128772026-05-23T04:48:56.118Zsys 1:00.889699684
128782026-05-23T04:48:56.118Ztrap 0.016425915
128792026-05-23T04:48:56.118Ztflt 0.765880521
128802026-05-23T04:48:56.118Zdflt 0.414111428
128812026-05-23T04:48:56.121Zkflt 0.000050990
128822026-05-23T04:48:56.121Zlock 7:40.451874046
128832026-05-23T04:48:56.121Zslp 15:15.353378876
128842026-05-23T04:48:56.121Zlat 0.336669282
128852026-05-23T04:48:56.121Zstop 4.621603704
128862026-05-23T04:48:56.121Z+ banner 'check schema migration cleanup'
128872026-05-23T04:48:56.124Z
128882026-05-23T04:48:56.125Z #### # # ###### #### # # #### #### # # ######
128892026-05-23T04:48:56.125Z # # # # # # # # # # # # # # #
128902026-05-23T04:48:56.125Z # ###### ##### # #### #### # ###### #####
128912026-05-23T04:48:56.125Z # # # # # # # # # # # #
128922026-05-23T04:48:56.125Z # # # # # # # # # # # # # # # #
128932026-05-23T04:48:56.125Z #### # # ###### #### # # #### #### # # ######
128942026-05-23T04:48:56.125Z
128952026-05-23T04:48:56.125Z+ ptime -m cargo xtask schema old-migrations
128962026-05-23T04:48:56.753Z Compiling libc v0.2.185
128972026-05-23T04:48:56.753Z Compiling serde v1.0.228
128982026-05-23T04:48:56.756Z Compiling serde_core v1.0.228
128992026-05-23T04:48:56.756Z Compiling rustix v1.1.3
129002026-05-23T04:48:56.756Z Compiling serde_json v1.0.149
129012026-05-23T04:48:56.756Z Compiling bitflags v2.11.0
129022026-05-23T04:48:56.756Z Compiling num-traits v0.2.19
129032026-05-23T04:48:56.756Z Compiling smallvec v1.15.1
129042026-05-23T04:48:56.756Z Compiling usdt-impl v0.5.0
129052026-05-23T04:48:56.756Z Compiling syn v1.0.109
129062026-05-23T04:48:56.756Z Compiling getrandom v0.4.1
129072026-05-23T04:48:56.998Z Compiling indexmap v2.14.0
129082026-05-23T04:48:57.014Z Compiling log v0.4.29
129092026-05-23T04:48:57.018Z Compiling percent-encoding v2.3.2
129102026-05-23T04:48:57.059Z Compiling syn v2.0.117
129112026-05-23T04:48:57.095Z Compiling fs-err v3.3.0
129122026-05-23T04:48:57.098Z Compiling anyhow v1.0.102
129132026-05-23T04:48:57.127Z Compiling once_cell v1.21.3
129142026-05-23T04:48:57.147Z Compiling heck v0.4.1
129152026-05-23T04:48:57.183Z Compiling form_urlencoded v1.2.2
129162026-05-23T04:48:57.793Z Compiling errno v0.3.14
129172026-05-23T04:48:57.793Z Compiling thread-id v4.2.2
129182026-05-23T04:48:57.797Z Compiling memmap v0.7.0
129192026-05-23T04:48:58.033Z Compiling ordered-float v2.10.1
129202026-05-23T04:48:58.496Z Compiling proc-macro-error v1.0.4
129212026-05-23T04:48:58.735Z Compiling terminal_size v0.4.3
129222026-05-23T04:48:58.735Z Compiling tempfile v3.25.0
129232026-05-23T04:48:58.850Z Compiling tabled_derive v0.7.0
129242026-05-23T04:48:58.864Z Compiling clap_builder v4.6.0
129252026-05-23T04:48:58.867Z Compiling textwrap v0.16.2
129262026-05-23T04:48:58.958Z Compiling camino-tempfile v1.4.1
129272026-05-23T04:48:59.486Z Compiling synstructure v0.13.2
129282026-05-23T04:48:59.486Z Compiling pest_generator v2.8.6
129292026-05-23T04:48:59.680Z Compiling tabled v0.15.0
129302026-05-23T04:49:00.021Z Compiling serde_derive v1.0.228
129312026-05-23T04:49:00.025Z Compiling zerofrom-derive v0.1.6
129322026-05-23T04:49:00.025Z Compiling yoke-derive v0.8.1
129332026-05-23T04:49:00.025Z Compiling zerovec-derive v0.11.2
129342026-05-23T04:49:00.025Z Compiling displaydoc v0.2.5
129352026-05-23T04:49:00.025Z Compiling thiserror-impl v1.0.69
129362026-05-23T04:49:00.025Z Compiling zerocopy-derive v0.7.35
129372026-05-23T04:49:00.025Z Compiling scroll_derive v0.12.1
129382026-05-23T04:49:00.025Z Compiling thiserror-impl v2.0.18
129392026-05-23T04:49:00.025Z Compiling clap_derive v4.6.1
129402026-05-23T04:49:00.051Z Compiling pest_derive v2.8.6
129412026-05-23T04:49:00.814Z Compiling scroll v0.12.0
129422026-05-23T04:49:00.985Z Compiling zerocopy v0.7.35
129432026-05-23T04:49:01.056Z Compiling goblin v0.8.2
129442026-05-23T04:49:01.224Z Compiling thiserror v2.0.18
129452026-05-23T04:49:01.271Z Compiling zerofrom v0.1.6
129462026-05-23T04:49:01.286Z Compiling thiserror v1.0.69
129472026-05-23T04:49:01.381Z Compiling dtrace-parser v0.2.0
129482026-05-23T04:49:01.394Z Compiling yoke v0.8.1
129492026-05-23T04:49:01.564Z Compiling zerovec v0.11.5
129502026-05-23T04:49:01.564Z Compiling zerotrie v0.2.3
129512026-05-23T04:49:01.592Z Compiling clap v4.6.1
129522026-05-23T04:49:01.976Z Compiling tinystr v0.8.2
129532026-05-23T04:49:01.977Z Compiling potential_utf v0.1.4
129542026-05-23T04:49:02.102Z Compiling icu_collections v2.1.1
129552026-05-23T04:49:02.158Z Compiling icu_locale_core v2.1.1
129562026-05-23T04:49:02.639Z Compiling dof v0.3.0
129572026-05-23T04:49:02.639Z Compiling serde_tokenstream v0.2.3
129582026-05-23T04:49:02.667Z Compiling serde_spanned v0.6.9
129592026-05-23T04:49:02.671Z Compiling toml_datetime v0.6.11
129602026-05-23T04:49:02.671Z Compiling serde-value v0.7.0
129612026-05-23T04:49:02.671Z Compiling cargo-platform v0.2.0
129622026-05-23T04:49:02.671Z Compiling macaddr v1.0.1
129632026-05-23T04:49:02.707Z Compiling icu_provider v2.1.1
129642026-05-23T04:49:02.878Z Compiling toml_edit v0.22.27
129652026-05-23T04:49:02.953Z Compiling icu_normalizer v2.1.1
129662026-05-23T04:49:02.953Z Compiling icu_properties v2.1.2
129672026-05-23T04:49:03.388Z Compiling usdt-attr-macro v0.5.0
129682026-05-23T04:49:03.392Z Compiling usdt-macro v0.5.0
129692026-05-23T04:49:03.789Z Compiling idna_adapter v1.2.1
129702026-05-23T04:49:03.914Z Compiling idna v1.1.0
129712026-05-23T04:49:04.124Z Compiling toml v0.8.23
129722026-05-23T04:49:04.165Z Compiling usdt v0.5.0
129732026-05-23T04:49:04.189Z Compiling url v2.5.8
129742026-05-23T04:49:04.483Z Compiling cargo_toml v0.21.0
129752026-05-23T04:49:04.596Z Compiling cargo-util-schemas v0.8.2
129762026-05-23T04:49:05.399Z Compiling cargo_metadata v0.21.0
129772026-05-23T04:49:06.367Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
129782026-05-23T04:49:08.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.79s
129792026-05-23T04:49:09.054Z Running `target/debug/xtask schema old-migrations`
129802026-05-23T04:49:10.097Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
129812026-05-23T04:49:10.292Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
129822026-05-23T04:49:10.295Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
129832026-05-23T04:49:10.339Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
129842026-05-23T04:49:10.836Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
129852026-05-23T04:49:10.837Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
129862026-05-23T04:49:17.855Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
129872026-05-23T04:49:17.855Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
129882026-05-23T04:49:18.687Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
129892026-05-23T04:49:18.687Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
129902026-05-23T04:49:18.690Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
129912026-05-23T04:49:18.690Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
129922026-05-23T04:49:27.032Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
129932026-05-23T04:49:34.954Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
129942026-05-23T04:49:36.729Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
129952026-05-23T04:50:10.252Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
129962026-05-23T04:50:24.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
129972026-05-23T04:50:24.542Z Running `target/debug/schema old-migrations`
129982026-05-23T04:50:24.612ZIdentifying old migrations that can be removed
129992026-05-23T04:50:24.721ZBase schema version: 148.0.0
130002026-05-23T04:50:24.725ZOK: No old migrations found
130012026-05-23T04:50:24.728Z
130022026-05-23T04:50:24.728Zreal 1:28.597350147
130032026-05-23T04:50:24.728Zuser 2:50.173137651
130042026-05-23T04:50:24.728Zsys 33.039688366
130052026-05-23T04:50:24.728Ztrap 0.024567942
130062026-05-23T04:50:24.728Ztflt 0.558084719
130072026-05-23T04:50:24.728Zdflt 2.124768696
130082026-05-23T04:50:24.728Zkflt 0.000086290
130092026-05-23T04:50:24.728Zlock 11:12.587804591
130102026-05-23T04:50:24.728Zslp 6:04.454894518
130112026-05-23T04:50:24.728Zlat 0.416270068
130122026-05-23T04:50:24.728Zstop 24.657032044
130132026-05-23T04:50:24.728Z+ [[ illumos == \i\l\l\u\m\o\s ]]
130142026-05-23T04:50:24.728Z+ banner live-test
130152026-05-23T04:50:24.732Z
130162026-05-23T04:50:24.732Z # # # # ###### ##### ###### #### #####
130172026-05-23T04:50:24.732Z # # # # # # # # #
130182026-05-23T04:50:24.732Z # # # # ##### ##### # ##### #### #
130192026-05-23T04:50:24.732Z # # # # # # # # #
130202026-05-23T04:50:24.732Z # # # # # # # # # #
130212026-05-23T04:50:24.732Z ###### # ## ###### # ###### #### #
130222026-05-23T04:50:24.732Z
130232026-05-23T04:50:24.732Z+ ptime -m cargo xtask live-tests
130242026-05-23T04:50:25.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
130252026-05-23T04:50:25.377Z Running `target/debug/xtask live-tests`
130262026-05-23T04:50:25.425Zusing temporary directory: /var/tmp/omicron_tmp/.tmpIaIazP
130272026-05-23T04:50:25.425Zwill create archive file: /var/tmp/omicron_tmp/.tmpIaIazP/live-tests-archive/omicron-live-tests.tar.zst
130282026-05-23T04:50:25.425Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
130292026-05-23T04:50:25.425Z
130302026-05-23T04:50:25.425Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmpIaIazP/live-tests-archive/omicron-live-tests.tar.zst"
130312026-05-23T04:50:27.607Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
130322026-05-23T04:50:27.748Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
130332026-05-23T04:50:27.767Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
130342026-05-23T04:50:27.780Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
130352026-05-23T04:50:27.813Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
130362026-05-23T04:50:27.813Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
130372026-05-23T04:50:27.816Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
130382026-05-23T04:50:27.819Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
130392026-05-23T04:50:27.925Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
130402026-05-23T04:50:27.950Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
130412026-05-23T04:50:27.954Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
130422026-05-23T04:50:27.954Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
130432026-05-23T04:50:28.867Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
130442026-05-23T04:50:29.555Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
130452026-05-23T04:50:33.285Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
130462026-05-23T04:50:33.285Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
130472026-05-23T04:50:34.473Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
130482026-05-23T04:51:04.399Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
130492026-05-23T04:51:05.080Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
130502026-05-23T04:51:07.488Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
130512026-05-23T04:51:08.190Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
130522026-05-23T04:51:35.635Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
130532026-05-23T04:51:42.659Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
130542026-05-23T04:52:09.222Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 42s
130552026-05-23T04:52:09.456Zinfo: experimental features enabled: setup-scripts, benchmarks
130562026-05-23T04:52:09.463Z Archiving 2 binaries, 1 build script output directory, 5 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpIaIazP/live-tests-archive/omicron-live-tests.tar.zst
130572026-05-23T04:52:10.143Z Archived 434 files to /var/tmp/omicron_tmp/.tmpIaIazP/live-tests-archive/omicron-live-tests.tar.zst in 0.68s
130582026-05-23T04:52:10.233Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpIaIazP/live-tests-archive\""
130592026-05-23T04:52:10.243Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpIaIazP" "live-tests-archive"
130602026-05-23T04:52:10.385Zcreated:
130612026-05-23T04:52:10.385Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
130622026-05-23T04:52:10.385ZTo use this:
130632026-05-23T04:52:10.385Z
130642026-05-23T04:52:10.385Z1. Copy the tarball to the switch zone in a deployed Omicron system.
130652026-05-23T04:52:10.385Z
130662026-05-23T04:52:10.389Z e.g., scp \
130672026-05-23T04:52:10.389Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
130682026-05-23T04:52:10.389Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
130692026-05-23T04:52:10.389Z
130702026-05-23T04:52:10.389Z2. Copy the `cargo-nextest` binary to the same place.
130712026-05-23T04:52:10.389Z
130722026-05-23T04:52:10.389Z e.g., scp \
130732026-05-23T04:52:10.389Z $(which cargo-nextest) \
130742026-05-23T04:52:10.389Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
130752026-05-23T04:52:10.389Z
130762026-05-23T04:52:10.389Z3. From the switch zone on that system, unpack the tarball with:
130772026-05-23T04:52:10.389Z
130782026-05-23T04:52:10.389Z tar xzf live-tests-archive.tgz
130792026-05-23T04:52:10.389Z
130802026-05-23T04:52:10.389Z4. From the switch zone on that system, run tests with:
130812026-05-23T04:52:10.389Z
130822026-05-23T04:52:10.389Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
130832026-05-23T04:52:10.389Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
130842026-05-23T04:52:10.389Z --workspace-remap live-tests-archive
130852026-05-23T04:52:10.389Z
130862026-05-23T04:52:10.389Z
130872026-05-23T04:52:10.389Zreal 1:45.652164436
130882026-05-23T04:52:10.389Zuser 2:50.794266681
130892026-05-23T04:52:10.389Zsys 30.941499914
130902026-05-23T04:52:10.389Ztrap 0.023567987
130912026-05-23T04:52:10.389Ztflt 0.246164447
130922026-05-23T04:52:10.389Zdflt 1.660276131
130932026-05-23T04:52:10.389Zkflt 0.000007580
130942026-05-23T04:52:10.389Zlock 13:18.253903055
130952026-05-23T04:52:10.390Zslp 11:01.505650049
130962026-05-23T04:52:10.390Zlat 0.258784533
130972026-05-23T04:52:10.390Zstop 5.849493145
130982026-05-23T04:52:10.390Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
130992026-05-23T04:52:10.393Z+ unset TMPDIR
131002026-05-23T04:52:10.393Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
131012026-05-23T04:52:10.393Zfiles in /var/tmp/omicron_tmp (none expected on success):
131022026-05-23T04:52:10.393Z+ find /var/tmp/omicron_tmp -ls
131032026-05-23T04:52:10.398Z136117 46 drwxr-xr-x 2 build build 2 May 23 04:52 /var/tmp/omicron_tmp
131042026-05-23T04:52:10.398Z+ rmdir /var/tmp/omicron_tmp
131052026-05-23T04:52:10.401Zprocess exited: duration 2241420 ms, exit code 0
 
131062026-05-23T04:52:10.413Zfound 6 output files
131072026-05-23T04:52:10.413Zuploading: /work/cargo-build-analysis.jsonl (1039363 bytes)
131082026-05-23T04:52:11.437Zuploaded: /work/cargo-build-analysis.jsonl
131092026-05-23T04:52:11.437Zuploading: /work/environment.json (108 bytes)
131102026-05-23T04:52:12.447Zuploaded: /work/environment.json
131112026-05-23T04:52:12.447Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (587474 bytes)
131122026-05-23T04:52:13.467Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml
131132026-05-23T04:52:13.467Zuploading: /work/oxidecomputer/omicron/target/live-tests-archive.tgz (321562624 bytes)
131142026-05-23T04:52:17.972Zuploaded: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
131152026-05-23T04:52:17.972Zuploading: /tmp/nextest-run-archive.zip (2927787 bytes)
131162026-05-23T04:52:19.006Zuploaded: /tmp/nextest-run-archive.zip
131172026-05-23T04:52:19.006Zuploading: /tmp/nextest-chrome-trace.json (3739848 bytes)
131182026-05-23T04:52:20.040Zuploaded: /tmp/nextest-chrome-trace.json